Skip to content
Open
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
6 changes: 6 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@
{
"title": "Real-time benchmarking for qubit selection",
"url": "/docs/tutorials/real-time-benchmarking-for-qubit-selection"
},
{
"title": "Refresh backend properties with real-time benchmarking",
"url": "/docs/tutorials/refresh-backend-properties-with-real-time-benchmarking",
"isNew": true,
"isNewDate": "2026-08-10"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ Error mitigation addresses the challenge of noise without full fault tolerance b

* [Real-time benchmarking for qubit selection](/docs/tutorials/real-time-benchmarking-for-qubit-selection)

* [Refresh backend properties with real-time benchmarking](/docs/tutorials/refresh-backend-properties-with-real-time-benchmarking)



</AccordionItem>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ -757,6 +757,8 @@ notifications:
- "`@abbycross`"
"docs/tutorials/real-time-benchmarking-for-qubit-selection":
- "`@nathanearnestnoble`"
"docs/tutorials/refresh-backend-properties-with-real-time-benchmarking":
- "@henryzou50"
"docs/tutorials/shors-algorithm":
- "`@nathanearnestnoble`"
- "`@MeltemTolunay`"
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 @@ -197,6 +197,7 @@ notebooks = [
"docs/tutorials/transpilation-optimizations-with-sabre.ipynb",
"docs/tutorials/qunova-hivqe.ipynb",
"docs/tutorials/real-time-benchmarking-for-qubit-selection.ipynb",
"docs/tutorials/refresh-backend-properties-with-real-time-benchmarking.ipynb",
"docs/tutorials/sample-based-krylov-quantum-diagonalization.ipynb",
"docs/tutorials/solve-higher-order-binary-optimization-problems-with-q-ctrls-optimization-solver.ipynb",
"docs/tutorials/chsh-inequality.ipynb",
Expand Down
Loading