diff options
author | Prefetch | 2021-05-27 20:46:01 +0200 |
---|---|---|
committer | Prefetch | 2021-05-27 20:46:01 +0200 |
commit | 4780106a4f191c41d3b82ca9d1327a1c95a72055 (patch) | |
tree | c6a2bd91c5ab9721a008078cafd9e36e608395a0 /content/know/concept/superdense-coding/index.pdc | |
parent | d3b96730bd01263098bbb96c15148878e5633a04 (diff) |
Expand knowledge base
Diffstat (limited to 'content/know/concept/superdense-coding/index.pdc')
-rw-r--r-- | content/know/concept/superdense-coding/index.pdc | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/content/know/concept/superdense-coding/index.pdc b/content/know/concept/superdense-coding/index.pdc index e50be2b..1a9337c 100644 --- a/content/know/concept/superdense-coding/index.pdc +++ b/content/know/concept/superdense-coding/index.pdc @@ -32,12 +32,33 @@ Based on the values of the two classical bits $(a_1, a_2)$, Alice performs the following operations on her side $A$ of the Bell state: -| $(a_1, a_2)$ | Operator $\qquad$ | Result | -|:--:|:--|:---------| -| $00$ | $\hat{I}$ | $\ket*{\Phi^{+}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{0}_B + \ket{1}_A \ket{1}_B \Big)$ | -| $01$ | $\hat{\sigma}_z$ | $\ket*{\Phi^{-}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{0}_B - \ket{1}_A \ket{1}_B \Big)$ | -| $10$ | $\hat{\sigma}_x$ | $\ket*{\Psi^{+}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{1}_B + \ket{1}_A \ket{0}_B \Big)$ | -| $11$ | $\hat{\sigma}_x \hat{\sigma}_z$ | $\ket*{\Psi^{-}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{1}_B - \ket{1}_A \ket{0}_B \Big)$ | +<table style="width:70%;margin:auto;text-align:center;"> + <tr> + <th>$(a_1, a_2)$</th> + <th>Operator</th> + <th>Result</th> + </tr> + <tr> + <td>$00$</td> + <td>$\hat{I}$</td> + <td>$\ket*{\Phi^{+}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{0}_B + \ket{1}_A \ket{1}_B \Big)$</td> + </tr> + <tr> + <td>$01$</td> + <td>$\hat{\sigma}_z$</td> + <td>$\ket*{\Phi^{-}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{0}_B - \ket{1}_A \ket{1}_B \Big)$</td> + </tr> + <tr> + <td>$10$</td> + <td>$\hat{\sigma}_x$</td> + <td>$\ket*{\Psi^{+}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{1}_B + \ket{1}_A \ket{0}_B \Big)$</td> + </tr> + <tr> + <td>$11$</td> + <td>$\hat{\sigma}_x \hat{\sigma}_z$</td> + <td>$\ket*{\Psi^{-}} = \frac{1}{\sqrt{2}} \Big(\ket{0}_A \ket{1}_B - \ket{1}_A \ket{0}_B \Big)$</td> + </tr> +</table> Her actions affect the state on Bob's side $B$ due to entanglement. Alice then sends her qubit $A$ to Bob over the quantum channel, |