Skip to content

Commit

Permalink
low-scaling RPA/GW: document parameters outside of IM_TIME section
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed Feb 24, 2020
1 parent 25c05e1 commit 6ca3058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/input_cp2k_mp2.F
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,9 @@ SUBROUTINE create_low_scaling(section)
CPASSERT(.NOT. ASSOCIATED(section))
CALL section_create( &
section, __LOCATION__, name="LOW_SCALING", &
description="Cubic scaling RI-RPA, GW and Laplace-SOS-MP2 method using the imaginary time formalism.", &
description="Cubic scaling RI-RPA, GW and Laplace-SOS-MP2 method using the imaginary time formalism. "// &
"EPS_GRID in WFC_GPW section controls accuracy / req. memory for 3-center integrals. "// &
"SORT_BASIS EXP should be specified in DFT section.", &
n_keywords=12, n_subsections=2, repeats=.FALSE.)

NULLIFY (keyword)
Expand Down

0 comments on commit 6ca3058

Please sign in to comment.