Skip to content

Commit

Permalink
Fix to satsubatsutaro's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yu committed Sep 30, 2022
1 parent 2b529e5 commit 38da0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/f5e94004d2ac65.md
Expand Up @@ -434,10 +434,10 @@ $$
&= \frac{1}{2}\left(\begin{array}{c}
1 \\
1 \\
-1 \\
1 \\
-1
\end{array}\right) \\
&= \frac{1}{2}\left(\ket{0}_1\ket{0}_2 + \ket{0}_1\ket{1}_2 - \ket{1}_1\ket{0}_2 - \ket{1}_1\ket{1}_2 \right)
&= \frac{1}{2}\left(\ket{0}_1\ket{0}_2 + \ket{0}_1\ket{1}_2 + \ket{1}_1\ket{0}_2 - \ket{1}_1\ket{1}_2 \right)
\end{align*}
$$

Expand Down

0 comments on commit 38da0b6

Please sign in to comment.