MPQC
3.0.0-alpha
|
Describes sets of one-body operator. More...
#include <chemistry/qc/basis/operator.h>
Public Types | |
enum | type { S =0, T =1, V =2, h =3, mu =4, q =5, phi =6, dphi =7, ddphi =8, pVp =9, p4 =10, invalid =11 } |
one-body operator sets ( More... | |
Static Public Member Functions | |
static std::string | to_string (type t) |
converts type to string representation | |
static type | to_type (const std::string &key) |
converts string representation to type | |
static type | to_type (OneBodyOper::type oper) |
maps TwoBodyOper::type to type More... | |
Describes sets of one-body operator.
OneBodyOperSet describes common sets of OneBodyOper 's, and provides runtime support for examining their properties, such as conversion to string and back, map from OneBodyOper to OneBodyOperSet, and construction of OneBodyOperSetDescr.
one-body operator sets (
|
static |
maps TwoBodyOper::type to type