![]() |
(git:b77b4be)
|
Functionality to read in PSF topologies and convert it into local data structures. More...
Functions/Subroutines | |
subroutine, public | read_topology_psf (filename, topology, para_env, subsys_section, psf_type) |
Read PSF topology file Teodoro Laino - Introduced CHARMM31 EXT PSF standard format. | |
subroutine, public | psf_post_process (topology, subsys_section) |
Post processing of PSF informations. | |
subroutine, public | idm_psf (topology, section, subsys_section) |
Input driven modification (IDM) of PSF defined structures. | |
subroutine, public | write_topology_psf (file_unit, topology, subsys_section, force_env_section) |
Teodoro Laino - 01.2006 Write PSF topology file in the CHARMM31 EXT standard format. | |
Functionality to read in PSF topologies and convert it into local data structures.
subroutine, public topology_psf::read_topology_psf | ( | character(len=*), intent(in) | filename, |
type(topology_parameters_type), intent(inout) | topology, | ||
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | subsys_section, | ||
integer, intent(in) | psf_type | ||
) |
Read PSF topology file Teodoro Laino - Introduced CHARMM31 EXT PSF standard format.
filename | ... |
topology | ... |
para_env | ... |
subsys_section | ... |
psf_type | ... |
Definition at line 79 of file topology_psf.F.
subroutine, public topology_psf::psf_post_process | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Post processing of PSF informations.
topology | ... |
subsys_section | ... |
Definition at line 416 of file topology_psf.F.
subroutine, public topology_psf::idm_psf | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | section, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Input driven modification (IDM) of PSF defined structures.
topology | ... |
section | ... |
subsys_section | ... |
Definition at line 562 of file topology_psf.F.
subroutine, public topology_psf::write_topology_psf | ( | integer, intent(in) | file_unit, |
type(topology_parameters_type), intent(inout) | topology, | ||
type(section_vals_type), pointer | subsys_section, | ||
type(section_vals_type), pointer | force_env_section | ||
) |
Teodoro Laino - 01.2006 Write PSF topology file in the CHARMM31 EXT standard format.
file_unit | ... |
topology | ... |
subsys_section | ... |
force_env_section | ... |
Definition at line 721 of file topology_psf.F.