From 2f7dfded38002ed453d172b6c6b9d17745a796bc Mon Sep 17 00:00:00 2001 From: Dave Bacon Date: Wed, 3 Nov 2021 11:26:55 -0700 Subject: [PATCH] _mixture_ not _matrix_ in noise notebook (#4621) --- docs/noise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/noise.ipynb b/docs/noise.ipynb index fe39fd8839b..e8eaa60a5ab 100644 --- a/docs/noise.ipynb +++ b/docs/noise.ipynb @@ -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",