Skip to content

Commit bdbdd36

Browse files
authored
Merge branch 'main' into update-pytest-ini
2 parents c7e0eb3 + 45f97fc commit bdbdd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openfermion/resource_estimates/pbc/thc/compute_lambda_thc_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def test_kpoint_thc_lambda():
7878
)
7979
helper = KPTHCDoubleTranslation(kpt_thc.chi, kpt_thc.zeta, mf)
8080
lambda_data = compute_lambda(hcore_mo, helper)
81-
assert np.isclose(lambda_data.lambda_total, 93.84613761765415)
81+
assert np.isclose(lambda_data.lambda_total, 93.8478, atol=2e-3)

0 commit comments

Comments
 (0)