fmm_list_are_near Function

private pure function fmm_list_are_near(eel, i, j) result(near)

Arguments

Type IntentOptional Attributes Name
type(ommp_electrostatics_type), intent(in) :: eel
integer(kind=ip), intent(in) :: i
integer(kind=ip), intent(in) :: j

Return Value logical


Called by

proc~~fmm_list_are_near~~CalledByGraph proc~fmm_list_are_near fmm_list_are_near proc~make_screening_lists make_screening_lists proc~make_screening_lists->proc~fmm_list_are_near proc~mmpol_prepare mmpol_prepare proc~mmpol_prepare->proc~make_screening_lists proc~mmpol_init_from_mmp mmpol_init_from_mmp proc~mmpol_init_from_mmp->proc~mmpol_prepare proc~mmpol_init_from_xyz mmpol_init_from_xyz proc~mmpol_init_from_xyz->proc~mmpol_prepare proc~ommp_system_from_qm_helper ommp_system_from_qm_helper proc~ommp_system_from_qm_helper->proc~mmpol_prepare proc~ommp_init_mmp ommp_init_mmp proc~ommp_init_mmp->proc~mmpol_init_from_mmp proc~c_ommp_system_from_qm_helper C_ommp_system_from_qm_helper proc~c_ommp_system_from_qm_helper->proc~ommp_system_from_qm_helper proc~ommp_init_xyz ommp_init_xyz proc~ommp_init_xyz->proc~mmpol_init_from_xyz proc~c_ommp_init_mmp C_ommp_init_mmp proc~c_ommp_init_mmp->proc~ommp_init_mmp proc~c_ommp_init_xyz C_ommp_init_xyz proc~c_ommp_init_xyz->proc~ommp_init_xyz

Contents