![]() |
(git:d18deda)
|
function that build the kpoints section of the input More...
Functions/Subroutines | |
subroutine, public | create_kpoints_section (section) |
Creates the Kpoints section SECTION: &kpoint... &end SCHEME [None, Gamma, Monkhorst-Pack, MacDonald, General] { nx ny nz } { nx ny nz sx sy sz } KPOINT x1 y1 z1 w1 SYMMETRY [on, off] WAVEFUNCTION [real, complex] FULL_GRID [on, off] VERBOSE [on, off] EPS_GEO value PARALLEL_GROUP_SIZE [-1,0,n]. | |
subroutine, public | create_kpoint_set_section (section, section_name) |
... | |
Variables | |
integer, parameter, public | use_real_wfn = 101 |
integer, parameter, public | use_complex_wfn = 100 |
function that build the kpoints section of the input
subroutine, public input_cp2k_kpoints::create_kpoints_section | ( | type(section_type), pointer | section | ) |
Creates the Kpoints section SECTION: &kpoint... &end SCHEME [None, Gamma, Monkhorst-Pack, MacDonald, General] { nx ny nz } { nx ny nz sx sy sz } KPOINT x1 y1 z1 w1 SYMMETRY [on, off] WAVEFUNCTION [real, complex] FULL_GRID [on, off] VERBOSE [on, off] EPS_GEO value PARALLEL_GROUP_SIZE [-1,0,n].
section | the section to create |
Definition at line 62 of file input_cp2k_kpoints.F.
subroutine, public input_cp2k_kpoints::create_kpoint_set_section | ( | type(section_type), pointer | section, |
character(len=*), optional | section_name | ||
) |
...
section | ... |
section_name | ... |
Definition at line 166 of file input_cp2k_kpoints.F.
integer, parameter, public input_cp2k_kpoints::use_real_wfn = 101 |
Definition at line 36 of file input_cp2k_kpoints.F.
integer, parameter, public input_cp2k_kpoints::use_complex_wfn = 100 |
Definition at line 36 of file input_cp2k_kpoints.F.