39#ifndef INTEGRALS_2EL_REPEATING
40#define INTEGRALS_2EL_REPEATING
Code for setting up basis functions starting from shells.
Contains coefficients needed for quick integral evaluation.
Definition integral_info.h:94
Definition integrals_2el_repeating.h:46
~IntegratorCase()
Definition integrals_2el_repeating.cc:65
int Nmax
Definition integrals_2el_repeating.h:53
IntegratorCase(int Nmax_in, int noOfMonomials, ergo_real exponent_in, const ergo_real *newList)
Definition integrals_2el_repeating.cc:53
ergo_real exponent
Definition integrals_2el_repeating.h:54
ergo_real * list
Definition integrals_2el_repeating.h:55
Definition integrals_2el_repeating.h:59
const IntegralInfo * integralInfo
Definition integrals_2el_repeating.h:67
IntegratorCase ** caseList
Definition integrals_2el_repeating.h:69
int noOfCases
Definition integrals_2el_repeating.h:68
IntegratorWithMemory(const IntegralInfo *b)
Definition integrals_2el_repeating.cc:75
ergo_real do_2e_integral(const DistributionSpecStruct *psi)
Definition integrals_2el_repeating.cc:90
~IntegratorWithMemory()
Definition integrals_2el_repeating.cc:82
double ergo_real
Definition realtype.h:69
Definition basisinfo.h:50