![]() |
(git:e68414f)
|
builds the subsystem section of the input More...
Functions/Subroutines | |
| subroutine, public | create_cell_section (section, periodic) |
| creates the cell section | |
| subroutine, public | create_rng_section (section) |
| Creates the random number restart section. | |
| subroutine, public | create_subsys_section (section) |
| creates the structure of a subsys, i.e. a full set of atoms+mol+bounds+cell | |
| subroutine, public | create_structure_data_section (print_key) |
| creates structure data section for output.. both subsys (for initialization) and motion section.. | |
| subroutine, public | create_basis_section (section) |
| Creates the &BASIS section. | |
builds the subsystem section of the input
| subroutine, public input_cp2k_subsys::create_cell_section | ( | type(section_type), pointer | section, |
| integer, intent(in), optional | periodic | ||
| ) |
creates the cell section
| section | ... |
| periodic | ... |
Definition at line 79 of file input_cp2k_subsys.F.
| subroutine, public input_cp2k_subsys::create_rng_section | ( | type(section_type), pointer | section | ) |
Creates the random number restart section.
| section | the section to create |
Definition at line 250 of file input_cp2k_subsys.F.
| subroutine, public input_cp2k_subsys::create_subsys_section | ( | type(section_type), pointer | section | ) |
creates the structure of a subsys, i.e. a full set of atoms+mol+bounds+cell
| section | the section to create |
Definition at line 275 of file input_cp2k_subsys.F.
| subroutine, public input_cp2k_subsys::create_structure_data_section | ( | type(section_type), pointer | print_key | ) |
creates structure data section for output.. both subsys (for initialization) and motion section..
| print_key | ... |
Definition at line 653 of file input_cp2k_subsys.F.
| subroutine, public input_cp2k_subsys::create_basis_section | ( | type(section_type), pointer | section | ) |
Creates the &BASIS section.
| section | the section to create |
Definition at line 848 of file input_cp2k_subsys.F.