Skip to content

Commit

Permalink
Update test_standard_suite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Apr 8, 2024
1 parent 4f3a610 commit f9c2828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcengine/programs/tests/test_standard_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def clsd_open_pmols():
_q1 = (qcng.exceptions.InputError, "unknown SCFTYPE", "no ROHF reference for NWChem hand-coded MP2.")
_q2 = (qcng.exceptions.InputError, "CCTYP IS PROGRAMMED ONLY FOR SCFTYP=RHF OR ROHF", "no UHF CC in GAMESS.")
_q3 = (qcng.exceptions.InputError, "ccsd: nopen is not zero", "no non-RHF reference for NWChem hand-coded CC.")
_q6 = (qcng.exceptions.InputError, r"Only RHF/UHF(/RKS|) Hessians are currently implemented.", "no ROHF Hessian for Psi4 HF.")
_q6 = (qcng.exceptions.InputError, r"Only RHF/UHF(/RKS|/RKS/UKS|) Hessians are currently implemented.", "no ROHF Hessian for Psi4 HF.")
_q45 = (qcng.exceptions.UnknownError, "non-Abelian symmetry not permitted", "temporary excuse of failure. I think NWChem has fixed upstream.")

_w1 = ("MP2 CORRELATION ENERGY", "nonstandard answer: NWChem TCE MP2 doesn't report singles (affects ROHF)")
Expand Down

0 comments on commit f9c2828

Please sign in to comment.