Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdevlugt committed Jan 11, 2025
1 parent 78f540b commit d37b3e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/releases/changelog-0.40.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ base classes and one new function:

```python
from functools import partial
import jax

qml.capture.enable()
wire_map = {0: 3, 1: 6, 2: 9}
Expand Down Expand Up @@ -815,8 +814,6 @@ base classes and one new function:
[(#6378)](https://github.com/PennyLaneAI/pennylane/pull/6378)

```python
import pennylane as qml

@qml.qnode(qml.device("default.qubit"))
def circuit():
qml.Hadamard(0)
Expand Down

0 comments on commit d37b3e3

Please sign in to comment.