![]() |
(git:936074a)
|
Control for reading in different topologies and coordinates. More...
Functions/Subroutines | |
| subroutine, public | topology_control (atomic_kind_set, particle_set, molecule_kind_set, molecule_set, colvar_p, gci, root_section, para_env, qmmm, qmmm_env, force_env_section, subsys_section, use_motion_section, exclusions, elkind) |
| ... | |
| subroutine, public | connectivity_control (topology, para_env, qmmm, qmmm_env, subsys_section, force_env_section) |
| |
Control for reading in different topologies and coordinates.
| subroutine, public topology::topology_control | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
| type(particle_type), dimension(:), pointer | particle_set, | ||
| type(molecule_kind_type), dimension(:), pointer | molecule_kind_set, | ||
| type(molecule_type), dimension(:), pointer | molecule_set, | ||
| type(colvar_p_type), dimension(:), pointer | colvar_p, | ||
| type(global_constraint_type), pointer | gci, | ||
| type(section_vals_type), pointer | root_section, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| logical, intent(in), optional | qmmm, | ||
| type(qmmm_env_mm_type), optional, pointer | qmmm_env, | ||
| type(section_vals_type), pointer | force_env_section, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| logical, intent(in) | use_motion_section, | ||
| type(exclusion_type), dimension(:), optional, pointer | exclusions, | ||
| logical, intent(in), optional | elkind | ||
| ) |
...
| atomic_kind_set | ... |
| particle_set | ... |
| molecule_kind_set | ... |
| molecule_set | ... |
| colvar_p | ... |
| gci | ... |
| root_section | ... |
| para_env | ... |
| qmmm | ... |
| qmmm_env | ... |
| force_env_section | ... |
| subsys_section | ... |
| use_motion_section | ... |
| exclusions | ... |
| elkind | ... |
Definition at line 124 of file topology.F.
| subroutine, public topology::connectivity_control | ( | type(topology_parameters_type), intent(inout) | topology, |
| type(mp_para_env_type), pointer | para_env, | ||
| logical, intent(in), optional | qmmm, | ||
| type(qmmm_env_mm_type), optional, pointer | qmmm_env, | ||
| type(section_vals_type), pointer | subsys_section, | ||
| type(section_vals_type), pointer | force_env_section | ||
| ) |
| topology | ... |
| para_env | ... |
| qmmm | ... |
| qmmm_env | ... |
| subsys_section | ... |
| force_env_section | ... |
Definition at line 285 of file topology.F.