#include <chemistry/qc/mbptr12/fockbuild_runtime.h>
Public Member Functions | |
| ParsedOneBodyIntKey (const std::string &key) | |
| const std::string & | key () const |
| const std::string & | bra () const |
| const std::string & | ket () const |
| const std::string & | oper () const |
| SpinCase1 | spin () const |
Static Public Member Functions | |
| static std::string | key (const std::string &bra, const std::string &ket, const std::string &oper, SpinCase1 spin=AnySpinCase1) |
| computes key from its components | |