Skip to content

Commit

Permalink
_mixture_ not _matrix_ in noise notebook (#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabacon authored Nov 3, 2021
1 parent 1851585 commit 2f7dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/noise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"source": [
"There are two configurable channel types for channels not defined in `cirq.ops.common_channels`: `MixedUnitaryChannel` and `KrausChannel`.\n",
"\n",
"`MixedUnitaryChannel` takes a list of `(probability, unitary)` tuples and uses it to define the `_matrix_` method.\n",
"`MixedUnitaryChannel` takes a list of `(probability, unitary)` tuples and uses it to define the `_mixture_` method.\n",
"\n",
"`KrausChannel` takes a list of Kraus operators and uses it to define the `_channel` method.\n",
"\n",
Expand Down

0 comments on commit 2f7dfde

Please sign in to comment.