Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdevlugt authored Jan 9, 2025
1 parent 44ca4f3 commit 28ee27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/releases/changelog-0.40.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
np.array([[-1.0, -0.0], [-0.0, -1.0]]),
]

dev = qml.device("lightning.tensor", wires = 3)
dev = qml.device("lightning.tensor", wires = [0, 1, 2, 3])
@qml.qnode(dev)
def circuit():
qml.MPSPrep(mps, wires = [0,1,2])
Expand Down

0 comments on commit 28ee27e

Please sign in to comment.