Skip to content

Commit

Permalink
Remove test of deprecated QubitStateVector
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Sep 19, 2024
1 parent 6331153 commit 8905bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,6 @@ def test_multi_wire_operation_to_qiskit(self, op_wires):
[[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]], wires=[0, 1]
),
qml.StatePrep(np.array([1, 0, 0, 0]), wires=[0, 1]),
qml.QubitStateVector(np.array([1, 0, 0, 0]), wires=[0, 1]),
],
)
def test_state_prep_ops_have_reversed_register(self, op):
Expand Down

0 comments on commit 8905bca

Please sign in to comment.