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

fix docs rendering wrongly in changelog #6545

Merged
merged 10 commits into from
Nov 8, 2024
21 changes: 9 additions & 12 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@
True
```

<h4>New API for Qubit Mixed</h4>

* Added `qml.devices.qubit_mixed` module for mixed-state qubit device support[(#6379)](https://github.com/PennyLaneAI/pennylane/pull/6379). This module introduces an `apply_operation` helper function that features:
JerryChen97 marked this conversation as resolved.
Show resolved Hide resolved

* 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
JerryChen97 marked this conversation as resolved.
Show resolved Hide resolved

<h3>Improvements 🛠</h3>

<h4>Other Improvements</h4>

* 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)

* `qml.BasisRotation` template is now JIT compatible.
[(#6019)](https://github.com/PennyLaneAI/pennylane/pull/6019)

Expand All @@ -50,4 +46,5 @@
This release contains contributions from (in alphabetical order):

Astral Cai,
Yushao Chen,
Andrija Paurevic
Loading