Browse code

add a gallery page of Adaptive uses in scientific works

Bas Nijholt authored on 21/03/2019 17:27:09
Showing 6 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/docs/source/_static/example_uses/battle_for_majoranas.jpeg differ
3 3
new file mode 100644
4 4
Binary files /dev/null and b/docs/source/_static/example_uses/quasi_majorana_paper.jpeg differ
5 5
new file mode 100644
6 6
Binary files /dev/null and b/docs/source/_static/example_uses/spin_orbit_paper.jpeg differ
7 7
new file mode 100644
8 8
Binary files /dev/null and b/docs/source/_static/example_uses/zigzag_paper.jpeg differ
... ...
@@ -18,4 +18,5 @@
18 18
 
19 19
    docs
20 20
    tutorial/tutorial
21
+   usage_examples
21 22
    reference/adaptive
22 23
new file mode 100644
... ...
@@ -0,0 +1,44 @@
1
+Gallery
2
+-------
3
+
4
+Adaptive has been used in the following scientific publications:
5
+
6
+| **Reproducing topological properties with quasi-Majorana states**
7
+| by A. Vuik, B. Nijholt, A. R. Akhmerov, M. Wimmer
8
+| `arXiv:1806.02801 <https://arxiv.org/abs/1806.02801>`_ and the `source-code <https://zenodo.org/record/1285177>`_
9
+
10
+.. image:: _static/example_uses/quasi_majorana_paper.jpeg
11
+  :width: 500
12
+  :alt: Reproducing topological properties with quasi-Majorana states
13
+
14
+
15
+| **Enhanced proximity effect in zigzag-shaped Majorana Josephson junctions**
16
+| by Tom Laeven, Bas Nijholt, Anton R. Akhmerov, Michael Wimmer
17
+| `arXiv:1903.06168 <https://arxiv.org/abs/1903.06168>`_ and the `source-code <https://zenodo.org/record/2578027>`_
18
+
19
+.. image:: _static/example_uses/zigzag_paper.jpeg
20
+  :width: 500
21
+  :alt: Enhanced proximity effect in zigzag-shaped Majorana Josephson junctions
22
+
23
+
24
+| **Spin-Orbit Protection of Induced Superconductivity in Majorana Nanowires**
25
+| by Jouri D.S. Bommer, Hao Zhang, Önder Gül, Bas Nijholt, Michael Wimmer, Filipp N. Rybakov, Julien Garaud, Donjan Rodic, Egor Babaev, Matthias Troyer, Diana Car, Sébastien R. | Plissard, Erik P.A.M. Bakkers, Kenji Watanabe, Takashi Taniguchi, Leo P. Kouwenhoven
26
+`arXiv:1807.01940 <https://arxiv.org/abs/1807.01940>`_
27
+
28
+.. image:: _static/example_uses/spin_orbit_paper.jpeg
29
+  :width: 500
30
+  :alt: Spin-Orbit Protection of Induced Superconductivity in Majorana Nanowires
31
+
32
+
33
+Other examples:
34
+
35
+| **Battle for Majoranas**
36
+| by `Bas Nijholt <https://github.com/basnijholt>`_
37
+| Accidentally leaving the cluster running over the weekend without a ``runner.goal`` and with a bug in the simulation parameters led to this beautiful mess.
38
+
39
+.. image:: _static/example_uses/battle_for_majoranas.jpeg
40
+  :width: 500
41
+  :alt: Battle for Majoranas
42
+
43
+
44
+Did you use Adaptive for something cool? Let us `know <https://github.com/python-adaptive/adaptive/issues/new>`_ and we will add it to this gallery.