Skip to content
Snippets Groups Projects
Commit c47ccd04 authored by Christoph Groth's avatar Christoph Groth
Browse files

Merge branch 'master' of meso:kwant-website

Conflicts:
	content/install.txt
parents 9fdeb1fa 7e3e3579
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ It is best to base your work on the latest version of Kwant:: ...@@ -84,7 +84,7 @@ It is best to base your work on the latest version of Kwant::
Then you can modify the code, and build Kwant and the documentation as Then you can modify the code, and build Kwant and the documentation as
described in the `build instructions described in the `build instructions
</docs/pre/install.html#building-and-installing-from-source>`_. </doc/1.0/pre/install.html#building-and-installing-from-source>`_.
Some things to keep in mind: Some things to keep in mind:
......
...@@ -17,21 +17,20 @@ systems and phenomena is within reach of one software package. ...@@ -17,21 +17,20 @@ systems and phenomena is within reach of one software package.
Kwant does not use the traditional input files often found in scientific Kwant does not use the traditional input files often found in scientific
software packages. Instead, one writes simple Python programs (using the software packages. Instead, one writes simple Python programs (using the
Python's simple and very expressive syntax) to define the system and calculate Python's simple and very expressive syntax) to define the system and calculate
its quantum properties (conductance, density of states, etc). Kwant was its quantum properties (conductance, density of states, etc). This workflow is
designed to be easy to use, and accessible for people without expertise in summarized as follows:
numerics. It also comes with a detailed hand-on `tutorial </docs/tutorial/>`_
and the Kwant `paper </paper>`_, which describes the guiding principles
underlying its design.
Kwant is provided to the physics community as an open source free software (we .. image:: kwant_workflow.png
merely ask you to quote Kwant article in scientific publications where Kwant
was used). Below a few research applications of Kwant are shown.
Chaotic billiard Kwant was designed to be easy to use: for example the program that generates
---------------- the right panel of the image above is only 42 lines long. It is also accessible
for people without expertise in numerics. To aid that, it is provided along
with a detailed hand-on `tutorial </doc/1.0/tutorial/>`_ and the Kwant `paper
</paper>`_, which describes the guiding principles underlying its design.
This figure shows the local density of state of a quantum billiard with a stadium shape. Kwant is provided to the physics community as an open source free software (we
The entire code to perform this calculation (including making the figure) is reproduced below and is, as one can see, rather small. merely ask you to cite Kwant article in scientific publications using
Kwant). Below a few research applications of Kwant are shown.
3-d systems 3-d systems
...@@ -41,8 +40,9 @@ The entire code to perform this calculation (including making the figure) is rep ...@@ -41,8 +40,9 @@ The entire code to perform this calculation (including making the figure) is rep
.. image:: 3d_systems.png .. image:: 3d_systems.png
In this example, one can see a quantum wire (gray) to which is attached a superconducting electrode (blue). In this example, one can see a quantum wire (gray) to which is attached a
This device has been built in order to give rise to a Majorana bound states close to the superconducting-normal interface. superconducting electrode (blue). This device has been built in order to give
rise to a Majorana bound states close to the superconducting-normal interface.
The latter can be seen in the spectrum of the device (REF). The latter can be seen in the spectrum of the device (REF).
...@@ -53,12 +53,16 @@ Flying qubit ...@@ -53,12 +53,16 @@ Flying qubit
.. image:: flying-qubit.png .. image:: flying-qubit.png
This example shows some numerical simulations (left) and experimental results (right) for a flying Qubit sample made in a This example shows some numerical simulations (left) and experimental results
GaAs/GaAlAs heterostrucutre. See Yamamoto et al, Nature Nanotechnology 7, 247 (2012) for details about this experiment. (right) for a flying Qubit sample made in a GaAs/GaAlAs heterostrucutre. See
(Simulations: T. Bautze et al. to be submitted to Phys. Rev. B). In this example, particular attention was paid to designing a realistic Yamamoto et al, Nature Nanotechnology 7, 247 (2012) for details about this
model for the confining potential seen by the electrons so that rather subtle aspects of the experiments could be reproduce. Such type of experiment. (Simulations: T. Bautze et al. to be submitted to
"numerical experiments" can not only be used to interpret the experimental data but also as an aid in designing the sample geometry or in the choice of Phys. Rev. B). In this example, particular attention was paid to designing a
materials. realistic model for the confining potential seen by the electrons so that
rather subtle aspects of the experiments could be reproduce. Such type of
"numerical experiments" can not only be used to interpret the experimental data
but also as an aid in designing the sample geometry or in the choice of
materials.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment