![]() |
(git:33f85d8)
|
Functions/Subroutines | |
subroutine, public | read_lj_section (nonbonded, section, start) |
Reads the LJ section. | |
subroutine, public | read_wl_section (nonbonded, section, start) |
Reads the WILLIAMS section. | |
subroutine, public | read_gd_section (nonbonded, section, start) |
Reads the GOODWIN section. | |
subroutine, public | read_gp_section (nonbonded, section, start) |
Reads the GENPOT - generic potential section. | |
subroutine, public | read_chrg_section (charge_atm, charge, section, start) |
Reads the CHARGE section. | |
subroutine, public | read_force_field_section (ff_type, para_env, mm_section) |
Reads the force_field input section. | |
subroutine, public force_fields_input::read_lj_section | ( | type(pair_potential_p_type), pointer | nonbonded, |
type(section_vals_type), pointer | section, | ||
integer, intent(in) | start | ||
) |
Reads the LJ section.
nonbonded | ... |
section | ... |
start | ... |
Definition at line 873 of file force_fields_input.F.
subroutine, public force_fields_input::read_wl_section | ( | type(pair_potential_p_type), pointer | nonbonded, |
type(section_vals_type), pointer | section, | ||
integer, intent(in) | start | ||
) |
Reads the WILLIAMS section.
nonbonded | ... |
section | ... |
start | ... |
Definition at line 916 of file force_fields_input.F.
subroutine, public force_fields_input::read_gd_section | ( | type(pair_potential_p_type), pointer | nonbonded, |
type(section_vals_type), pointer | section, | ||
integer, intent(in) | start | ||
) |
Reads the GOODWIN section.
nonbonded | ... |
section | ... |
start | ... |
Definition at line 960 of file force_fields_input.F.
subroutine, public force_fields_input::read_gp_section | ( | type(pair_potential_p_type), pointer | nonbonded, |
type(section_vals_type), pointer | section, | ||
integer, intent(in) | start | ||
) |
Reads the GENPOT - generic potential section.
nonbonded | ... |
section | ... |
start | ... |
Definition at line 1374 of file force_fields_input.F.
subroutine, public force_fields_input::read_chrg_section | ( | character(len=default_string_length), dimension(:), pointer | charge_atm, |
real(kind=dp), dimension(:), pointer | charge, | ||
type(section_vals_type), pointer | section, | ||
integer, intent(in) | start | ||
) |
Reads the CHARGE section.
charge_atm | ... |
charge | ... |
section | ... |
start | ... |
Definition at line 1850 of file force_fields_input.F.
subroutine, public force_fields_input::read_force_field_section | ( | 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 force_field input section.
ff_type | ... |
para_env | ... |
mm_section | ... |
Definition at line 2353 of file force_fields_input.F.