Skip to content

Commit

Permalink
fix problem with PSI4 pe + pcm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Leitner committed Jul 12, 2021
1 parent 4c495a8 commit a36c658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adcc/backends/psi4.py
Expand Up @@ -256,6 +256,7 @@ def run_hf(xyz, basis, charge=0, multiplicity=1, conv_tol=1e-11,
"ccpvdz": "cc-pvdz",
}

psi4.core.clean_options()
mol = psi4.geometry(f"""
{charge} {multiplicity}
{xyz}
Expand Down

0 comments on commit a36c658

Please sign in to comment.