Skip to content

Commit 851de8f

Browse files
authored
Merge branch 'unitaryfoundation:main' into fix/executor-pep563-annotations
2 parents 76249a9 + dd06bb2 commit 851de8f

24 files changed

Lines changed: 1152 additions & 8 deletions

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out mitiq
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v7
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Check out mitiq
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Install uv
5757
uses: astral-sh/setup-uv@v7
@@ -82,7 +82,7 @@ jobs:
8282
MPLBACKEND: Agg
8383
steps:
8484
- name: Check out mitiq
85-
uses: actions/checkout@v6
85+
uses: actions/checkout@v7
8686
with:
8787
# Fetch full history so Codecov can resolve commit ancestry reliably.
8888
fetch-depth: 0

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: write
2323
steps:
2424
- name: Check out mitiq
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Check out Mitiq
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
- name: Extract release notes of latest version
1818
run: |
1919
awk '/^## Version /{if(found) exit; found=1} found{print}' CHANGELOG.md > release_notes.md

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check out mitiq
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
ref: ${{ github.ref }}
2828
- name: Install uv

.github/workflows/publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
steps:
2626
- name: Check out mitiq
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v7

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ If you are using an experimental technique and would like to help it graduate, p
107107
| Probabilistic Error Amplification | [PEA](https://mitiq.readthedocs.io/en/stable/guide/pea.html) | [`mitiq.experimental.pea`](https://github.com/unitaryfoundation/mitiq/tree/main/mitiq/experimental/pea) | [Nature](https://www.nature.com/articles/s41586-023-06096-3) |
108108
| Virtual Distillation | [VD](https://mitiq.readthedocs.io/en/stable/guide/vd.html) | [`mitiq.experimental.vd`](https://github.com/unitaryfoundation/mitiq/tree/main/mitiq/experimental/vd) | [APS](https://journals.aps.org/prx/abstract/10.1103/PhysRevX.11.041036) |
109109
| Twirled Readout Error eXtinction | [TREX](https://mitiq.readthedocs.io/en/latest/guide/trex.html) | [`mitiq.experimental.trex`](https://github.com/unitaryfoundation/mitiq/tree/main/mitiq/experimental/trex) | [2012.09738](https://arxiv.org/abs/2012.09738) |
110+
| Debiasing | [DEB](https://mitiq.readthedocs.io/en/stable/guide/deb.html) | [`mitiq.experimental.deb`](https://github.com/unitaryfoundation/mitiq/tree/main/mitiq/experimental/deb) | [2301.07233](https://arxiv.org/abs/2301.07233) |
110111

111112

112113
In addition, we also have Pauli Twirling which is a noise tailoring technique:
23.4 KB
Loading

docs/source/apidoc.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,29 @@ guarantees. Access them via `mitiq.experimental`.
236236
:members:
237237
```
238238

239+
### Debiasing
240+
241+
#### Debiasing (High-Level Tools)
242+
243+
```{eval-rst}
244+
.. automodule:: mitiq.experimental.deb.deb
245+
:members:
246+
```
247+
248+
#### Circuit Symmetrization
249+
250+
```{eval-rst}
251+
.. automodule:: mitiq.experimental.deb.symmetrization
252+
:members:
253+
```
254+
255+
#### Sharpening
256+
257+
```{eval-rst}
258+
.. automodule:: mitiq.experimental.deb.sharpening
259+
:members:
260+
```
261+
239262
### Probabilistic Error Amplification
240263

241264
#### Probabilistic Error Amplification (High-Level Tools)

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ def get_incollection_template(self, e):
454454
"examples/zne_logical_rb_cirq_stim": "_static/mitiq_stim_logo.png",
455455
"examples/quantum_simulation_1d_ising": "_static/quantum_simulation.png",
456456
"examples/cdr_qrack": "_static/cdr-qrack.png",
457+
"examples/cdr_demo": "_static/cdr-clifft.png",
457458
"examples/loschmidt_echo_revival_zne": "_static/loschmidt_echo_qiskit.png",
458459
"examples/pt_zne": "_static/pt_zne.png",
459460
"examples/advanced_error_mitigation_pipeline": (

0 commit comments

Comments
 (0)