Skip to content

Commit

Permalink
Update H2O.APMO.FCI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmoncadaa authored Feb 17, 2024
1 parent 01ca30c commit dd848e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/H2O.APMO.FCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
diffTotalEnergy = abs(refTotalEnergy - totalEnergy)
diffFCIEnergy = abs(refFCIEnergy - FCIEnergy)

if (diffTotalEnergy <= 1E-8 and diffFCIEnergy <= 1E-8):
if (diffTotalEnergy <= 1E-8 and diffFCIEnergy <= 1E-6):
print(testName + str_green(" ... OK"))
else:
print(testName + str_red(" ... NOT OK"))
Expand Down

0 comments on commit dd848e2

Please sign in to comment.