MPQC
3.0.0-alpha
|
Public Member Functions | |
Basis (const char *n, bool u, bool s, bool p) | |
Basis (const Basis &other) | |
void | set_name (char *c) |
void | set_uc (bool b) |
void | set_split (bool b) |
void | set_puream (bool b) |
void | write (std::ostream &ostrs, const char *keyword) const |
bool | operator== (const Basis &other) |
bool | operator!= (const Basis &other) |
Public Attributes | |
MPQCInDatum< char * > | name |
MPQCInDatum< int > | uc |
MPQCInDatum< int > | split |
MPQCInDatum< int > | puream |