Skip to content

Commit e11e58b

Browse files
authored
Update changelog (#706)
1 parent fdd994f commit e11e58b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* `lightning.kokkos` supports mid-circuit measurements.
99
[(#672)](https://github.com/PennyLaneAI/pennylane-lightning/pull/672)
1010

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.
1212
[(#653)](https://github.com/PennyLaneAI/pennylane-lightning/pull/653)
1313

1414
* `lightning.qubit` supports mid-circuit measurements.
@@ -26,7 +26,7 @@
2626
* Add analytic-mode `qml.probs` and `qml.var` support in `lightning.qubit2`.
2727
[(#627)](https://github.com/PennyLaneAI/pennylane-lightning/pull/627)
2828

29-
* Add LightningAdjointJacobian to support `lightning.qubit2`.
29+
* Add `LightningAdjointJacobian` to support `lightning.qubit2`.
3030
[(#631)](https://github.com/PennyLaneAI/pennylane-lightning/pull/631)
3131

3232
* Add `lightning.qubit2` device which uses the new device API.
@@ -68,7 +68,7 @@
6868

6969
### Improvements
7070

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.
7272
[(#693)](https://github.com/PennyLaneAI/pennylane-lightning/pull/693)
7373

7474
* Replace string comparisons by `isinstance` checks where possible.
@@ -109,13 +109,13 @@
109109
### Bug fixes
110110

111111
* `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)
113113

114114
* `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)
116116

117117
* `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)
119119

120120
* Specify `isort` `--py` (Python version) and `-l` (max line length) to stabilize `isort` across Python versions and environments.
121121
[(#647)](https://github.com/PennyLaneAI/pennylane-lightning/pull/647)

0 commit comments

Comments
 (0)