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

Update "Compare to Calibration" tutorial into "Identifying Hardware Changes" with Simultaneous Readout and additional context #4552

Merged
merged 21 commits into from
Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
58d28fa
rename compare_to_calibration to identifying_drift
augustehirth Oct 4, 2021
dcf62b2
update identifying_drift.ipynb with new content
augustehirth Oct 4, 2021
09a2b8a
Merge remote-tracking branch 'upstream/master' into tutorial_updates
augustehirth Oct 6, 2021
235bbb4
Updates according to feedback round 1
augustehirth Oct 6, 2021
dd1183e
Update Cirq/docs/_book.yaml with new tutorial name
augustehirth Oct 6, 2021
adf01ac
Merge remote-tracking branch 'upstream/master' into tutorial_updates
augustehirth Oct 15, 2021
bc984cf
rename identifying_drift to identifying_hardware_changes
augustehirth Oct 15, 2021
2322322
Updates based on feedback round 3
augustehirth Oct 15, 2021
a56058b
technical wording change on Pauli error
augustehirth Oct 15, 2021
5a8de73
Merge branch 'master' into tutorial_updates
augustehirth Oct 18, 2021
282f467
Feedback changes v4
augustehirth Oct 18, 2021
cc4c85b
Merge branch 'master' into tutorial_updates
augustehirth Oct 19, 2021
df9fc75
Merge branch 'master' into tutorial_updates
augustehirth Oct 21, 2021
2f794c1
fix reference to old name
augustehirth Oct 21, 2021
20fa056
another link fix
augustehirth Oct 21, 2021
4b9a131
wording update to clarify use of XmonDevice
augustehirth Oct 21, 2021
c45af41
cirq-pre phrase for unreleased notebooks
augustehirth Oct 22, 2021
b800b5c
check/nbformat run
augustehirth Oct 22, 2021
17a14d4
Merge branch 'master' into tutorial_updates
augustehirth Nov 17, 2021
32d7d1b
Merge branch 'master' into tutorial_updates
augustehirth Jan 21, 2022
a09bd26
Merge branch 'master' into tutorial_updates
augustehirth Jan 21, 2022
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
2 changes: 1 addition & 1 deletion dev_tools/notebooks/isolated_notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# get_qcs_objects_for_notebook
'docs/tutorials/google/calibration_api.ipynb',
'docs/tutorials/google/colab.ipynb',
'docs/tutorials/google/compare_to_calibration.ipynb',
'docs/tutorials/google/identifying_hardware_changes.ipynb',
'docs/tutorials/google/echoes.ipynb',
'docs/tutorials/google/floquet_calibration_example.ipynb',
'docs/tutorials/google/reservations.ipynb',
Expand Down
4 changes: 2 additions & 2 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ upper_tabs:
path: /cirq/tutorials/google/start
- title: "Visualizing calibration metrics"
path: /cirq/tutorials/google/visualizing_calibration_metrics
- title: "Compare to latest calibration"
path: /cirq/tutorials/google/compare_to_calibration
- title: "Identifying Hardware Changes"
path: /cirq/tutorials/google/identifying_hardware_changes
- title: "Qubit picking with Loschmidt echoes"
path: /cirq/tutorials/google/echoes
- title: "Circuit optimization, gate alignment, & spin echoes"
Expand Down
2 changes: 1 addition & 1 deletion docs/google/calibration_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ In order to ensure an apt comparison, it is important to keep the following poin
- Use parallel readout heatmap to avoid any obviously broken qubits.
- Use two-qubit error heatmaps to choose various patches of qubits with good two-qubit gate performance.
- Use a mini-benchmark circuit to sanity check both qubit choice and basic circuit design.
- If in doubt, [use parallel XEB to check for issues like drift / TLS](../tutorials/google/compare_to_calibration.ipynb).
- If in doubt, [use parallel XEB to check for issues like drift / TLS](../tutorials/google/identifying_hardware_changes.ipynb).

* Start small with a low number of qubits (e.g. 2 qubits, with 5-10 layers of 2 qubit gates), and increase the number of qubits
and gate depth.
Expand Down
447 changes: 0 additions & 447 deletions docs/tutorials/google/compare_to_calibration.ipynb

This file was deleted.

743 changes: 743 additions & 0 deletions docs/tutorials/google/identifying_hardware_changes.ipynb

Large diffs are not rendered by default.