diff options
| author | Prefetch | 2023-01-01 16:40:56 +0100 |
|---|---|---|
| committer | Prefetch | 2023-01-01 17:02:29 +0100 |
| commit | b1a9b1b9b2f04efd6dc39bd2a02c544d34d1259c (patch) | |
| tree | 1fd87919deee17e58f8ad19c09abd54bd4a70886 /source/know/concept/simons-algorithm | |
| parent | 1d700ab734aa9b6711eb31796beb25cb7659d8e0 (diff) | |
Change license, add Makefile, add image caching control
Diffstat (limited to 'source/know/concept/simons-algorithm')
| -rw-r--r-- | source/know/concept/simons-algorithm/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/know/concept/simons-algorithm/index.md b/source/know/concept/simons-algorithm/index.md index 294912b..63bb808 100644 --- a/source/know/concept/simons-algorithm/index.md +++ b/source/know/concept/simons-algorithm/index.md @@ -52,7 +52,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: -{% include image.html file="simons-circuit.png" width="52%" alt="Simon's circuit" %} +{% include image.html file="simons-circuit.png" width="52%" + alt="Simon's circuit" %} The XOR oracle $$U_f$$ implements $$f$$, and has the following action for $$n$$-bit $$a$$ and $$b$$: |
