#include <chemistry/qc/mbptr12/orbitalspace.h>

Public Member Functions | |
| OrderedSpinOrbitalSpace (const std::string &id, const std::string &name, const Ref< GaussianBasisSet > &basis, const Ref< Integral > &integral, const RefSCMatrix &coefs_alpha, const RefSCMatrix &coefs_beta, const RefDiagSCMatrix &evals_alpha, const RefDiagSCMatrix &evals_beta, const RefDiagSCMatrix &occnums_alpha, const RefDiagSCMatrix &occnums_beta, const std::vector< unsigned int > &orbsyms_alpha, const std::vector< unsigned int > &orbsyms_beta, const Order &order) | |
| OrderedSpinOrbitalSpace (StateIn &) | |
| void | save_data_state (StateOut &) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
| void sc::OrderedSpinOrbitalSpace< Order >::save_data_state | ( | StateOut & | ) | [inline, virtual] |
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.
This must be implemented by the derived class if the class has data.
Reimplemented from sc::OrbitalSpace.
References sc::OrbitalSpace::save_data_state().