Skip to content

Commit

Permalink
Add missing import cirq (#4387)
Browse files Browse the repository at this point in the history
Fix notebook, this is failing in the site import pipeline.
  • Loading branch information
MarkDaoust committed Aug 6, 2021
1 parent c3f9a5d commit 78db102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/noise.ipynb
Expand Up @@ -144,6 +144,8 @@
},
"outputs": [],
"source": [
"import cirq\n",
"\n",
"\"\"\"Get a single-qubit bit-flip channel.\"\"\"\n",
"bit_flip = cirq.bit_flip(p=0.1)"
]
Expand Down

0 comments on commit 78db102

Please sign in to comment.