|
MPQC
3.0.0-alpha
|
PsiCC3_PT2R12 is a concrete implementation of the ground-state
method.
More...
#include <chemistry/qc/psi/psicc_pt2r12.h>

Public Member Functions | |
| PsiCC3_PT2R12 (const Ref< KeyVal > &) | |
| The KeyVal constructor uses keywords of PsiCC_PT2R12. | |
| PsiCC3_PT2R12 (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 | compute () |
| Recompute at least the results that have compute true and are not already computed. | |
| void | print (std::ostream &o=ExEnv::out0()) const |
| print | |
PsiCC3_PT2R12 is a concrete implementation of the ground-state
method.
| void sc::PsiCC3_PT2R12::compute | ( | ) | [virtual] |
Recompute at least the results that have compute true and are not already computed.
This should only be called by Result's members.
Reimplemented from sc::PsiCorrWavefunction.
| void sc::PsiCC3_PT2R12::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::PsiCC_PT2R12.