We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff3d66 commit 3b9ecebCopy full SHA for 3b9eceb
3 files changed
examples/README.md
@@ -36,6 +36,8 @@ Here is a summary of the examples found in this directory:
36
by Harrow, Hassidim, and Lloyd.
37
* [`hidden_shift_algorithm.py`](hidden_shift_algorithm.py):
38
demonstration of a Hidden Shift algorithm.
39
+* [`magic_square.py`](magic_square.py):
40
+ demonstration of the Mermin-Peres magic square game.
41
* [`noisy_simulation_example.py`](noisy_simulation_example.py): example
42
of a noisy circuit using the `cirq.ConstantQubitNoiseModel` class.
43
* [`phase_estimator.py`](phase_estimator.py): example of a phase
0 commit comments