Skip to content

Commit

Permalink
Resolve flake from undetermined basis
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Feb 23, 2024
1 parent feb09df commit d21a8b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_RCCSD.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ def setUpClass(cls):
ccsd_ref.solve_lambda()

no_coeff, no_occ, no_space = construct_fno_space(mf, occ_tol=1e-3)
# Use the PySCF coefficients in case the phases are different
no_coeff = ccsd_ref.mo_coeff

ccsd = REBCC(
mf,
Expand Down

0 comments on commit d21a8b7

Please sign in to comment.