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

Public Member Functions | |
| OrderedOrbitalSpace (const std::string &id, const std::string &name, const Ref< GaussianBasisSet > &basis, const Ref< Integral > &integral, const RefSCMatrix &coefs, const RefDiagSCMatrix &evals, const RefDiagSCMatrix &occnums, const std::vector< unsigned int > &orbsyms, const Order &order) | |
| OrderedOrbitalSpace (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. | |
Order defines strict weak ordering for Orbital objects in this space and the blocking scheme.
| void sc::OrderedOrbitalSpace< 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().