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

Public Member Functions | |
| FockBuildThread_F12_P33 (const Ref< FockDistribution > &fockdist, const Ref< MessageGrp > &msg, int nthread, int threadnum, bool prefetch_blocks, const Ref< ThreadLock > &lock, const Ref< Integral > &integral, const Ref< PetiteList > &pl, const Ref< GaussianBasisSet > &basis1, const Ref< GaussianBasisSet > &basis2, const Ref< GaussianBasisSet > &basis3, const Ref< FockBlocks > &blocks1, const Ref< FockBlocks > &blocks2, const Ref< FockBlocks > &blocks3, bool compute_J, bool compute_K, double coef_K) | |
| Each thread must be given a unique contribution, c. | |
| void | run () |
| This is called with the Thread is run from a ThreadGrp. | |