ergo
|
Go to the source code of this file.
Functions | |
int | compute_J_by_boxes (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::Params &J_K_params, ergo_real *J, const ergo_real *dens) |
int | compute_J_by_boxes_nosymm (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::Params &J_K_params, ergo_real *J, const ergo_real *dens) |
int | compute_J_by_boxes_linear (const BasisInfoStruct &basisInfo, const IntegralInfo *integralInfo, const JK::Params &J_K_params, const basis_func_index_pair_struct *basisFuncIndexPairList, int basisFuncIndexPairCount, const ergo_real *D_list, ergo_real *result_J_list, int noOfBasisFuncIndexPairs) |
Computes the Coulomb interaction. More... | |
int compute_J_by_boxes | ( | const BasisInfoStruct & | basisInfo, |
const IntegralInfo * | integralInfo, | ||
const JK::Params & | J_K_params, | ||
ergo_real * | J, | ||
const ergo_real * | dens | ||
) |
References compute_J_by_boxes_linear(), do_output(), get_basis_func_pair_list_2el(), get_max_abs_vector_element(), LOG_AREA_INTEGRALS, LOG_CAT_ERROR, LOG_CAT_INFO, BasisInfoStruct::noOfBasisFuncs, and JK::Params::threshold_J.
Referenced by compute_2e_matrix_coulomb(), compute_2e_matrix_list(), and compute_J_by_boxes_nosymm().
int compute_J_by_boxes_linear | ( | const BasisInfoStruct & | basisInfo, |
const IntegralInfo * | integralInfo, | ||
const JK::Params & | J_K_params, | ||
const basis_func_index_pair_struct * | basisFuncIndexPairList, | ||
int | basisFuncIndexPairCount, | ||
const ergo_real * | D_list, | ||
ergo_real * | result_J_list, | ||
int | noOfBasisFuncIndexPairs | ||
) |
Computes the Coulomb interaction.
basisInfo | |
integralInfo | |
J_K_params | the evaluation parameters, thresholds and all. |
basisFuncIndexPairList | |
basisFuncIndexPairCount | the length of basisFuncIndexPairList. |
D_list | basisFuncIndexPairCount elements, with indices matching basisFuncIndexPairList. |
result_J_list | preallocated list that will contain the results. |
noOfBasisFuncIndexPairs | the length of result_J_list. happens to be always equal to basisFuncIndexPairCount |
References A, B, box_struct::basicBox, minimal_distr_struct::basisFuncPairIndex, distr_org_struct::basisFuncPairList, chunk_struct::basisFuncPairListIndex, BoxSystem::boxList, box_struct::branchCountList, box_struct::branchIndexList, box_struct::branchList, distr_group_struct::centerCoords, box_struct_basic::centerCoords, multipole_struct_large::centerCoords, DistributionSpecStruct_::centerCoords, multipole_struct_small::centerCoords, distr_org_struct::chunkCount, distr_org_struct::chunkList, distr_org_struct::clusterList, chunk_struct::clusterStartIndex, DistributionSpecStruct_::coeff, minimal_distr_struct::coeff, compute_extent_for_list_of_distributions(), compute_multipole_moments(), create_box_system_and_reorder_distrs(), create_branches(), multipole_struct_large::degree, multipole_struct_small::degree, distr_group_struct::distrCount, basis_func_pair_struct::dmatElement, do_output(), execute_joblist_J_fmm_serial(), execute_joblist_J_fmm_thread(), execute_joblist_J_std_serial(), execute_joblist_J_std_threaded(), distr_group_struct::exponent, DistributionSpecStruct_::exponent, box_struct_basic::firstChildBoxIndex, JK::Params::fmm_box_size, get_branch_splitter_info(), get_joblists_J_for_two_boxes_recursive(), get_largest_and_smallest_extent_for_list_of_distributions(), get_list_of_labeled_distrs_linear(), get_list_of_labeled_distrs_maxLimitingFactor_linear(), get_max_abs_vector_element(), get_max_no_of_monomials_for_list_of_distributions(), getSafeMaxDistance(), MMTranslator::getTranslationMatrix(), distr_org_struct::groupCount, distr_org_struct::groupList, cluster_struct::groupStartIndex, HUGE_INTEGER_NUMBER, basis_func_pair_struct::index_1, basis_func_pair_struct::index_2, init_multipole_code(), monomial_struct::ix, monomial_struct::iy, monomial_struct::iz, BoxSystem::levelList, LOG_AREA_INTEGRALS, LOG_CAT_ERROR, LOG_CAT_INFO, MAX_MULTIPOLE_DEGREE, MAX_MULTIPOLE_DEGREE_BASIC, MAX_NO_OF_BRANCHES, MAX_NO_OF_MOMENTS_PER_MULTIPOLE, MAX_NO_OF_MOMENTS_PER_MULTIPOLE_BASIC, distr_org_struct::maxDistanceOutsideBox, distr_org_struct::maxExtent, distr_list_description_struct::maxMomentVectorNormForDistrsList, distr_org_struct::minimalDistrCount, distr_org_struct::minimalDistrList, mm_limits_init(), multipole_struct_large::momentList, multipole_struct_small::momentList, IntegralInfo::monomial_info, monomial_info_struct::monomial_list, minimal_distr_struct::monomialIndex, DistributionSpecStruct_::monomialInts, distr_list_description_struct::multipole, distr_list_description_struct::multipolePoint, box_struct::multipolePoint, distr_group_struct::multipolePtr, BasisInfoStruct::noOfBasisFuncs, box_level_struct::noOfBoxes, box_struct_basic::noOfChildBoxes, chunk_struct::noOfClusters, cluster_struct::noOfGroups, BoxSystem::noOfLevels, multipole_struct_large::noOfMoments, multipole_struct_small::noOfMoments, JK::Params::noOfThreads_J, distr_list_description_struct::org, organize_distributions(), output_current_memory_usage(), setup_multipole_maxAbsMomentList(), sort_list_of_multipole_jobs(), distr_group_struct::startIndex, box_level_struct::startIndexInBoxList, JK::Params::threshold_J, distr_list_description_struct::totCharge, BoxSystem::totNoOfBoxes, JK::Params::use_fmm, and box_struct_basic::width.
Referenced by compute_J_by_boxes(), and compute_J_by_boxes_sparse().
int compute_J_by_boxes_nosymm | ( | const BasisInfoStruct & | basisInfo, |
const IntegralInfo * | integralInfo, | ||
const JK::Params & | J_K_params, | ||
ergo_real * | J, | ||
const ergo_real * | dens | ||
) |
References compute_J_by_boxes(), and BasisInfoStruct::noOfBasisFuncs.
Referenced by ErgoE2Evaluator::transform().