.coveragerc
.gitattributes
.gitlab-ci.yml
.mailmap
AUTHORS.rst
CITING.rst
CONTRIBUTE.rst
INSTALL.rst
LICENSE.rst
MANIFEST.in
README.rst
README_WINDOWS.txt
RELEASE.rst
check_whitespace
conftest.py
kwant_red.jscm
pytest.ini
setup.cfg
setup.py
doc/Makefile
doc/kwantdoctheme/theme.conf
doc/kwantdoctheme/static/kwantdoctheme.css
doc/source/conf.py
doc/source/index.rst
doc/source/_static/kwant.css
doc/source/_static/kwant_logo.png
doc/source/_static/mathconf.js
doc/source/_static/sidebar.js
doc/source/_static/togglediv.js
doc/source/code/README
doc/source/code/figure/_defs.py
doc/source/code/figure/ab_ring.py.diff
doc/source/code/figure/ab_ring_sketch.svg
doc/source/code/figure/ab_ring_sketch2.svg
doc/source/code/figure/band_structure.py.diff
doc/source/code/figure/closed_system.py.diff
doc/source/code/figure/discretize.py.diff
doc/source/code/figure/faq.py.diff
doc/source/code/figure/graphene.py.diff
doc/source/code/figure/kernel_polynomial_method.py.diff
doc/source/code/figure/magnetic_texture.py.diff
doc/source/code/figure/plot_graphene.py.diff
doc/source/code/figure/plot_qahe.py.diff
doc/source/code/figure/plot_zincblende.py.diff
doc/source/code/figure/quantum_well.py.diff
doc/source/code/figure/quantum_wire.py.diff
doc/source/code/figure/spin_orbit.py.diff
doc/source/code/figure/superconductor.py.diff
doc/source/code/figure/superconductor_transport_sketch.svg
doc/source/code/include/quantum_wire_revisited.py
doc/source/pre/about.rst
doc/source/pre/authors.rst
doc/source/pre/citing.rst
doc/source/pre/contribute.rst
doc/source/pre/index.rst
doc/source/pre/install.rst
doc/source/pre/license.rst
doc/source/pre/whatsnew/0.2.rst
doc/source/pre/whatsnew/1.0.rst
doc/source/pre/whatsnew/1.1.rst
doc/source/pre/whatsnew/1.2.rst
doc/source/pre/whatsnew/1.3.rst
doc/source/pre/whatsnew/1.4.rst
doc/source/pre/whatsnew/index.rst
doc/source/reference/index.rst
doc/source/reference/kwant.builder.rst
doc/source/reference/kwant.continuum.rst
doc/source/reference/kwant.digest.rst
doc/source/reference/kwant.graph.rst
doc/source/reference/kwant.kpm.rst
doc/source/reference/kwant.lattice.rst
doc/source/reference/kwant.linalg.rst
doc/source/reference/kwant.operator.rst
doc/source/reference/kwant.physics.rst
doc/source/reference/kwant.plotter.rst
doc/source/reference/kwant.qsymm.rst
doc/source/reference/kwant.rmt.rst
doc/source/reference/kwant.rst
doc/source/reference/kwant.solvers.mumps.rst
doc/source/reference/kwant.solvers.rst
doc/source/reference/kwant.solvers.sparse.rst
doc/source/reference/kwant.system.rst
doc/source/reference/kwant.wraparound.rst
doc/source/tutorial/discretize.rst
doc/source/tutorial/faq.rst
doc/source/tutorial/first_steps.rst
doc/source/tutorial/graphene.rst
doc/source/tutorial/index.rst
doc/source/tutorial/introduction.rst
doc/source/tutorial/kpm.rst
doc/source/tutorial/operators.rst
doc/source/tutorial/plotting.rst
doc/source/tutorial/spectrum.rst
doc/source/tutorial/spin_potential_shape.rst
doc/source/tutorial/superconductors.rst
doc/sphinxext/kwantdoc.py
doc/templates/layout.html
doc/templates/autosummary/class.rst
doc/templates/autosummary/functor.rst
docker/Dockerfile.conda
docker/Dockerfile.debian
docker/Dockerfile.ubuntu
docker/README.rst
docker/kwant-latest.yml
docker/kwant-stable-no-extras.yml
docker/kwant-stable.yml
examples/3d_plot.py
examples/advanced_construction.py
examples/square.py
examples/test_square.py
kwant/__init__.py
kwant/_colormaps.py
kwant/_common.py
kwant/_kwant_version.py
kwant/_plotter.py
kwant/_system.c
kwant/_system.pyx
kwant/builder.py
kwant/digest.py
kwant/kpm.py
kwant/lattice.py
kwant/operator.c
kwant/operator.pxd
kwant/operator.pyx
kwant/plotter.py
kwant/qsymm.py
kwant/rmt.py
kwant/system.py
kwant/version.py
kwant/wraparound.py
kwant.egg-info/PKG-INFO
kwant.egg-info/SOURCES.txt
kwant.egg-info/dependency_links.txt
kwant.egg-info/requires.txt
kwant.egg-info/top_level.txt
kwant/graph/core.c
kwant/graph/dijkstra.c
kwant/linalg/lapack.c
kwant/continuum/__init__.py
kwant/continuum/_common.py
kwant/continuum/discretizer.py
kwant/continuum/tests/__init__.py
kwant/continuum/tests/test_common.py
kwant/continuum/tests/test_discretizer.py
kwant/graph/__init__.py
kwant/graph/c_scotch.pxd
kwant/graph/core.c
kwant/graph/core.pxd
kwant/graph/core.pyx
kwant/graph/defs.h
kwant/graph/defs.pxd
kwant/graph/defs.py
kwant/graph/dijkstra.c
kwant/graph/dijkstra.pyx
kwant/graph/scotch.c
kwant/graph/scotch.pyx
kwant/graph/slicer.c
kwant/graph/utils.c
kwant/graph/tests/__init__.py
kwant/graph/tests/test_core.py
kwant/graph/tests/test_scotch.py
kwant/linalg/__init__.py
kwant/linalg/_mumps.c
kwant/linalg/_mumps.pyx
kwant/linalg/cmumps.pxd
kwant/linalg/cmumps.py
kwant/linalg/decomp_ev.py
kwant/linalg/decomp_lu.py
kwant/linalg/decomp_schur.py
kwant/linalg/fortran_helpers.py
kwant/linalg/lapack.c
kwant/linalg/lapack.pyx
kwant/linalg/lll.py
kwant/linalg/mumps.py
kwant/linalg/tests/__init__.py
kwant/linalg/tests/_test_utils.py
kwant/linalg/tests/test_linalg.py
kwant/linalg/tests/test_lll.py
kwant/linalg/tests/test_mumps.py
kwant/physics/__init__.py
kwant/physics/dispersion.py
kwant/physics/gauge.py
kwant/physics/leads.py
kwant/physics/noise.py
kwant/physics/symmetry.py
kwant/physics/tests/__init__.py
kwant/physics/tests/test_dispersion.py
kwant/physics/tests/test_gauge.py
kwant/physics/tests/test_leads.py
kwant/physics/tests/test_noise.py
kwant/physics/tests/test_symmetry.py
kwant/solvers/__init__.py
kwant/solvers/common.py
kwant/solvers/default.py
kwant/solvers/mumps.py
kwant/solvers/sparse.py
kwant/solvers/tests/__init__.py
kwant/solvers/tests/_test_sparse.py
kwant/solvers/tests/test_mumps.py
kwant/solvers/tests/test_sparse.py
kwant/tests/__init__.py
kwant/tests/test_builder.py
kwant/tests/test_comprehensive.py
kwant/tests/test_kpm.py
kwant/tests/test_lattice.py
kwant/tests/test_operator.py
kwant/tests/test_plotter.py
kwant/tests/test_qsymm.py
kwant/tests/test_rmt.py
kwant/tests/test_system.py
kwant/tests/test_wraparound.py