9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 10:15:18 +02:00

fixed the 10.hf.bats
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
eginer 2023-02-07 13:23:00 +01:00
parent cf0c8e75ae
commit c341718982

View File

@ -42,6 +42,7 @@ python write_pt_charges.py hcn.ezfio
qp set nuclei point_charges True
qp run scf | tee hcn.ezfio.pt_charges.out
energy="$(ezfio get hartree_fock energy)"
rm -rf hcn.ezfio
good=-92.76613324421798
eq $energy $good $thresh
}