Skip to content

Commit

Permalink
Add tutorial on circuit optimization, gate alignment, & spin echoes (#…
Browse files Browse the repository at this point in the history
…4373)

See tutorial intro for full description. Briefly, this tutorial explains how to use circuit optimizers and insert spin echoes to improve circuit fidelity as discussed in the [best practices guide](https://quantumai.google/cirq/google/best_practices#improving_circuit_fidelity), and shows a benchmark.

cc @tanujkhattar
  • Loading branch information
rmlarose committed Aug 19, 2021
1 parent d259a8c commit e0c4a8a
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ upper_tabs:
path: /cirq/tutorials/google/visualizing_calibration_metrics
- title: "Qubit picking with Loschmidt echoes"
path: /cirq/tutorials/google/echoes
- title: "Circuit optimization, gate alignment, & spin echoes"
path: /cirq/tutorials/google/spin_echoes
- title: "Calibration"
style: accordion
section:
Expand Down
2 changes: 2 additions & 0 deletions docs/google/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ after gates in previous moments. Many of these tips focus on having a
good moment structure that avoids problematic missteps that can cause
unwanted noise and error.

Note: See the [Circuit optimization, gate alignment, and spin echoes tutorial](../tutorials/google/spin_echoes.ipynb) for an example of the best practices discussed in this section.

### Short gate depth

In the current NISQ (noisy intermediate scale quantum) era, gates and devices still
Expand Down

0 comments on commit e0c4a8a

Please sign in to comment.