MPQC
3.0.0-alpha
|
Public Member Functions | |
LocalGBuild (T &t, const Ref< TwoBodyInt > &tbi, const Ref< PetiteList > &rpl, const Ref< GaussianBasisSet > &bs, const Ref< MessageGrp > &g, signed char *pm, double acc, int nt=1, int tn=0) | |
void | run () |
This is called with the Thread is run from a ThreadGrp. | |
Public Member Functions inherited from sc::GBuild< T > | |
GBuild (T &t) | |
Public Attributes | |
double | tnint |
total # of integrals computed in this thread | |
double | tinttime |
total user time spent computing integrals | |
Protected Attributes | |
MessageGrp * | grp_ |
TwoBodyInt * | tbi_ |
GaussianBasisSet * | gbs_ |
PetiteList * | rpl_ |
signed char *RESTRICT | pmax |
int | threadno_ |
int | nthread_ |
double | accuracy_ |
Protected Attributes inherited from sc::GBuild< T > | |
T & | contribution |
double | accuracy_ |
Additional Inherited Members | |
Static Public Member Functions inherited from sc::Thread | |
static void * | run_Thread_run (void *thread) |