Skip to content

Commit

Permalink
Fix adc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 27, 2023
1 parent ebf3cfa commit 19168dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/pbc/adc/test/test_k_vs_supercell_ea.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def tearDownModule():

class KnownValues(unittest.TestCase):
def test_ea_adc2_supercell(self):
e1,v1,p1,x1 = myadc.kernel(nroots=3)
e1,v1,p1,x1 = myadc.kernel(nroots=4)
self.assertAlmostEqual(e1[1], 0.83425538, 6)
self.assertAlmostEqual(e1[3], 1.29595017, 6)

Expand Down

0 comments on commit 19168dd

Please sign in to comment.