fixed the 10.hf.bats
continuous-integration/drone/push Build is failing Details

This commit is contained in:
eginer 2023-02-07 13:23:00 +01:00
parent cf0c8e75ae
commit c341718982
1 changed files with 1 additions and 0 deletions

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
}