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

Add OTOC documentation #190

Merged
merged 3 commits into from
Aug 9, 2021
Merged
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/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ toc:
path: /cirq/experiments/fermi_hubbard/experiment_example
- title: "Spin-charge separation results"
path: /cirq/experiments/fermi_hubbard/publication_results

- heading: "Quantum scrambling"
- title: "Overview"
path: /cirq/experiments/otoc
- title: "Experiment example"
path: /cirq/experiments/otoc/otoc_example
19 changes: 19 additions & 0 deletions docs/otoc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Information scrambling in computationally complex quantum circuits

Interaction in quantum systems can spread initially localized quantum information
into the many degrees of freedom of the entire system. Understanding this process,
known as **quantum scrambling**, is the key to resolving various conundrums in physics.

In [arXiv:2101.08870](https://arxiv.org/abs/2101.08870), we experimentally investigated
the dynamics of quantum scrambling on a 53-qubit quantum processor. By measuring
the time-dependent evolution and fluctuation of out-of-time-order correlators (OTOCs),
signatures of both mechanisms associated with quantum scrambling, *operator spreading*
and *operator entanglement*, were experimentally observed.

This documentation shows how to build quantum circuits used in this experiment and run
them to reproduce results in this publication.

## Overview

* See the [OTOC experiment example](./otoc_example.ipynb) to detect operator spreading and
recreate Figure 1 of the [OTOC paper](https://arxiv.org/abs/2101.08870).
Loading