diff --git a/content/.htaccess b/content/.htaccess index cacc4ef8707465091170440e020c571e7b7acc73..4855fae4ba841dbbe2f7ee9a1959817c3427108d 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,3 +1,8 @@ +<IfModule mod_mime.c> +AddType image/svg+xml svg svgz +AddEncoding gzip svgz +</IfModule> + RewriteEngine on # We don't need more than that. diff --git a/content/graphene-edgestate.svgz b/content/graphene-edgestate.svgz new file mode 100644 index 0000000000000000000000000000000000000000..3fa6bc8f1a4da54edf7362c47ef9666a5e89fe06 Binary files /dev/null and b/content/graphene-edgestate.svgz differ diff --git a/content/index.txt b/content/index.txt index e010e041ad91650c3f864ad48032f5cbe1bb9e38..24ceb0e3751a96fccdea78955765fc3ec942fac8 100644 --- a/content/index.txt +++ b/content/index.txt @@ -30,6 +30,7 @@ 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. + Examples of Kwant usage ----------------------- @@ -39,6 +40,20 @@ Kwant. The tutorial_ and the `Kwant paper pedagogical examples with line-by-line explanations (`zipfile of all examples <http://downloads.kwant-project.org/examples/kwant-examples.zip>`_). + +Graphene flake +.............. + +.. container:: rightside + + .. image:: graphene-edgestate.svgz + :width: 15em + +Graphene flake wave funcion (to be expanded). + +Taken from the Kwant `plotting tutorial <doc/1.0/tutorial/tutorial6.html>`_. + + 3-d system: Majorana states ...........................