#include <chemistry/qc/scf/fockdist.h>

Public Member Functions | |
| FockDistribution (bool dynamic=0, bool shell=1, int nindex=4, bool cache_integrals=1) | |
| FockDistribution (sc::StateIn &) | |
| FockDistribution (const sc::Ref< sc::KeyVal > &) | |
| void | save_data_state (sc::StateOut &) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
| sc::Ref< FockBlocks > | fockblocks (const sc::Ref< sc::GaussianBasisSet > &) |
| sc::Ref< FockDist > | fockdist (const sc::Ref< sc::GaussianBasisSet > &, const sc::Ref< FockBlocks > &, const sc::Ref< sc::PetiteList > &pl, const sc::Ref< sc::MessageGrp > &, int nthread, int mythread, const signed char *pmax, sc::Ref< sc::TwoBodyInt > eri, int l2tol) |
| void | print (std::ostream &o=sc::ExEnv::out0()) const |
| Print the object. | |
| bool | cache_integrals () const |
| void sc::FockDistribution::save_data_state | ( | sc::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.