diff options
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$, |