2017-03-29 22:21:46 +02:00
|
|
|
[threshold_overlap_ao_eigenvalues]
|
|
|
|
type: Threshold
|
|
|
|
doc: Threshold on the magnitude of the smallest eigenvalues of the overlap matrix in the AO basis
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-6
|
|
|
|
|
|
|
|
[max_dim_diis]
|
|
|
|
type: integer
|
|
|
|
doc: Maximum size of the DIIS extrapolation procedure
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 15
|
|
|
|
|
|
|
|
[threshold_diis]
|
|
|
|
type: Threshold
|
|
|
|
doc: Threshold on the convergence of the DIIS error vector during a Hartree-Fock calculation
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: 1.e-5
|
|
|
|
|
2015-06-17 18:22:08 +02:00
|
|
|
[thresh_scf]
|
|
|
|
type: Threshold
|
|
|
|
doc: Threshold on the convergence of the Hartree Fock energy
|
2015-06-18 15:01:04 +02:00
|
|
|
interface: ezfio,provider,ocaml
|
2016-01-26 00:26:27 +01:00
|
|
|
default: 1.e-10
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
[n_it_scf_max]
|
|
|
|
type: Strictly_positive_int
|
|
|
|
doc: Maximum number of SCF iterations
|
2015-06-18 15:01:04 +02:00
|
|
|
interface: ezfio,provider,ocaml
|
2017-03-29 22:21:46 +02:00
|
|
|
default: 128
|
2015-06-17 18:22:08 +02:00
|
|
|
|
2015-11-16 19:00:49 +01:00
|
|
|
[level_shift]
|
|
|
|
type: Positive_float
|
2015-11-16 20:13:06 +01:00
|
|
|
doc: Energy shift on the virtual MOs to improve SCF convergence
|
2015-11-16 19:00:49 +01:00
|
|
|
interface: ezfio,provider,ocaml
|
2015-11-27 09:03:03 +01:00
|
|
|
default: 0.5
|
2015-11-16 19:00:49 +01:00
|
|
|
|
2017-03-29 22:21:46 +02:00
|
|
|
[scf_algorithm]
|
|
|
|
type: character*(32)
|
|
|
|
doc: Type of SCF algorithm used. Possible choices are [ damp | DIIS]
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: damp
|
|
|
|
|
2015-06-17 18:22:08 +02:00
|
|
|
[mo_guess_type]
|
|
|
|
type: MO_guess
|
|
|
|
doc: Initial MO guess. Can be [ Huckel | HCore ]
|
2015-06-18 15:01:04 +02:00
|
|
|
interface: ezfio,provider,ocaml
|
2015-06-17 18:22:08 +02:00
|
|
|
default: Huckel
|
|
|
|
|
|
|
|
[energy]
|
|
|
|
type: double precision
|
|
|
|
doc: Calculated HF energy
|
2015-06-18 15:01:04 +02:00
|
|
|
interface: ezfio
|
2016-02-17 10:52:57 +01:00
|
|
|
|
|
|
|
[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
|
|
|
|
|