Go to the source code of this file.
|
| module | topology_psf |
| | Functionality to read in PSF topologies and convert it into local data structures.
|
| |
|
| subroutine, public | topology_psf::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 | topology_psf::psf_post_process (topology, subsys_section) |
| | Post processing of PSF informations.
|
| |
| subroutine, public | topology_psf::idm_psf (topology, section, subsys_section) |
| | Input driven modification (IDM) of PSF defined structures.
|
| |
| subroutine, public | topology_psf::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.
|
| |