Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Here is a summary of the examples found in this directory:
by Harrow, Hassidim, and Lloyd.
* [`hidden_shift_algorithm.py`](hidden_shift_algorithm.py):
demonstration of a Hidden Shift algorithm.
* [`magic_square.py`](magic_square.py):
demonstration of the Mermin-Peres magic square game.
* [`noisy_simulation_example.py`](noisy_simulation_example.py): example
of a noisy circuit using the `cirq.ConstantQubitNoiseModel` class.
* [`phase_estimator.py`](phase_estimator.py): example of a phase
Expand Down
Loading