Skip to content

Commit

Permalink
Fix typos in the documentation. (#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
smburdick authored Nov 27, 2023
1 parent a4ba95b commit a55f962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cirq-core/cirq/ops/pauli_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def basis(self) -> Dict[int, '_ZEigenState']:
This is the `exponent=1` instance of the `cirq.XPowGate`.
The untary matrix of `cirq.X` is:
The unitary matrix of `cirq.X` is:
$$
\begin{bmatrix}
0 & 1 \\
Expand Down
4 changes: 2 additions & 2 deletions docs/start/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@
"\n",
"- A `Circuit` is a collection of `Moment`s. \n",
"- A `Moment` is a collection of `Operation`s that all act during the same abstract time slice. \n",
"- An `Operation` is a an effect that operates on a specific subset of Qubits. \n",
"- An `Operation` is an effect that operates on a specific subset of Qubits. \n",
" - The most common type of `Operation` is a `Gate` applied to several qubits (a \"`GateOperation`\"). \n",
"- The `Qubit`s of a circuit are implicitly defined by the operations - you can't allocate qubits to a Circuit\n",
"- The `Qubit`s of a circuit are implicitly defined by the operations - you can't allocate qubits to a Circuit.\n",
" "
]
},
Expand Down

0 comments on commit a55f962

Please sign in to comment.