diff options
author | Prefetch | 2022-10-23 22:18:11 +0200 |
---|---|---|
committer | Prefetch | 2022-10-23 22:18:11 +0200 |
commit | bcae81336764eb6c4cdf0f91e2fe632b625dd8b2 (patch) | |
tree | bf353d26203b6792bb2ab5d7bbb5c65819c9e0a0 /source/know | |
parent | 16555851b6514a736c5c9d8e73de7da7fc9b6288 (diff) |
Optimize and improve naming of all images in knowledge base
Diffstat (limited to 'source/know')
156 files changed, 117 insertions, 169 deletions
diff --git a/source/know/concept/bernstein-vazirani-algorithm/bernstein-vazirani-circuit.avif b/source/know/concept/bernstein-vazirani-algorithm/bernstein-vazirani-circuit.avif Binary files differnew file mode 100644 index 0000000..7bfd114 --- /dev/null +++ b/source/know/concept/bernstein-vazirani-algorithm/bernstein-vazirani-circuit.avif diff --git a/source/know/concept/bernstein-vazirani-algorithm/index.md b/source/know/concept/bernstein-vazirani-algorithm/index.md index f91c0ba..85017dc 100644 --- a/source/know/concept/bernstein-vazirani-algorithm/index.md +++ b/source/know/concept/bernstein-vazirani-algorithm/index.md @@ -36,9 +36,7 @@ However, the Bernstein-Vazirani algorithm allows a quantum computer to do it with only a single query. It uses the following circuit: -<a href="bernstein-vazirani-circuit.png"> -<img src="bernstein-vazirani-circuit.png" style="width:52%"> -</a> +{% include image.html file="bernstein-vazirani-circuit.png" width="52%" alt="Bernstein-Vazirani circuit" %} Where $$U_f$$ is a phase oracle, whose action is defined as follows, diff --git a/source/know/concept/bloch-sphere/bloch-small.jpg b/source/know/concept/bloch-sphere/bloch-small.jpg Binary files differdeleted file mode 100644 index e99c0e1..0000000 --- a/source/know/concept/bloch-sphere/bloch-small.jpg +++ /dev/null diff --git a/source/know/concept/bloch-sphere/bloch.jpg b/source/know/concept/bloch-sphere/bloch.jpg Binary files differdeleted file mode 100644 index 9515d84..0000000 --- a/source/know/concept/bloch-sphere/bloch.jpg +++ /dev/null diff --git a/source/know/concept/bloch-sphere/index.md b/source/know/concept/bloch-sphere/index.md index 2cb7742..0ca6f1b 100644 --- a/source/know/concept/bloch-sphere/index.md +++ b/source/know/concept/bloch-sphere/index.md @@ -13,9 +13,7 @@ In quantum mechanics, particularly quantum information, the **Bloch sphere** is an invaluable tool to visualize qubits. All pure qubit states are represented by a point on the sphere's surface: -<a href="bloch.jpg"> -<img src="bloch-small.jpg" style="width:60%"> -</a> +{% include image.html file="sketch-full.png" width="67%" alt="Bloch sphere" %} The $$x$$, $$y$$ and $$z$$-axes represent the components of a spin-1/2-alike system, and their extremes are the eigenstates of the Pauli matrices: diff --git a/source/know/concept/bloch-sphere/sketch-full.png b/source/know/concept/bloch-sphere/sketch-full.png Binary files differnew file mode 100644 index 0000000..709aceb --- /dev/null +++ b/source/know/concept/bloch-sphere/sketch-full.png diff --git a/source/know/concept/bloch-sphere/sketch-half.avif b/source/know/concept/bloch-sphere/sketch-half.avif Binary files differnew file mode 100644 index 0000000..1752c9d --- /dev/null +++ b/source/know/concept/bloch-sphere/sketch-half.avif diff --git a/source/know/concept/bloch-sphere/sketch-half.jpg b/source/know/concept/bloch-sphere/sketch-half.jpg Binary files differnew file mode 100644 index 0000000..28b97d7 --- /dev/null +++ b/source/know/concept/bloch-sphere/sketch-half.jpg diff --git a/source/know/concept/bloch-sphere/sketch-half.png b/source/know/concept/bloch-sphere/sketch-half.png Binary filnew file mode 100644 index 0000000..d48102d --- /dev/null +++ b/source/know/concept/bloch-sphere/sketch-half.png |