|
MPQC
3.0.0-alpha
|

Public Member Functions | |
| 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) | |
| virtual void | init ()=0 |
| virtual bool | get_blocks (int &i, int &j, int &k, int &l)=0 |
| int | nblock () const |
| int | begin (int iblock) const |
| int | end (int iblock) const |
| int | size (int iblock) const |
| const sc::Ref< FockBlocks > & | fockblocks () const |
| virtual bool | fixed_integral_map ()=0 |
Protected Member Functions | |
| bool | in_p1 (int i) |
Protected Attributes | |
| sc::Ref< FockBlocks > | blocks_ |
| sc::Ref< sc::MessageGrp > | msg_ |
| sc::Ref< sc::PetiteList > | pl_ |
| int | nthread_ |
| int | mythread_ |
| int | nproc_ |
| int | myproc_ |