Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Sep 19, 2024
1 parent 9254d65 commit 8dca867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

* The `diagonalize_measurements` transform now uses a more efficient method of diagonalization
when possible, based on the `pauli_rep` of the relevant observables.
[#6113](https://github.com/PennyLaneAI/pennylane/pull/6113/)
[(#6113)](https://github.com/PennyLaneAI/pennylane/pull/6113/)

* An `update` method is added to `QuantumScript` to make it easier to create an updated version
of a tape where some of `tape.operations`, `tape.measurements`, `tape.shots` and
`tape.trainable_params` are modified, while ensuring other attributes are unchanged.
[(#6285)](https://github.com/PennyLaneAI/pennylane/pull/6285)

<h4>Capturing and representing hybrid programs</h4>

Expand Down

0 comments on commit 8dca867

Please sign in to comment.