38 #ifndef INTEGRALS_1EL_KINETIC 39 #define INTEGRALS_1EL_KINETIC double ergo_real
Definition: realtype.h:69
int compute_T_matrix_full(const BasisInfoStruct &basisInfo, ergo_real threshold, ergo_real *result)
Definition: integrals_1el_kinetic.cc:284
Code for setting up basis functions starting from shells.
Definition: basisinfo.h:50
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:96
int compute_T_matrix_sparse_linear(const BasisInfoStruct &basisInfo, ergo_real threshold, ergo_real boxSize, int *nvaluesList, int **colindList, ergo_real **valuesList)
Definition: integrals_1el_kinetic.cc:157
Definition: basisinfo.h:112