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/quantum-fourier-transform/index.pdc | |
parent | 7e0b6df586da7c79df3853ba0bdc9f98c10af839 (diff) |
Clean up CSS, minor design changes
Diffstat (limited to 'content/know/concept/quantum-fourier-transform/index.pdc')
-rw-r--r-- | content/know/concept/quantum-fourier-transform/index.pdc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/know/concept/quantum-fourier-transform/index.pdc b/content/know/concept/quantum-fourier-transform/index.pdc index 5a3de7b..cfdbc07 100644 --- a/content/know/concept/quantum-fourier-transform/index.pdc +++ b/content/know/concept/quantum-fourier-transform/index.pdc @@ -178,7 +178,7 @@ excluding the swapping part to get the right order. Here, $R_m$ means $R_\phi$ with $\phi = 2 \pi / 2^m$: <a href="qft-circuit-noswap.png"> -<img src="qft-circuit-noswap.png" style="width:100%;display:block;margin:auto;"> +<img src="qft-circuit-noswap.png" style="width:100%"> </a> Again, note how the inputs $\ket{x_j}$ and outputs $\ket{k_j}$ are in the opposite order. @@ -186,7 +186,7 @@ The complete circuit, including the swapping at the end, therefore looks like this: <a href="qft-circuit-swap.png"> -<img src="qft-circuit-swap.png" style="width:85%;display:block;margin:auto;"> +<img src="qft-circuit-swap.png" style="width:85%"> </a> For each of the $n$ qubits, $\mathcal{O}(n)$ gates are applied, |