Improve documentation regarding the use of the ATOM section (#4880)

This commit is contained in:
Frederick Stein 2026-02-26 17:19:19 +01:00 committed by GitHub
parent 116267a333
commit 428ecd7c49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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.", &