Skip to content

Commit 2ac424f

Browse files
committed
fix typo
1 parent 0aa827f commit 2ac424f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

learn-pr/quantum/explore-entanglement/includes/3-create-entanglement-qsharp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Here's how it works:
4848

4949
<div class="notranslate">
5050
$$
51-
\\begin{aligned}
52-
CNOT \\frac{1}{\\sqrt{2}}(\\ket{0_c}+\\ket{1_c})\\ket{0_t} &= CNOT \\frac{1}{\\sqrt2}(\\ket{0_c 0_t}+\\ket{1_c 0_t})\\\\
53-
&= \\frac{1}{\\sqrt2}(CNOT \\ket{0_c 0_t} + CNOT \\ket{1_c 0_t})\\\\
54-
&= \\frac{1}{\\sqrt2}(\\ket{0_c 0_t}+\\ket{1_c 1_t})
55-
\\end{aligned}
51+
\begin{aligned}
52+
CNOT \frac{1}{\sqrt{2}}(\ket{0_c}+\ket{1_c})\ket{0_t} &= CNOT \frac{1}{\sqrt2}(\ket{0_c 0_t}+\ket{1_c 0_t})\\
53+
&= \frac{1}{\sqrt2}(CNOT \ket{0_c 0_t} + CNOT \ket{1_c 0_t})\\
54+
&= \frac{1}{\sqrt2}(\ket{0_c 0_t}+\ket{1_c 1_t})
55+
\end{aligned}
5656
$$
5757
</div>
5858

0 commit comments

Comments
 (0)