Newer
Older
notebooks / py / 20191105_cirq.py
# %% [markdown]
# # Cirq NISQ Payground
# Here are some code snippets that I'm playing with to learn quantum computing concepts
# 
# use the following command to install cirq:
# ```bash
# pip install cirq
# ```

#%%
import cirq