|
2 | 2 |
|
3 | 3 | ### New features
|
4 | 4 |
|
5 |
| -- C++ layer now supports float (32-bit) and double (64-bit) templated complex data ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
| 5 | +* C++ layer now supports float (32-bit) and double (64-bit) templated complex data ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
6 | 6 |
|
7 | 7 | ### Improvements
|
8 | 8 |
|
9 |
| -- C++ tests have been ported to use Catch2 framework. ([#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115)) |
| 9 | +* Static versions of jQuery and Bootstrap are no longer included in the CSS theme. [(118)](https://github.com/PennyLaneAI/pennylane-lightning/pull/118) |
10 | 10 |
|
11 |
| -- Testing now exists for both float and double precision methods in C++ layer. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113),[#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115)) |
| 11 | +* C++ tests have been ported to use Catch2 framework. ([#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115)) |
12 | 12 |
|
13 |
| -- Compile-time utility methods with `constexpr` have been added. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
| 13 | +* Testing now exists for both float and double precision methods in C++ layer. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113),[#115](https://github.com/PennyLaneAI/pennylane-lightning/pull/115)) |
14 | 14 |
|
15 |
| -- Wheel-build support for ARM64 (Linux and MacOS) and PowerPC (Linux) added. ([#110](https://github.com/PennyLaneAI/pennylane-lightning/pull/110)) |
| 15 | +* Compile-time utility methods with `constexpr` have been added. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
16 | 16 |
|
17 |
| -- Add support for Controlled Phase Gate (CPhaseShift). |
| 17 | +* Wheel-build support for ARM64 (Linux and MacOS) and PowerPC (Linux) added. ([#110](https://github.com/PennyLaneAI/pennylane-lightning/pull/110)) |
| 18 | + |
| 19 | +* Add support for Controlled Phase Gate (CPhaseShift). |
18 | 20 | [(#112)](https://github.com/PennyLaneAI/pennylane-lightning/issues/112)
|
19 | 21 |
|
20 |
| -- Move changelog to `.github` and add a changelog reminder. |
| 22 | +* Move changelog to `.github` and add a changelog reminder. |
| 23 | + |
21 | 24 |
|
22 | 25 | ### Breaking changes
|
23 | 26 |
|
24 |
| -- Compilers with C++17 support are now required to build C++ module. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
| 27 | +* Compilers with C++17 support are now required to build C++ module. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
25 | 28 |
|
26 |
| -- Gate classes have been removed with functionality added to StateVector class. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
| 29 | +* Gate classes have been removed with functionality added to StateVector class. ([#113](https://github.com/PennyLaneAI/pennylane-lightning/pull/113)) |
27 | 30 |
|
28 | 31 | ### Bug fixes
|
29 | 32 |
|
30 | 33 | ### Contributors
|
31 | 34 |
|
32 | 35 | This release contains contributions from (in alphabetical order):
|
33 | 36 |
|
34 |
| -Ali Asadi, Thomas Bromley, Lee J. O'Riordan |
| 37 | +Ali Asadi, Thomas Bromley, Lee James O'Riordan |
35 | 38 |
|
36 | 39 | ---
|
37 | 40 |
|
|
0 commit comments