![]() |
(git:d18deda)
|
Calculate the interaction radii for the operator matrix calculation. More...
Functions/Subroutines | |
subroutine, public | init_interaction_radii (qs_control, qs_kind_set) |
Initialize all the atomic kind radii for a given threshold value. | |
subroutine, public | init_interaction_radii_orb_basis (orb_basis_set, eps_pgf_orb, eps_pgf_short) |
... | |
subroutine, public | init_se_nlradius (se_control, atomic_kind_set, qs_kind_set, subsys_section) |
... | |
subroutine, public | write_core_charge_radii (atomic_kind_set, qs_kind_set, subsys_section) |
Write the radii of the core charge distributions to the output unit. | |
subroutine, public | write_pgf_orb_radii (basis, atomic_kind_set, qs_kind_set, subsys_section) |
Write the orbital basis function radii to the output unit. | |
subroutine, public | write_ppl_radii (atomic_kind_set, qs_kind_set, subsys_section) |
Write the radii of the exponential functions of the Goedecker pseudopotential (GTH, local part) to the logical unit number "output_unit". | |
subroutine, public | write_ppnl_radii (atomic_kind_set, qs_kind_set, subsys_section) |
Write the radii of the projector functions of the Goedecker pseudopotential (GTH, non-local part) to the logical unit number "output_unit". | |
subroutine, public | write_paw_radii (atomic_kind_set, qs_kind_set, subsys_section) |
Write the radii of the one center projector. | |
Calculate the interaction radii for the operator matrix calculation.
subroutine, public qs_interactions::init_interaction_radii | ( | type(qs_control_type), intent(in) | qs_control, |
type(qs_kind_type), dimension(:), pointer | qs_kind_set | ||
) |
Initialize all the atomic kind radii for a given threshold value.
qs_control | ... |
qs_kind_set | ... |
Definition at line 74 of file qs_interactions.F.
subroutine, public qs_interactions::init_interaction_radii_orb_basis | ( | type(gto_basis_set_type), pointer | orb_basis_set, |
real(kind=dp), intent(in) | eps_pgf_orb, | ||
real(kind=dp), intent(in), optional | eps_pgf_short | ||
) |
...
orb_basis_set | ... |
eps_pgf_orb | ... |
eps_pgf_short | ... |
Definition at line 425 of file qs_interactions.F.
subroutine, public qs_interactions::init_se_nlradius | ( | type(semi_empirical_control_type), pointer | se_control, |
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
...
se_control | ... |
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 498 of file qs_interactions.F.
subroutine, public qs_interactions::write_core_charge_radii | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Write the radii of the core charge distributions to the output unit.
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 602 of file qs_interactions.F.
subroutine, public qs_interactions::write_pgf_orb_radii | ( | character(len=*) | basis, |
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Write the orbital basis function radii to the output unit.
basis | ... |
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 657 of file qs_interactions.F.
subroutine, public qs_interactions::write_ppl_radii | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Write the radii of the exponential functions of the Goedecker pseudopotential (GTH, local part) to the logical unit number "output_unit".
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 847 of file qs_interactions.F.
subroutine, public qs_interactions::write_ppnl_radii | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Write the radii of the projector functions of the Goedecker pseudopotential (GTH, non-local part) to the logical unit number "output_unit".
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 896 of file qs_interactions.F.
subroutine, public qs_interactions::write_paw_radii | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
type(qs_kind_type), dimension(:), pointer | qs_kind_set, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Write the radii of the one center projector.
atomic_kind_set | ... |
qs_kind_set | ... |
subsys_section | ... |
Definition at line 941 of file qs_interactions.F.