Skip to content

Commit 4e1996a

Browse files
authored
0.43 release (#2665)
* 43 release! * add missing PR; fix type * fix broken links
1 parent f404e28 commit 4e1996a

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

CHANGELOG.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,46 @@
22

33
## Version 0.43.0
44

5-
In Development.
5+
([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.42.0...v0.43.0))
66

7+
### Highlights
8+
9+
This release marks the first step toward Virtual Distillation (VD) in Mitiq, with an initial helper function that vertically copies a circuit _M_ times.
10+
A team of students at the University of Amsterdam worked for the month of January on implementing the technique that will be integrated into Mitiq over the coming releases.
11+
We also have a new tutorial thanks to @purva-thakre on combining Pauli Twirling and Zero-Noise Extrapolation!
12+
13+
We are currently testing Layerwise Richardson Extrapolation (LRE) on hardware, and work has begun on Probabilistic Error Amplification (PEA)---stay tuned for more updates in future releases!
14+
15+
#### ✨ Enhancements
16+
17+
- First PR for VD, helper function that copies a circuit M times (#2649) [@chrispy-chicken]
18+
19+
#### 📓 Documentation
20+
21+
- added section on modular functions for ZNE (#2657) [@FarLab + @natestemen]
22+
- PT + ZNE tutorial (#2601) [@purva-thakre]
23+
- Changed the badge to Unitary Foundation (#2645) [@muddi900]
24+
- Typos in PEC User Guide (#2637) [@purva-thakre]
25+
- typo corrected from supeconducting to superconducting (#2617) [@vrajan1996]
26+
- Small fixes in docstrings (#2663) [@cosenal]
27+
28+
#### 🧑🏽‍💻 Developer Improvements
29+
30+
- LRE failure for chunking (#2608) [@purva-thakre]
31+
- update version, changelog (#2613) [@purva-thakre]
32+
33+
#### 📦 Dependency Updates
34+
35+
- Bump pyscf from 2.7.0 to 2.8.0 (#2633) [@dependabot]
36+
- Update qibo requirement from ~=0.2.13 to ~=0.2.15 (#2643) [@dependabot]
737

838
## Version 0.42.0
939

1040
([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.41.0...v0.42.0))
1141

1242
### Highlights
1343

14-
🎊 Thanks for a great 2024! Our end of the year recap should be out soon. Subscribe [here](https://forms.gle/6UcUjSawHyweXhQV7s) to get the newsletter in your mailbox.
44+
🎊 Thanks for a great 2024! Our end of the year recap should be out soon. Subscribe [here](https://forms.gle/wVBki9n9ywA4c1Dj6) to get the newsletter in your mailbox.
1545

1646
🚀 Many thanks to **first time contributors** @gluonhiggs, @JMuff22, @sanketsharma and @Shivansh20128!
1747

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mitiq.qem_methods()
9999
| Quantum Subspace Expansion | [QSE](https://mitiq.readthedocs.io/en/stable/guide/qse.html) | [`mitiq.qse`](https://github.com/unitaryfund/mitiq/tree/main/mitiq/qse) | [1903.05786](https://arxiv.org/abs/1903.05786)|
100100
| Robust Shadow Estimation 🚧 | [RSE](https://mitiq.readthedocs.io/en/stable/guide/shadows.html)| [`mitiq.qse`](https://github.com/unitaryfund/mitiq/tree/main/mitiq/shadows) | [2011.09636](https://arxiv.org/abs/2011.09636) <br> [2002.08953](https://arxiv.org/abs/2002.08953)|
101101
| Layerwise Richardson Extrapolation | [LRE](https://mitiq.readthedocs.io/en/stable/guide/lre.html) | [`mitiq.lre`](https://github.com/unitaryfund/mitiq/tree/main/mitiq/lre) | [2402.04000](https://arxiv.org/abs/2402.04000) |
102-
| Probabilistic Error Amplification 🚧 | Coming soon | `mitiq.pea` | [Nature](https://www.nature.com/articles/s41586-023-06096-30) |
102+
| Probabilistic Error Amplification 🚧 | Coming soon | `mitiq.pea` | [Nature](https://www.nature.com/articles/s41586-023-06096-3) |
103103

104104

105105
In addition, we also have a noise tailoring technique currently available with limited functionality:

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.43.0dev
1+
0.43.0

0 commit comments

Comments
 (0)