|
MPQC
3.0.0-alpha
|
TwoBodyMOIntsRuntimeUnion23 packages 2-center and 3-center runtimes. More...
#include <chemistry/qc/lcao/tbint_runtime.h>

Public Types | |
| typedef TwoBodyMOIntsRuntimeUnion23 | this_type |
Public Member Functions | |
| TwoBodyMOIntsRuntimeUnion23 (const Ref< MOIntsTransformFactory > &factory, const Ref< TwoBodyTwoCenterMOIntsRuntime > &runtime_2c=0, const Ref< TwoBodyThreeCenterMOIntsRuntime > &runtime_3c=0) | |
| TwoBodyMOIntsRuntimeUnion23 (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. | |
|
const Ref < MOIntsTransformFactory > & | factory () const |
| factory for creating AO->MO transforms | |
|
const Ref < TwoBodyTwoCenterMOIntsRuntime > & | runtime_2c () const |
| runtime for 2-center integrals | |
|
const Ref < TwoBodyThreeCenterMOIntsRuntime > & | runtime_3c () const |
| runtime for 3-center integrals | |
TwoBodyMOIntsRuntimeUnion23 packages 2-center and 3-center runtimes.
| void sc::TwoBodyMOIntsRuntimeUnion23::save_data_state | ( | StateOut & | ) | [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::SavableState.