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

Change tresh scf in test

This commit is contained in:
TApplencourt 2015-10-28 15:11:56 +01:00
parent ebaeb669a1
commit 037ad1bb35

View File

@ -25,9 +25,12 @@ cd ${TEST_DIR}
@test "hartree fock HBO STO-3G" {
run init HBO STO-3G
ezfio set_file HBO.ezfio
ezfio hartree_fock thresh_scf 1E-8
qp_run SCF HBO.ezfio
# Check energy
ezfio set_file HBO.ezfio
energy="$(ezfio get hartree_fock energy)"
eq $energy -98.82519856228865 1E-6
}