Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm redundant item from changelog-dev.md #6575

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@
* Shortened the string representation for the `qml.S`, `qml.T`, and `qml.SX` operators.
[(#6542)](https://github.com/PennyLaneAI/pennylane/pull/6542)

* Added `qml.devices.qubit_mixed` module for mixed-state qubit device support. This module introduces:
- A new API for mixed-state operations
- An `apply_operation` helper function featuring:
- Two density matrix contraction methods using `einsum` and `tensordot`
- Optimized handling of special cases including:
- Diagonal operators
- Identity operators
- CX (controlled-X)
- Multi-controlled X gates
- Grover operators
[(#6379)](https://github.com/PennyLaneAI/pennylane/pull/6379)

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

* `jax.vmap` can be captured with `qml.capture.make_plxpr` and is compatible with quantum circuits.
Expand Down