Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdevlugt committed Oct 18, 2023
1 parent 396e997 commit a8a7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
qml.Hadamard(wires=i)

qml.RX(x, wires=0)
loop() # pylint: disable=no-value-for-parameter
loop()
qml.RY(y, wires=1)
qml.RZ(z, wires=2)
return qml.expval(qml.PauliZ(0))
Expand Down

0 comments on commit a8a7afa

Please sign in to comment.