diff options
author | Prefetch | 2022-09-27 21:20:05 +0200 |
---|---|---|
committer | Prefetch | 2022-09-28 20:51:35 +0200 |
commit | 03accd13c0a6ec4de2d8001edf3ce7553f831160 (patch) | |
tree | 59840d0c443752c6fef87f74597e032db91cd219 /content/know/concept/repetition-code/index.pdc | |
parent | 7e0b6df586da7c79df3853ba0bdc9f98c10af839 (diff) |
Clean up CSS, minor design changes
Diffstat (limited to 'content/know/concept/repetition-code/index.pdc')
-rw-r--r-- | content/know/concept/repetition-code/index.pdc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/know/concept/repetition-code/index.pdc b/content/know/concept/repetition-code/index.pdc index 7245cbc..d9eec2c 100644 --- a/content/know/concept/repetition-code/index.pdc +++ b/content/know/concept/repetition-code/index.pdc @@ -82,7 +82,7 @@ Such a transformation is easy to achieve with the following sequence of [quantum gates](/know/concept/quantum-gate/): <a href="bit-flip-encode.png"> -<img src="bit-flip-encode.png" style="width:32%;display:block;margin:auto;"> +<img src="bit-flip-encode.png" style="width:32%"> </a> So, a little while after encoding the state $\ket{\psi}$ like that, @@ -208,7 +208,7 @@ by applying $\mathrm{CNOT}$s to some ancillary qubits and then measuring those: <a href="bit-flip-detect.png"> -<img src="bit-flip-detect.png" style="width:62%;display:block;margin:auto;"> +<img src="bit-flip-detect.png" style="width:62%"> </a> The two measurements, respectively representing $ZZI$ and $IZZ$, @@ -260,7 +260,7 @@ $$\begin{aligned} \end{aligned}$$ <a href="phase-flip-encode.png"> -<img src="phase-flip-encode.png" style="width:40%;display:block;margin:auto;"> +<img src="phase-flip-encode.png" style="width:40%"> </a> A phase flip along the $Z$-axis @@ -269,7 +269,7 @@ In this case, the stabilizers are $XXI$ and $IXX$, and the error detection circuit is as follows: <a href="phase-flip-detect.png"> -<img src="phase-flip-detect.png" style="width:70%;display:block;margin:auto;"> +<img src="phase-flip-detect.png" style="width:70%"> </a> This system protects us against all single-qubit phase flips, @@ -313,7 +313,7 @@ which simply consists of the phase flip encoder, followed by 3 copies of the bit flip encoder: <a href="shor-code-encode.png"> -<img src="shor-code-encode.png" style="width:55%;display:block;margin:auto;"> +<img src="shor-code-encode.png" style="width:55%"> </a> We thus use 9 physical qubits to store 1 logical qubit. |