10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Changed default threshold for HF and davidson

This commit is contained in:
Anthony Scemama 2016-01-02 22:01:52 +01:00
parent 26cc06de49
commit 1e15ebd70b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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