ergo
|
Go to the source code of this file.
Functions | |
int | compute_V_matrix_full (const BasisInfoStruct &basisInfo, const IntegralInfo &integralInfo, int nAtoms, const Atom *atomList, ergo_real threshold, ergo_real *result) |
int | compute_V_linear (const BasisInfoStruct &basisInfo, const IntegralInfo &integralInfo, const Molecule &molecule, ergo_real threshold, ergo_real boxSize, const basis_func_index_pair_struct_1el *basisFuncIndexPairList, ergo_real *V_list, int noOfBasisFuncIndexPairs) |
int compute_V_linear | ( | const BasisInfoStruct & | basisInfo, |
const IntegralInfo & | integralInfo, | ||
const Molecule & | molecule, | ||
ergo_real | threshold, | ||
ergo_real | boxSize, | ||
const basis_func_index_pair_struct_1el * | basisFuncIndexPairList, | ||
ergo_real * | V_list, | ||
int | noOfBasisFuncIndexPairs | ||
) |
References A, Molecule::atoms, Atom::charge, compare_distrs(), compute_multipole_moments(), create_nuclei_mm_tree(), multipole_struct_small::degree, DistributionSpecStructWithPairIdx::distr, do_interaction_recursive(), do_output(), DistributionSpecStruct_::exponent, get_list_of_distrs_for_V(), getSafeMaxDistance(), init_multipole_code(), LOG_AREA_INTEGRALS, LOG_CAT_ERROR, LOG_CAT_INFO, MAX_MULTIPOLE_DEGREE_BASIC, mm_limits_init(), multipole_struct_small::momentList, Molecule::noOfAtoms, multipole_struct_small::noOfMoments, and sort_distr_list().
Referenced by compute_V_sparse().
int compute_V_matrix_full | ( | const BasisInfoStruct & | basisInfo, |
const IntegralInfo & | integralInfo, | ||
int | nAtoms, | ||
const Atom * | atomList, | ||
ergo_real | threshold, | ||
ergo_real * | result | ||
) |
References A, BasisInfoStruct::basisFuncList, do_output(), get_product_simple_prims(), LOG_AREA_INTEGRALS, LOG_CAT_ERROR, BasisInfoStruct::noOfBasisFuncs, BasisFuncStruct_::noOfSimplePrimitives, BasisFuncStruct_::simplePrimitiveIndex, BasisInfoStruct::simplePrimitiveList, and simplePrimVintegral_list().
Referenced by compute_h_core_matrix_full(), savePotential(), and test_V_by_explicit_comparison().