![]() |
(git:b77b4be)
|
function that build the QS section of the input More...
Functions/Subroutines | |
subroutine, public | create_qs_section (section) |
creates the input section for the qs part | |
subroutine, public | create_ddapc_restraint_section (section, section_name) |
... | |
subroutine, public | create_lrigpw_section (section) |
input section for optional parameters for LRIGPW LRI: local resolution of identity | |
function that build the QS section of the input
subroutine, public input_cp2k_qs::create_qs_section | ( | type(section_type), pointer | section | ) |
creates the input section for the qs part
section | the section to create |
Definition at line 77 of file input_cp2k_qs.F.
subroutine, public input_cp2k_qs::create_ddapc_restraint_section | ( | type(section_type), pointer | section, |
character(len=*), intent(in) | section_name | ||
) |
...
section | ... |
section_name | ... |
Definition at line 589 of file input_cp2k_qs.F.
subroutine, public input_cp2k_qs::create_lrigpw_section | ( | type(section_type), pointer | section | ) |
input section for optional parameters for LRIGPW LRI: local resolution of identity
section | the section to create |
Definition at line 702 of file input_cp2k_qs.F.