39 #ifndef EXPONENT_LIST_HEADER 40 #define EXPONENT_LIST_HEADER double ergo_real
Definition: realtype.h:69
const ergo_real CONST_EXPONENT_DIFF_TOLERANCE
Definition: exponent_list.h:46
Definition: exponent_list.h:55
unique_exponent_struct list[MAX_NO_OF_UNIQUE_EXPONENTS]
Definition: exponent_list.h:59
ergo_real exponent
Definition: exponent_list.h:50
Code for setting up basis functions starting from shells.
Definition: exponent_list.h:48
int get_list_of_available_exponents(const BasisInfoStruct &basisInfo)
Definition: exponent_list.cc:43
Definition of the main floating-point datatype used; the ergo_real type.
Definition: basisinfo.h:112
ergo_real maxAbsCoeff
Definition: exponent_list.h:51
int noOfExponents
Definition: exponent_list.h:58
const int MAX_NO_OF_UNIQUE_EXPONENTS
Definition: exponent_list.h:45