![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | read_force_field_gromos (ff_type, para_env, mm_section) |
Reads the GROMOS force_field. | |
subroutine, public | read_force_field_charmm (ff_type, para_env, mm_section) |
Reads the charmm force_field. | |
subroutine, public | read_force_field_amber (ff_type, para_env, mm_section, particle_set) |
Reads the AMBER force_field. | |
subroutine, public force_fields_ext::read_force_field_gromos | ( | type(force_field_type), intent(inout) | ff_type, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | mm_section | ||
) |
Reads the GROMOS force_field.
ff_type | ... |
para_env | ... |
mm_section | ... |
Definition at line 68 of file force_fields_ext.F.
subroutine, public force_fields_ext::read_force_field_charmm | ( | type(force_field_type), intent(inout) | ff_type, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | mm_section | ||
) |
Reads the charmm force_field.
ff_type | ... |
para_env | ... |
mm_section | ... |
Definition at line 315 of file force_fields_ext.F.
subroutine, public force_fields_ext::read_force_field_amber | ( | type(force_field_type), intent(inout) | ff_type, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | mm_section, | ||
type(particle_type), dimension(:), pointer | particle_set | ||
) |
Reads the AMBER force_field.
ff_type | ... |
para_env | ... |
mm_section | ... |
particle_set | ... |
Definition at line 683 of file force_fields_ext.F.