![]() |
(git:b77b4be)
|
Collection of subroutine needed for topology related things. More...
Functions/Subroutines | |
subroutine, public | topology_generate_molname (conn_info, natom, natom_prev, nbond_prev, id_molname) |
Generates molnames: useful when the connectivity on file does not provide them. | |
subroutine, public | topology_generate_molecule (topology, qmmm, qmmm_env, subsys_section) |
Use information from bond list to generate molecule. (ie clustering) | |
subroutine, public | topology_generate_bond (topology, para_env, subsys_section) |
Use info from periodic table and assumptions to generate bonds. | |
subroutine, public | topology_generate_bend (topology, subsys_section) |
Using a list of bonds, generate a list of bends. | |
subroutine, public | topology_generate_ub (topology, subsys_section) |
The list of Urey-Bradley is equal to the list of bends. | |
subroutine, public | topology_generate_dihe (topology, subsys_section) |
Generate a list of torsions from bonds. | |
subroutine, public | topology_generate_impr (topology, subsys_section) |
Using a list of bends, generate a list of impr. | |
subroutine, public | topology_generate_onfo (topology, subsys_section) |
Using a list of torsion, generate a list of onfo. | |
Collection of subroutine needed for topology related things.
subroutine, public topology_generate_util::topology_generate_molname | ( | type(connectivity_info_type), pointer | conn_info, |
integer, intent(in) | natom, | ||
integer, intent(in) | natom_prev, | ||
integer, intent(in) | nbond_prev, | ||
integer, dimension(:), intent(inout) | id_molname | ||
) |
Generates molnames: useful when the connectivity on file does not provide them.
conn_info | ... |
natom | ... |
natom_prev | ... |
nbond_prev | ... |
id_molname | ... |
Definition at line 93 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_molecule | ( | type(topology_parameters_type), intent(inout) | topology, |
logical, intent(in), optional | qmmm, | ||
type(qmmm_env_mm_type), optional, pointer | qmmm_env, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Use information from bond list to generate molecule. (ie clustering)
topology | ... |
qmmm | ... |
qmmm_env | ... |
subsys_section | ... |
Definition at line 181 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_bond | ( | type(topology_parameters_type), intent(inout) | topology, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), pointer | subsys_section | ||
) |
Use info from periodic table and assumptions to generate bonds.
topology | ... |
para_env | ... |
subsys_section | ... |
Definition at line 563 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_bend | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Using a list of bonds, generate a list of bends.
topology | ... |
subsys_section | ... |
Definition at line 1486 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_ub | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
The list of Urey-Bradley is equal to the list of bends.
topology | ... |
subsys_section | ... |
Definition at line 1723 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_dihe | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Generate a list of torsions from bonds.
topology | ... |
subsys_section | ... |
Definition at line 1766 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_impr | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Using a list of bends, generate a list of impr.
topology | ... |
subsys_section | ... |
Definition at line 1851 of file topology_generate_util.F.
subroutine, public topology_generate_util::topology_generate_onfo | ( | type(topology_parameters_type), intent(inout) | topology, |
type(section_vals_type), pointer | subsys_section | ||
) |
Using a list of torsion, generate a list of onfo.
topology | ... |
subsys_section | ... |
Definition at line 1958 of file topology_generate_util.F.