28 #ifndef INTEGRALS_2EL_REPEATING 29 #define INTEGRALS_2EL_REPEATING double ergo_real
Definition: realtype.h:53
IntegratorCase ** caseList
Definition: integrals_2el_repeating.h:58
ergo_real do_2e_integral(int mu, int nu, int la, int si, const BasisInfoStruct &basisInfo, const IntegralInfo &integralInfo)
Definition: integrals_2el_explicit.cc:65
IntegratorCase(int Nmax_in, int noOfMonomials, ergo_real exponent_in, const ergo_real *newList)
Definition: integrals_2el_repeating.cc:45
Contains coefficients needed for quick integral evaluation.
Definition: integral_info.h:81
Definition: integrals_2el_repeating.h:47
Definition: integrals_2el_repeating.h:34
int noOfCases
Definition: integrals_2el_repeating.h:57
~IntegratorCase()
Definition: integrals_2el_repeating.cc:57
ergo_real exponent
Definition: integrals_2el_repeating.h:43
const IntegralInfo * integralInfo
Definition: integrals_2el_repeating.h:56
ergo_real * list
Definition: integrals_2el_repeating.h:44
int Nmax
Definition: integrals_2el_repeating.h:42
Definition: basisinfo.h:43