![]() |
(git:b77b4be)
|
Functions/Subroutines | |
recursive subroutine, public | create_colvar_section (section, skip_recursive_colvar) |
creates the colvar section | |
subroutine, public | create_colvar_xyz_d_section (section) |
creates the colvar section regarded to the collective variables dist | |
subroutine, public | create_colvar_xyz_od_section (section) |
creates the colvar section regarded to the collective variables dist | |
recursive subroutine, public input_cp2k_colvar::create_colvar_section | ( | type(section_type), pointer | section, |
logical, optional | skip_recursive_colvar | ||
) |
creates the colvar section
section | the section to be created |
skip_recursive_colvar | ... |
Definition at line 62 of file input_cp2k_colvar.F.
subroutine, public input_cp2k_colvar::create_colvar_xyz_d_section | ( | type(section_type), pointer | section | ) |
creates the colvar section regarded to the collective variables dist
section | the section to be created |
Definition at line 833 of file input_cp2k_colvar.F.
subroutine, public input_cp2k_colvar::create_colvar_xyz_od_section | ( | type(section_type), pointer | section | ) |
creates the colvar section regarded to the collective variables dist
section | the section to be created |
Definition at line 893 of file input_cp2k_colvar.F.