diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 95e18a73f..ab53d3e8e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -43,6 +43,9 @@ ### Improvements +* The `prob` data return `lightning.gpu` C++ layer is aligned with other state-vector backends and `lightning.gpu` supports out-of-order `qml.prob`. + [(#941)](https://github.com/PennyLaneAI/pennylane-lightning/pull/941) + * Add `setStateVector(state, wire)` support to the `lightning.gpu` C++ layer. [(#930)](https://github.com/PennyLaneAI/pennylane-lightning/pull/930)