10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-19 22:41:48 +02:00
This commit is contained in:
Anthony Scemama 2018-10-30 15:54:09 +01:00
commit 69fa4dcbaa
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ default: 500
type: Positive_float
doc: Energy shift on the virtual MOs to improve SCF convergence
interface: ezfio,provider,ocaml
default: 0.5
default: 0.2
[scf_algorithm]
type: character*(32)

View File

@ -10,11 +10,11 @@ function run_init() {
function run_HF() {
thresh=1.e-7
thresh=1.e-8
test_exe SCF || skip
qp_edit -c $1
ezfio set_file $1
ezfio set hartree_fock thresh_scf 2.e-8
ezfio set hartree_fock thresh_scf 1.e-10
qp_run SCF $1
energy="$(ezfio get hartree_fock energy)"
eq $energy $2 $thresh