10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-18 19:25:28 +02:00
quantum_package/plugins/Hartree_Fock/EZFIO.cfg

29 lines
615 B
INI
Raw Normal View History

2015-06-17 18:22:08 +02:00
[thresh_scf]
type: Threshold
doc: Threshold on the convergence of the Hartree Fock energy
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
interface: ezfio,provider,ocaml
2015-06-17 18:22:08 +02:00
default: 200
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
2015-06-17 18:22:08 +02:00
[mo_guess_type]
type: MO_guess
doc: Initial MO guess. Can be [ Huckel | HCore ]
interface: ezfio,provider,ocaml
2015-06-17 18:22:08 +02:00
default: Huckel
[energy]
type: double precision
doc: Calculated HF energy
interface: ezfio