Companion notebook and code for the article "Practical Quantum Computing with Cirq."
Link to HTML version of the Article on Quantum Computing Report.
The notebook can also be viewed as a static webpage at this link using nbviewer.
The notebook version of the article is hosted in this GitHub repository.
Run the notebook online at this link using Binder, a cloud platform for interactively executing Jupyter notebooks. Here, be sure to uncomment the lines in the notebook for installing Cirq since it's not natively installed on Binder.
In order to run the notebook, a working installation of Jupyter is required. Python 3 is required for Cirq. Instructions for installing Cirq can be found in the article or at the links to Cirq below.
Option 1: Clone the repository.
- Execute the following git commands at a terminal:
git clone https://github.com/rmlarose/cirq-overview
cd cirq-overview/article/notebook
2. Open the notebook "cirq.ipynb" using Jupyter.
Option 2: Download the repository manually.
- Click the "Clone or Download" button. (Green, top-right.)
- Click "Download ZIP" in the dropdown menu.
- Locate the folder on your computer and open "article/notebook/cirq.ipynb" using Jupyter.