mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
Changed default threshold for HF and davidson
This commit is contained in:
parent
26cc06de49
commit
1e15ebd70b
@ -2,7 +2,7 @@
|
||||
type: Threshold
|
||||
doc: Threshold on the convergence of the Hartree Fock energy
|
||||
interface: ezfio,provider,ocaml
|
||||
default: 1.e-10
|
||||
default: 1.e-12
|
||||
|
||||
[n_it_scf_max]
|
||||
type: Strictly_positive_int
|
||||
|
@ -44,7 +44,7 @@ default: False
|
||||
type: Threshold
|
||||
doc: Thresholds of Davidson's algorithm
|
||||
interface: ezfio,provider,ocaml
|
||||
default: 1.e-8
|
||||
default: 1.e-12
|
||||
|
||||
[threshold_generators]
|
||||
type: Threshold
|
||||
|
Loading…
Reference in New Issue
Block a user