![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | init_genpot (potparm, ntype) |
Initialize genpot. | |
subroutine, public | spline_nonbond_control (spline_env, potparm, atomic_kind_set, eps_spline, max_energy, rlow_nb, emax_spline, npoints, iw, iw2, iw3, do_zbl, shift_cutoff, nonbonded_type) |
creates the splines for the potentials | |
subroutine, public | get_nonbond_storage (spline_env, potparm, atomic_kind_set, do_zbl, shift_cutoff) |
Prescreening of the effective bonds evaluations. linear scaling algorithm. | |
subroutine, public pair_potential::init_genpot | ( | type(pair_potential_pp_type), pointer | potparm, |
integer, intent(in) | ntype | ||
) |
Initialize genpot.
potparm | ... |
ntype | ... |
Definition at line 77 of file pair_potential.F.
subroutine, public pair_potential::spline_nonbond_control | ( | type(spline_environment_type), pointer | spline_env, |
type(pair_potential_pp_type), pointer | potparm, | ||
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
real(kind=dp), intent(in) | eps_spline, | ||
real(kind=dp), intent(in) | max_energy, | ||
real(kind=dp), intent(in) | rlow_nb, | ||
real(kind=dp), intent(in) | emax_spline, | ||
integer, intent(in) | npoints, | ||
integer, intent(in) | iw, | ||
integer, intent(in) | iw2, | ||
integer, intent(in) | iw3, | ||
logical, intent(in) | do_zbl, | ||
logical, intent(in) | shift_cutoff, | ||
character(len=*), intent(in) | nonbonded_type | ||
) |
creates the splines for the potentials
spline_env | ... |
potparm | ... |
atomic_kind_set | ... |
eps_spline | ... |
max_energy | ... |
rlow_nb | ... |
emax_spline | ... |
npoints | ... |
iw | ... |
iw2 | ... |
iw3 | ... |
do_zbl | ... |
shift_cutoff | ... |
nonbonded_type | ... |
Definition at line 134 of file pair_potential.F.
subroutine, public pair_potential::get_nonbond_storage | ( | type(spline_environment_type), pointer | spline_env, |
type(pair_potential_pp_type), pointer | potparm, | ||
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
logical, intent(in) | do_zbl, | ||
logical, intent(in) | shift_cutoff | ||
) |
Prescreening of the effective bonds evaluations. linear scaling algorithm.
spline_env | ... |
potparm | ... |
atomic_kind_set | ... |
do_zbl | ... |
shift_cutoff | ... |
Definition at line 553 of file pair_potential.F.