Skip to content

Commit

Permalink
Add tutorial on comparing current performance to latest calibration (#…
Browse files Browse the repository at this point in the history
…4180)

Closes #3784. The goal of this tutorial is to show how one can compare the current performance of a processor to the latest calibration report, specifically for sqrt iswap error rates, by running parallel XEB.
  • Loading branch information
rmlarose committed Aug 20, 2021
1 parent b1db3fa commit a99fef9
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_book.yaml
Expand Up @@ -191,6 +191,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: "Qubit picking with Loschmidt echoes"
path: /cirq/tutorials/google/echoes
- title: "Circuit optimization, gate alignment, & spin echoes"
Expand All @@ -205,7 +207,6 @@ upper_tabs:
- title: "XEB calibration: Example and benchmark"
path: /cirq/tutorials/google/xeb_calibration_example


#### AQT HARDWARE ####
- heading: "AQT hardware"
- title: "Getting started with AQT hardware"
Expand Down
483 changes: 483 additions & 0 deletions docs/tutorials/google/compare_to_calibration.ipynb

Large diffs are not rendered by default.

0 comments on commit a99fef9

Please sign in to comment.