diff --git a/content/index.txt b/content/index.txt index eaeb19e5c02f71aa899594045f394c8f0dbb7d2a..762dc70098ee33a86e6814a650af6a3cacd501aa 100644 --- a/content/index.txt +++ b/content/index.txt @@ -1,9 +1,6 @@ Quantum transport simulations made easy ======================================= -.. image:: kwant_concept.png - :width: 90% - Kwant is a Python package for numerical calculations on tight-binding models with a strong focus on quantum transport. It is designed to be flexible and easy to use, while not sacrificing performance. @@ -24,6 +21,7 @@ its quantum properties (conductance, density of states, etc). This workflow is summarized as follows: .. image:: kwant_workflow.png + :width: 90% 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 diff --git a/content/kwant_concept.png b/content/kwant_workflow.png similarity index 100% rename from content/kwant_concept.png rename to content/kwant_workflow.png