Skip to content

Commit

Permalink
[Docs] Remove redundant note about cirq pre install in noise guide (#…
Browse files Browse the repository at this point in the history
…4413)

Super small: Just noticed there are two identical notes about `pip install --pre cirq` in https://quantumai.google/cirq/noise

![Screenshot](https://user-images.githubusercontent.com/32416820/129090756-d8161156-e6b0-47d3-b1f4-9125d5b7ce54.png)

This removes one of them.

(I checked around other notebooks which do the --pre install and didn't find any other duplicates.)
  • Loading branch information
rmlarose committed Aug 12, 2021
1 parent 8e1a08d commit 28feee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/noise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
"id": "7d3daa944d6b"
},
"source": [
"Note: this notebook relies on unreleased Cirq features. If you want to try these features, make sure you install cirq via `pip install cirq --pre`.\n",
"\n",
"For simulation, it is useful to have `Gate` objects that enact noisy quantum evolution. Cirq supports modeling noise via *operator sum* representations of noise (these evolutions are also known as quantum operations or quantum dynamical maps). \n",
"\n",
"This formalism models evolution of the density matrix $\\rho$ via\n",
Expand Down

0 comments on commit 28feee1

Please sign in to comment.