Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.43 release #2665

Merged
merged 3 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,46 @@

## Version 0.43.0

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

### Highlights

This release marks the first step toward Virtual Distillation (VD) in Mitiq, with an initial helper function that vertically copies a circuit _M_ times.
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.
We also have a new tutorial thanks to @purva-thakre on combining Pauli Twirling and Zero-Noise Extrapolation!

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!

#### ✨ Enhancements

- First PR for VD, helper function that copies a circuit M times (#2649) [@chrispy-chicken]

#### 📓 Documentation

- added section on modular functions for ZNE (#2657) [@FarLab + @natestemen]
- PT + ZNE tutorial (#2601) [@purva-thakre]
- Changed the badge to Unitary Foundation (#2645) [@muddi900]
- Typos in PEC User Guide (#2637) [@purva-thakre]
- typo corrected from supeconducting to superconducting (#2617) [@vrajan1996]
- Small fixes in docstrings (#2663) [@cosenal]

#### 🧑🏽‍💻 Developer Improvements

- LRE failure for chunking (#2608) [@purva-thakre]
- update version, changelog (#2613) [@purva-thakre]
natestemen marked this conversation as resolved.
Show resolved Hide resolved

#### 📦 Dependency Updates

- Bump pyscf from 2.7.0 to 2.8.0 (#2633) [@dependabot]
- Update qibo requirement from ~=0.2.13 to ~=0.2.15 (#2643) [@dependabot]

## Version 0.42.0

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

### Highlights

🎊 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.
🎊 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.

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mitiq.qem_methods()
| 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)|
| 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)|
| 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) |
| Probabilistic Error Amplification 🚧 | Coming soon | `mitiq.pea` | [Nature](https://www.nature.com/articles/s41586-023-06096-30) |
| Probabilistic Error Amplification 🚧 | Coming soon | `mitiq.pea` | [Nature](https://www.nature.com/articles/s41586-023-06096-3) |


In addition, we also have a noise tailoring technique currently available with limited functionality:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.0dev
0.43.0
Loading