We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0fc7a commit ef5b753Copy full SHA for ef5b753
tests/test_hf.py
@@ -125,7 +125,7 @@ def test_hartree_fock_restart(self):
125
126
# assess that the energy of the perturbed result is different
127
# (and also higher)
128
- en = -39.3317094910293
+ en = -39.34538546003782
129
np.testing.assert_almost_equal(results2['energies'][-1], en, 3)
130
131
# check that the convergence is quicker
0 commit comments