(git:6a2e663)
input_cp2k_hfx Module Reference

function that builds the hartree fock exchange section of the input More...

Functions/Subroutines

subroutine, public create_hfx_section (section)
 creates the input section for the hf part More...
 

Variables

integer, parameter, public ri_mo = 1
 
integer, parameter, public ri_pmat = 2
 

Detailed Description

function that builds the hartree fock exchange section of the input

History
09.2007 created
Author
Manuel Guidon

Function/Subroutine Documentation

◆ create_hfx_section()

subroutine, public input_cp2k_hfx::create_hfx_section ( type(section_type), pointer  section)

creates the input section for the hf part

Parameters
sectionthe section to create
Author
Manuel Guidon

Definition at line 55 of file input_cp2k_hfx.F.

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

Variable Documentation

◆ ri_mo

integer, parameter, public input_cp2k_hfx::ri_mo = 1

Definition at line 44 of file input_cp2k_hfx.F.

◆ ri_pmat

integer, parameter, public input_cp2k_hfx::ri_pmat = 2

Definition at line 44 of file input_cp2k_hfx.F.