Skip to content

Commit

Permalink
Adding Quantum Chess tutorial (#3162)
Browse files Browse the repository at this point in the history
This tutorial will use quantum chess as a vehicle to
show how to:

Create circuits in cirq
Use post-selection
Add noise models
Do simple mitigation to mitigate noise
Decompose circuits
Map qubits
This PR also adds the supporting images into _static.
  • Loading branch information
dstrain115 committed Jul 21, 2020
1 parent a16824f commit a7b1317
Show file tree
Hide file tree
Showing 8 changed files with 2,246 additions and 0 deletions.
Binary file added docs/_static/qc_blocked_king.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/qc_exclusion_move.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/qc_qking_moves.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/qc_slide_move.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/qc_split_move1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/qc_standard_move.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ User Documentation
tutorials/hidden_linear_function.ipynb
tutorials/Quantum_Walk.ipynb
tutorials/Rabi_Demo.ipynb
tutorials/quantum_chess.ipynb


.. toctree::
Expand Down
2,245 changes: 2,245 additions & 0 deletions docs/tutorials/quantum_chess.ipynb

Large diffs are not rendered by default.

0 comments on commit a7b1317

Please sign in to comment.