Skip to content

Fix #7510: remove outdated notebook about XEB #7519

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

Merged
merged 8 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from 5 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
1 change: 0 additions & 1 deletion dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
# tutorials that use QCS and arent skipped due to one or more cleared output cells
'docs/tutorials/google/identifying_hardware_changes.ipynb',
'docs/tutorials/google/echoes.ipynb',
'docs/noise/qcvv/xeb_calibration_example.ipynb',
# temporary: need to fix QVM metrics and device spec
'docs/tutorials/google/spin_echoes.ipynb',
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
Expand Down
1 change: 0 additions & 1 deletion dev_tools/notebooks/notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
# tutorials that use QCS and arent skipped due to one or more cleared output cells
'docs/tutorials/google/identifying_hardware_changes.ipynb',
'docs/tutorials/google/echoes.ipynb',
'docs/noise/qcvv/xeb_calibration_example.ipynb',
# temporary: need to fix QVM metrics and device spec
'docs/tutorials/google/spin_echoes.ipynb',
'docs/tutorials/google/visualizing_calibration_metrics.ipynb',
Expand Down
2 changes: 0 additions & 2 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ upper_tabs:
path: /cirq/noise/qcvv/coherent_vs_incoherent_xeb
- title: "Parallel XEB"
path: /cirq/noise/qcvv/parallel_xeb
- title: "XEB calibration: Example and Benchmark"
path: /cirq/noise/qcvv/xeb_calibration_example
#### VISUALIZING NOISE ####
- heading: "Visualizing noise"
- title: "Heatmaps"
Expand Down
2 changes: 1 addition & 1 deletion docs/google/best_practices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"\n",
"For more on calibration and detailed instructions on how to perform these procedures, see the following tutorials:\n",
"\n",
"* [XEB calibration example](../noise/qcvv/xeb_calibration_example.ipynb)\n",
"* [XEB calibration theory](../noise/qcvv/xeb_theory.ipynb)\n",
"* [Floquet calibration](https://www.youtube.com/watch?v=hYDWOz1r2Ys&t=243s)"
]
}
Expand Down
650 changes: 0 additions & 650 deletions docs/noise/qcvv/xeb_calibration_example.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tutorials/google/identifying_hardware_changes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"id": "9sY5bMW9f-Oo"
},
"source": [
"Note: The parallel XEB errors are scaled in pxeb_results. This is because the collected fidelities are the estimated depolarization fidelities, not the Pauli error metrics available from the calibration data. See the [XEB Theory](../../noise/qcvv/xeb_theory.ipynb#fidelities) tutorial for an explanation why, and [Calibration Metrics](../../google/calibration.md) for more information on the difference between these values."
"Note: The parallel XEB errors are scaled in pxeb_results. This is because the collected fidelities are the estimated depolarization fidelities, not the Pauli error metrics available from the calibration data. See the [XEB Theory](../../noise/qcvv/xeb_theory.ipynb#fidelities) tutorial for an explanation of why."
]
},
{
Expand Down