Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dime10 committed Mar 8, 2022
1 parent af42ef5 commit 895ed62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
execution, such as the quantum state vector and density matrix in the qubit case, or the
covariance matrix and vector of means in the continuous variable case. The saved states can be
retrieved in the form of a dictionary via the top-level `qml.snapshots` function.
[(#2233)](https://github.com/PennyLaneAI/pennylane/pull/2233)
[(#2233)](https://github.com/PennyLaneAI/pennylane/pull/2233)
[(#2289)](https://github.com/PennyLaneAI/pennylane/pull/2289)
[(#2291)](https://github.com/PennyLaneAI/pennylane/pull/2291)

```py
dev = qml.device("default.qubit", wires=2)

@qml.qnode(dev, interface=None)
def circuit():
qml.Snapshot()
Expand Down

0 comments on commit 895ed62

Please sign in to comment.