Skip to content

Commit

Permalink
Delete references to the removed QubitStateVector class (#1289)
Browse files Browse the repository at this point in the history
**Context:**

Completing the deprecation cycle of `QubitStateVector` (see
PennyLaneAI/pennylane#6525)

**Description of the Change:**

Removed all references to the deprecated source code.

[sc-77482]
  • Loading branch information
andrijapau authored Nov 14, 2024
1 parent 28c2a90 commit 54df305
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/dev/custom_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ headers and fields are generally required, unless stated otherwise.
SQISW = {}
CPhase = {}
BasisState = {}
QubitStateVector = {}
StatePrep = {}
ControlledQubitUnitary = {}
MultiControlledX = {}
Expand Down
1 change: 0 additions & 1 deletion frontend/test/custom_device/custom_device.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ PSWAP = {}
SISWAP = {}
SQISW = {}
BasisState = {}
QubitStateVector = {}
StatePrep = {}
ControlledQubitUnitary = {}
MultiControlledX = {}
Expand Down
1 change: 0 additions & 1 deletion frontend/test/pytest/test_custom_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"SISWAP",
"SQISW",
"BasisState",
"QubitStateVector",
"StatePrep",
"ControlledQubitUnitary",
"DiagonalQubitUnitary",
Expand Down

0 comments on commit 54df305

Please sign in to comment.