2024-05-01 20:25:01 +02:00
|
|
|
[tcscf_energy]
|
2023-02-06 19:26:58 +01:00
|
|
|
type: Threshold
|
2024-05-01 20:25:01 +02:00
|
|
|
doc: TC-SCF ENERGY
|
2023-02-06 19:26:58 +01:00
|
|
|
interface: ezfio
|
2024-02-23 23:51:03 +01:00
|
|
|
|
|
|
|
[converged_tcscf]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, tc-scf has converged
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: False
|
|
|
|
|
2024-05-01 21:52:00 +02:00
|
|
|
[max_dim_diis_tcscf]
|
|
|
|
type: integer
|
|
|
|
doc: Maximum size of the DIIS extrapolation procedure
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 15
|
|
|
|
|
|
|
|
[level_shift_tcscf]
|
|
|
|
type: Positive_float
|
|
|
|
doc: Energy shift on the virtual MOs to improve TCSCF convergence
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 0.
|
|
|
|
|
|
|
|
[thresh_tcscf]
|
|
|
|
type: Threshold
|
|
|
|
doc: Threshold on the convergence of the Hartree Fock energy.
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-8
|
|
|
|
|
|
|
|
[n_it_tcscf_max]
|
|
|
|
type: Strictly_positive_int
|
|
|
|
doc: Maximum number of SCF iterations
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 50
|
|
|
|
|
|
|
|
[tc_Brillouin_Right]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, impose only right-Brillouin condition
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: False
|
|
|
|
|