|
8 | 8 | * `lightning.kokkos` supports mid-circuit measurements.
|
9 | 9 | [(#672)](https://github.com/PennyLaneAI/pennylane-lightning/pull/672)
|
10 | 10 |
|
11 |
| -* Add dynamic linking to LAPACK/OpenBlas shared objects in scipy.libs for both C++ and Python layer. |
| 11 | +* Add dynamic linking to LAPACK/OpenBlas shared objects in `scipy.libs` for both C++ and Python layer. |
12 | 12 | [(#653)](https://github.com/PennyLaneAI/pennylane-lightning/pull/653)
|
13 | 13 |
|
14 | 14 | * `lightning.qubit` supports mid-circuit measurements.
|
|
26 | 26 | * Add analytic-mode `qml.probs` and `qml.var` support in `lightning.qubit2`.
|
27 | 27 | [(#627)](https://github.com/PennyLaneAI/pennylane-lightning/pull/627)
|
28 | 28 |
|
29 |
| -* Add LightningAdjointJacobian to support `lightning.qubit2`. |
| 29 | +* Add `LightningAdjointJacobian` to support `lightning.qubit2`. |
30 | 30 | [(#631)](https://github.com/PennyLaneAI/pennylane-lightning/pull/631)
|
31 | 31 |
|
32 | 32 | * Add `lightning.qubit2` device which uses the new device API.
|
|
68 | 68 |
|
69 | 69 | ### Improvements
|
70 | 70 |
|
71 |
| -* Add tests for Windows Wheels, fix ill-defined caching, and set the proper backend for LKokkos wheels. |
| 71 | +* Add tests for Windows Wheels, fix ill-defined caching, and set the proper backend for `lightning.kokkos` wheels. |
72 | 72 | [(#693)](https://github.com/PennyLaneAI/pennylane-lightning/pull/693)
|
73 | 73 |
|
74 | 74 | * Replace string comparisons by `isinstance` checks where possible.
|
|
109 | 109 | ### Bug fixes
|
110 | 110 |
|
111 | 111 | * `dynamic_one_shot` was refactored to use `SampleMP` measurements as a way to return the mid-circuit measurement samples. `LightningQubit`'s `simulate` is modified accordingly.
|
112 |
| - [(#694)](https://github.com/PennyLaneAI/pennylane/pull/694) |
| 112 | + [(#694)](https://github.com/PennyLaneAI/pennylane-lightning/pull/694) |
113 | 113 |
|
114 | 114 | * `LightningQubit` correctly decomposes state prep operations when used in the middle of a circuit.
|
115 |
| - [(#687)](https://github.com/PennyLaneAI/pennylane/pull/687) |
| 115 | + [(#687)](https://github.com/PennyLaneAI/pennylane-lightning/pull/687) |
116 | 116 |
|
117 | 117 | * `LightningQubit` correctly decomposes `qml.QFT` and `qml.GroverOperator` if `len(wires)` is greater than 9 and 12 respectively.
|
118 |
| - [(#687)](https://github.com/PennyLaneAI/pennylane/pull/687) |
| 118 | + [(#687)](https://github.com/PennyLaneAI/pennylane-lightning/pull/687) |
119 | 119 |
|
120 | 120 | * Specify `isort` `--py` (Python version) and `-l` (max line length) to stabilize `isort` across Python versions and environments.
|
121 | 121 | [(#647)](https://github.com/PennyLaneAI/pennylane-lightning/pull/647)
|
|
0 commit comments