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

Public Member Functions | |
| Direct_Contraction (unsigned int nrow, unsigned int ncol, double scale) | |
| Direct_Contraction (StateIn &si) | |
| void | save_data_state (StateOut &so) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
| double | contract (const double *A, const double *B) const |
| Computes contraction of blocks A and B. | |
| void sc::LinearR12::Direct_Contraction::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::LinearR12::TwoParticleContraction.