mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Improve documentation regarding the use of the ATOM section (#4880)
This commit is contained in:
parent
116267a333
commit
428ecd7c49
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ CONTAINS
|
|||
|
||||
CPASSERT(.NOT. ASSOCIATED(section))
|
||||
CALL section_create(section, __LOCATION__, name="ATOM", &
|
||||
description="Section handling input for atomic calculations.", &
|
||||
description="Section handling input for atomic calculations (requires &GLOBAL%PROGRAM_NAME ATOM).", &
|
||||
n_keywords=1, n_subsections=1, repeats=.FALSE.)
|
||||
NULLIFY (keyword, subsection)
|
||||
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ CONTAINS
|
|||
usage="SCF_GUESS RESTART", default_i_val=atomic_guess, &
|
||||
enum_c_vals=s2a("ATOMIC", "RESTART", "RANDOM", "CORE", &
|
||||
"HISTORY_RESTART", "MOPAC", "EHT", "SPARSE", "NONE"), &
|
||||
enum_desc=s2a("Generate an atomic density using the atomic code", &
|
||||
enum_desc=s2a("Generate an atomic density using the atomic code and internal default values", &
|
||||
"Use the RESTART file as an initial guess (and ATOMIC if not present).", &
|
||||
"Use random wavefunction coefficients.", &
|
||||
"Diagonalize the core hamiltonian for an initial guess.", &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue