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/simons-algorithm/index.pdc | |
parent | 7e0b6df586da7c79df3853ba0bdc9f98c10af839 (diff) |
Clean up CSS, minor design changes
Diffstat (limited to 'content/know/concept/simons-algorithm/index.pdc')
-rw-r--r-- | content/know/concept/simons-algorithm/index.pdc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/know/concept/simons-algorithm/index.pdc b/content/know/concept/simons-algorithm/index.pdc index f6b7d69..a8c5eb1 100644 --- a/content/know/concept/simons-algorithm/index.pdc +++ b/content/know/concept/simons-algorithm/index.pdc @@ -57,8 +57,8 @@ A quantum computer needs to query $f$ only $\mathcal{O}(n)$ times, although the exact number varies due to the algorithm's probabilistic nature. It uses the following circuit: -<a href="simons-circuit.png" style="width:52%;display:block;margin:auto;"> -<img src="simons-circuit.png"> +<a href="simons-circuit.png"> +<img src="simons-circuit.png" style="width:52%"> </a> The XOR oracle $U_f$ implements $f$, |