28 #ifndef INTEGRALS_1EL_KINETIC 29 #define INTEGRALS_1EL_KINETIC double ergo_real
Definition: realtype.h:53
int compute_T_matrix_full(const BasisInfoStruct &basisInfo, ergo_real threshold, ergo_real *result)
Definition: integrals_1el_kinetic.cc:266
int compute_T_matrix_sparse(const BasisInfoStruct &basisInfo, ergo_real threshold, int n, int *nvaluesList, int **colindList, ergo_real **valuesList)
Definition: integrals_1el_kinetic.cc:146
ergo_real simplePrimTintegral(const DistributionSpecStruct &prim1, const DistributionSpecStruct &prim2, int coord, ergo_real threshold)
Computes the contribution to kinetic energy integral along the cartesian coordinate coord between two...
Definition: integrals_1el_kinetic.cc:85
Definition: basisinfo.h:111
Definition: basisinfo.h:43