![]() |
(git:b77b4be)
|
function that build the poisson section of the input More...
Functions/Subroutines | |
subroutine, public | create_poisson_section (section) |
Creates the Poisson section. | |
subroutine, public | create_ewald_section (section) |
... | |
subroutine, public | create_gspace_interp_section (section) |
creates the interpolation section for the periodic QM/MM | |
function that build the poisson section of the input
subroutine, public input_cp2k_poisson::create_poisson_section | ( | type(section_type), pointer | section | ) |
Creates the Poisson section.
section | the section to create |
Definition at line 103 of file input_cp2k_poisson.F.
subroutine, public input_cp2k_poisson::create_ewald_section | ( | type(section_type), pointer | section | ) |
...
section | will contain the ewald section |
Definition at line 282 of file input_cp2k_poisson.F.
subroutine, public input_cp2k_poisson::create_gspace_interp_section | ( | type(section_type), pointer | section | ) |
creates the interpolation section for the periodic QM/MM
section | ... |
Definition at line 462 of file input_cp2k_poisson.F.