Skip to content

Commit

Permalink
Merge branch 'master' into adjoint-pow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwierichs committed Jun 12, 2024
2 parents 1336dd5 + 45f8d4a commit cd09001
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 108 deletions.
3 changes: 3 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@
* `qml.QutritDepolarizingChannel` has been added, allowing for depolarizing noise to be simulated on the `default.qutrit.mixed` device.
[(#5502)](https://github.com/PennyLaneAI/pennylane/pull/5502)

* Implement support in `assert_equal` for `Operator`, `Controlled`, `Adjoint`, `Pow`, `Exp`, `SProd`, `ControlledSequence`, `Prod`, `Sum`, `Tensor` and `Hamiltonian`
[(#5780)](https://github.com/PennyLaneAI/pennylane/pull/5780)

* `qml.QutritChannel` has been added, enabling the specification of noise using a collection of (3x3) Kraus matrices on the `default.qutrit.mixed` device.
[(#5793)](https://github.com/PennyLaneAI/pennylane/issues/5793)

Expand Down
Loading

0 comments on commit cd09001

Please sign in to comment.