mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 18:16:12 +01:00
55 lines
1.2 KiB
INI
55 lines
1.2 KiB
INI
[thresh_scf]
|
|
type: Threshold
|
|
doc: Threshold on the convergence of the Hartree Fock energy
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-10
|
|
|
|
[exchange_functional]
|
|
type: character*(256)
|
|
doc: name of the exchange functional
|
|
interface: ezfio, provider, ocaml
|
|
default: "LDA"
|
|
|
|
|
|
[correlation_functional]
|
|
type: character*(256)
|
|
doc: name of the correlation functional
|
|
interface: ezfio, provider, ocaml
|
|
default: "LDA"
|
|
|
|
[HF_exchange]
|
|
type: double precision
|
|
doc: Percentage of HF exchange in the DFT model
|
|
interface: ezfio,provider,ocaml
|
|
default: 0.
|
|
|
|
[n_it_scf_max]
|
|
type: Strictly_positive_int
|
|
doc: Maximum number of SCF iterations
|
|
interface: ezfio,provider,ocaml
|
|
default: 200
|
|
|
|
[level_shift]
|
|
type: Positive_float
|
|
doc: Energy shift on the virtual MOs to improve SCF convergence
|
|
interface: ezfio,provider,ocaml
|
|
default: 0.5
|
|
|
|
[mo_guess_type]
|
|
type: MO_guess
|
|
doc: Initial MO guess. Can be [ Huckel | HCore ]
|
|
interface: ezfio,provider,ocaml
|
|
default: Huckel
|
|
|
|
[energy]
|
|
type: double precision
|
|
doc: Calculated HF energy
|
|
interface: ezfio
|
|
|
|
[no_oa_or_av_opt]
|
|
type: logical
|
|
doc: If true, skip the (inactive+core) --> (active) and the (active) --> (virtual) orbital rotations within the SCF procedure
|
|
interface: ezfio,provider,ocaml
|
|
default: False
|
|
|