10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-16 16:10:29 +02:00
quantum_package/src/Hartree_Fock/EZFIO.cfg

23 lines
426 B
INI
Raw Normal View History

2015-03-30 11:47:56 +02:00
[thresh_scf]
2015-03-30 11:16:15 +02:00
type: Threshold
doc: Threshold on the convergence of the Hartree Fock energy
interface: input
default: 1.e-10
[n_it_scf_max]
type: Strictly_positive_int
doc: Maximum number of SCF iterations
interface: input
default: 200
[mo_guess_type]
2015-03-30 16:50:27 +02:00
type: MO_guess
2015-03-30 11:16:15 +02:00
doc: Initial MO guess. Can be [ Huckel | HCore ]
interface: input
default: Huckel
[energy]
type: double precision
2015-03-30 14:53:13 +02:00
doc: Calculated HF energy
2015-04-01 14:26:42 +02:00
interface: output