![]() |
(git:b77b4be)
|
Routines to handle the virtual site constraint/restraint. More...
Functions/Subroutines | |
subroutine, public | vsite_force_control (force_env) |
control force distribution for virtual sites | |
subroutine, public | shake_vsite_int (molecule, pos) |
Intramolecular virtual site. | |
subroutine, public | shake_vsite_ext (gci, pos) |
Intramolecular virtual site. | |
Routines to handle the virtual site constraint/restraint.
subroutine, public constraint_vsite::vsite_force_control | ( | type(force_env_type), pointer | force_env | ) |
control force distribution for virtual sites
force_env | ... |
Definition at line 52 of file constraint_vsite.F.
subroutine, public constraint_vsite::shake_vsite_int | ( | type(molecule_type), pointer | molecule, |
real(kind=dp), dimension(:, :), intent(inout) | pos | ||
) |
Intramolecular virtual site.
molecule | ... |
pos | ... |
Definition at line 116 of file constraint_vsite.F.
subroutine, public constraint_vsite::shake_vsite_ext | ( | type(global_constraint_type), pointer | gci, |
real(kind=dp), dimension(:, :), intent(inout) | pos | ||
) |
Intramolecular virtual site.
gci | ... |
pos | ... |
Definition at line 139 of file constraint_vsite.F.