![]() |
(git:d18deda)
|
function that build the dft section of the input More...
Functions/Subroutines | |
subroutine, public | create_dft_section (section) |
creates the dft section | |
subroutine, public | create_bsse_section (section) |
Create the BSSE section for counterpoise correction. | |
subroutine, public | create_mgrid_section (section, create_subsections) |
creates the multigrid | |
subroutine, public | create_interp_section (section) |
creates the interpolation section | |
function that build the dft section of the input
subroutine, public input_cp2k_dft::create_dft_section | ( | type(section_type), pointer | section | ) |
creates the dft section
section | the section to be created |
Definition at line 118 of file input_cp2k_dft.F.
subroutine, public input_cp2k_dft::create_bsse_section | ( | type(section_type), pointer | section | ) |
Create the BSSE section for counterpoise correction.
section | the section to create |
Definition at line 965 of file input_cp2k_dft.F.
subroutine, public input_cp2k_dft::create_mgrid_section | ( | type(section_type), pointer | section, |
logical, intent(in) | create_subsections | ||
) |
creates the multigrid
section | input section to create |
create_subsections | indicates whether or not subsections INTERPOLATOR and RS_GRID should be created |
Definition at line 1135 of file input_cp2k_dft.F.
subroutine, public input_cp2k_dft::create_interp_section | ( | type(section_type), pointer | section | ) |
creates the interpolation section
section | ... |
Definition at line 1245 of file input_cp2k_dft.F.