File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ def basis(self) -> Dict[int, '_ZEigenState']:
186186
187187 This is the `exponent=1` instance of the `cirq.XPowGate`.
188188
189- The untary matrix of `cirq.X` is:
189+ The unitary matrix of `cirq.X` is:
190190 $$
191191 \begin{bmatrix}
192192 0 & 1 \\
Original file line number Diff line number Diff line change 162162 " \n " ,
163163 " - A `Circuit` is a collection of `Moment`s. \n " ,
164164 " - A `Moment` is a collection of `Operation`s that all act during the same abstract time slice. \n " ,
165- " - An `Operation` is a an effect that operates on a specific subset of Qubits. \n " ,
165+ " - An `Operation` is an effect that operates on a specific subset of Qubits. \n " ,
166166 " - The most common type of `Operation` is a `Gate` applied to several qubits (a \" `GateOperation`\" ). \n " ,
167- " - The `Qubit`s of a circuit are implicitly defined by the operations - you can't allocate qubits to a Circuit\n " ,
167+ " - The `Qubit`s of a circuit are implicitly defined by the operations - you can't allocate qubits to a Circuit. \n " ,
168168 " "
169169 ]
170170 },
You can’t perform that action at this time.
0 commit comments