(git:d18deda)
Loading...
Searching...
No Matches
input_cp2k_dft Module Reference

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
 

Detailed Description

function that build the dft section of the input

History
10.2005 moved out of input_cp2k [fawzi]
Author
fawzi

Function/Subroutine Documentation

◆ create_dft_section()

subroutine, public input_cp2k_dft::create_dft_section ( type(section_type), pointer  section)

creates the dft section

Parameters
sectionthe section to be created
Author
fawzi

Definition at line 118 of file input_cp2k_dft.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_bsse_section()

subroutine, public input_cp2k_dft::create_bsse_section ( type(section_type), pointer  section)

Create the BSSE section for counterpoise correction.

Parameters
sectionthe section to create
Author
teo

Definition at line 965 of file input_cp2k_dft.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_mgrid_section()

subroutine, public input_cp2k_dft::create_mgrid_section ( type(section_type), pointer  section,
logical, intent(in)  create_subsections 
)

creates the multigrid

Parameters
sectioninput section to create
create_subsectionsindicates whether or not subsections INTERPOLATOR and RS_GRID should be created
Author
fawzi

Definition at line 1135 of file input_cp2k_dft.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_interp_section()

subroutine, public input_cp2k_dft::create_interp_section ( type(section_type), pointer  section)

creates the interpolation section

Parameters
section...
Author
tlaino

Definition at line 1245 of file input_cp2k_dft.F.

Here is the call graph for this function:
Here is the caller graph for this function: