We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7e0eb3 + 45f97fc commit bdbdd36Copy full SHA for bdbdd36
1 file changed
src/openfermion/resource_estimates/pbc/thc/compute_lambda_thc_test.py
@@ -78,4 +78,4 @@ def test_kpoint_thc_lambda():
78
)
79
helper = KPTHCDoubleTranslation(kpt_thc.chi, kpt_thc.zeta, mf)
80
lambda_data = compute_lambda(hcore_mo, helper)
81
- assert np.isclose(lambda_data.lambda_total, 93.84613761765415)
+ assert np.isclose(lambda_data.lambda_total, 93.8478, atol=2e-3)
0 commit comments