![]() |
(git:b77b4be)
|
Functions/Subroutines | |
real(kind=dp) function, public | ener_pot (pot, r, energy_cutoff) |
Evaluates the nonbond potential energy for the implemented FF kinds. | |
real(kind=dp) function, public | ener_zbl (pot, r) |
Evaluates the ZBL scattering potential, very short range Only shell-model for interactions among pairs without repulsive term. | |
subroutine, public | zbl_matching_polinomial (pot, rcov1, rcov2, z1, z2) |
Determine the polinomial coefficients used to set to zero the zbl potential at the cutoff radius, with continuity in function, first and second derivative Only shell-model for interactions among pairs without repulsive term. | |
real(kind=dp) function, public pair_potential_util::ener_pot | ( | type(pair_potential_single_type), pointer | pot, |
real(kind=dp), intent(in) | r, | ||
real(kind=dp), intent(in) | energy_cutoff | ||
) |
Evaluates the nonbond potential energy for the implemented FF kinds.
pot | ... |
r | ... |
energy_cutoff | ... |
Definition at line 46 of file pair_potential_util.F.
real(kind=dp) function, public pair_potential_util::ener_zbl | ( | type(pair_potential_single_type), pointer | pot, |
real(kind=dp), intent(in) | r | ||
) |
Evaluates the ZBL scattering potential, very short range Only shell-model for interactions among pairs without repulsive term.
pot | ... |
r | ... |
Definition at line 177 of file pair_potential_util.F.
subroutine, public pair_potential_util::zbl_matching_polinomial | ( | type(pair_potential_single_type), pointer | pot, |
real(kind=dp), intent(in) | rcov1, | ||
real(kind=dp), intent(in) | rcov2, | ||
real(kind=dp), intent(in) | z1, | ||
real(kind=dp), intent(in) | z2 | ||
) |
Determine the polinomial coefficients used to set to zero the zbl potential at the cutoff radius, with continuity in function, first and second derivative Only shell-model for interactions among pairs without repulsive term.
pot | ... |
rcov1 | ... |
rcov2 | ... |
z1 | ... |
z2 | ... |
Definition at line 212 of file pair_potential_util.F.