We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5708ab4 commit cefb529Copy full SHA for cefb529
1 file changed
src/openfermion/resource_estimates/pbc/thc/factorizations/isdf_test.py
@@ -253,8 +253,8 @@ def test_G_vector_mapping_single_translation():
253
assert np.allclose(delta_G_expected, delta_G)
254
255
256
-@pytest.mark.slow
257
@pytest.mark.skipif(not HAVE_DEPS_FOR_RESOURCE_ESTIMATES, reason='pyscf and/or jax not installed.')
+@pytest.mark.slow
258
def test_kpoint_isdf_double_translation():
259
cell = gto.Cell()
260
cell.atom = """
@@ -302,6 +302,7 @@ def test_kpoint_isdf_double_translation():
302
303
304
305
306
def test_kpoint_isdf_single_translation():
307
308
0 commit comments