Skip to content

Commit

Permalink
Remove tests of deprecated QubitStateVector (#585)
Browse files Browse the repository at this point in the history
* Fix deprecated import path for `QubitDevice`

* Remove test of deprecated `QubitStateVector`
  • Loading branch information
astralcai authored Sep 19, 2024
1 parent 907e79a commit 7e82d32
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 7e82d32

Please sign in to comment.