Skip to content
Draft
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
4 changes: 4 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@
{
"title": "Circuit cutting for depth reduction",
"url": "/docs/tutorials/depth-reduction-with-circuit-cutting"
},
{
"title": "Readout error mitigation for the Sampler primitive using M3",
"url": "/docs/tutorials/readout-error-mitigation-sampler"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Addons enable advanced circuit manipulation, such as cutting, backpropagating ob

* [Circuit cutting for depth reduction](/docs/tutorials/depth-reduction-with-circuit-cutting)

* [Readout error mitigation for the Sampler primitive using M3](/docs/tutorials/readout-error-mitigation-sampler)

</details>


Expand Down
1,417 changes: 1,417 additions & 0 deletions docs/tutorials/readout-error-mitigation-sampler.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ notifications:
- "@annaliese-estes"
"docs/tutorials/quantum-phase-estimation-qctrl":
- "@dsierrasosa"
"docs/tutorials/readout-error-mitigation-sampler":
- "@jlapeyre"
"learning/courses/quantum-computing-in-practice/introduction":
- "@livlanes"
"learning/courses/quantum-computing-in-practice/running-quantum-circuits":
Expand Down
1 change: 1 addition & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ notebooks = [
"docs/guides/qiskit-transpiler-service.ipynb",

# We never run tutorials notebooks
"docs/tutorials/readout-error-mitigation-sampler.ipynb",
"docs/tutorials/quantum-phase-estimation-qctrl.ipynb",
"docs/tutorials/transverse-field-ising-model.ipynb",
"docs/tutorials/fractional-gates.ipynb",
Expand Down
Loading