Skip to content

Commit 0c61a9d

Browse files
committed
remove cupy tests
1 parent 6789112 commit 0c61a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_quditcircuit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def test_quditcircuit_amplitude_before_wrapper():
447447
assert len(nodes) == 5 # one gate (X on qudit 0) -> single node in the traced path
448448

449449

450-
@pytest.mark.parametrize("backend", [lf("npb"), lf("tfb"), lf("jaxb"), lf("cpb")])
450+
@pytest.mark.parametrize("backend", [lf("npb"), lf("tfb"), lf("jaxb")])
451451
def test_qudit_entanglement_measures_maximally_entangled(backend):
452452
r"""
453453
Prepare the two-qudit maximally entangled state
@@ -479,7 +479,7 @@ def test_qudit_entanglement_measures_maximally_entangled(backend):
479479
np.testing.assert_allclose(linear_entropy, 1.0 - 1.0 / d, rtol=1e-6, atol=1e-7)
480480

481481

482-
@pytest.mark.parametrize("backend", [lf("npb"), lf("tfb"), lf("jaxb"), lf("cpb")])
482+
@pytest.mark.parametrize("backend", [lf("npb"), lf("tfb"), lf("jaxb")])
483483
def test_qudit_mutual_information_product_vs_entangled(backend):
484484
r"""
485485
Compare quantum mutual information :math:`I(A\!:\!B) = S(\rho_A)+S(\rho_B)-S(\rho_{AB})`

0 commit comments

Comments
 (0)