Minor edits

This commit is contained in:
2024-02-22 12:53:20 -08:00
parent 579e05e2c3
commit 2dafcb026c
6 changed files with 10 additions and 9 deletions

View File

@ -26,11 +26,11 @@ map, we can write it as follows:
\definition{}
Before we discussing multi-qubit quantum gates, we need to review to classical logic. \par
Of course, a classical logic gate is a linear map from $\mathbb{B}^m$ to $\mathbb{B}^n$
Of course, a classical logic gate is a linear map from $\{0,1\}^m$ to $\{0,1\}^n$
\problem{}<notgatex>
The \texttt{not} gate is a map from $\mathbb{B}$ to $\mathbb{B}$ defined by the following table: \par
The \texttt{not} gate is a map defined by the following table: \par
\begin{itemize}
\item $X\ket{0} = \ket{1}$