AUTHORS
CITING
CONTRIBUTE
INSTALL
LICENSE
README
README_WINDOWS.txt
TODO
doc/Makefile
doc/kwantdoctheme/static/kwantdoctheme.css
doc/kwantdoctheme/theme.conf
doc/source/_static/kwant.css
doc/source/_static/kwant_logo.png
doc/source/_static/sidebar.js
doc/source/_static/togglediv.js
doc/source/conf.py
doc/source/images/_defs.py
doc/source/images/ab_ring.py.diff
doc/source/images/ab_ring_sketch.svg
doc/source/images/ab_ring_sketch2.svg
doc/source/images/band_structure.py.diff
doc/source/images/closed_system.py.diff
doc/source/images/generate-diffs.sh
doc/source/images/graphene.py.diff
doc/source/images/plot_graphene.py.diff
doc/source/images/plot_zincblende.py.diff
doc/source/images/quantum_well.py.diff
doc/source/images/quantum_wire.py.diff
doc/source/images/spin_orbit.py.diff
doc/source/images/superconductor_band_structure.py.diff
doc/source/images/superconductor_transport.py.diff
doc/source/images/superconductor_transport_sketch.svg
doc/source/index.rst
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/index.rst
doc/source/reference/index.rst
doc/source/reference/kwant.builder.rst
doc/source/reference/kwant.digest.rst
doc/source/reference/kwant.graph.rst
doc/source/reference/kwant.lattice.rst
doc/source/reference/kwant.linalg.rst
doc/source/reference/kwant.physics.rst
doc/source/reference/kwant.plotter.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/tutorial/README
doc/source/tutorial/ab_ring.py
doc/source/tutorial/band_structure.py
doc/source/tutorial/closed_system.py
doc/source/tutorial/graphene.py
doc/source/tutorial/index.rst
doc/source/tutorial/introduction.rst
doc/source/tutorial/plot_graphene.py
doc/source/tutorial/plot_zincblende.py
doc/source/tutorial/quantum_well.py
doc/source/tutorial/quantum_wire.py
doc/source/tutorial/quantum_wire_revisited.py
doc/source/tutorial/spin_orbit.py
doc/source/tutorial/superconductor_band_structure.py
doc/source/tutorial/superconductor_transport.py
doc/source/tutorial/tutorial1.rst
doc/source/tutorial/tutorial2.rst
doc/source/tutorial/tutorial3.rst
doc/source/tutorial/tutorial4.rst
doc/source/tutorial/tutorial5.rst
doc/source/tutorial/tutorial6.rst
doc/sphinxext/LICENSE.txt
doc/sphinxext/README.txt
doc/sphinxext/kwantdoc.py
doc/sphinxext/numpydoc/__init__.py
doc/sphinxext/numpydoc/comment_eater.py
doc/sphinxext/numpydoc/compiler_unparse.py
doc/sphinxext/numpydoc/docscrape.py
doc/sphinxext/numpydoc/docscrape_sphinx.py
doc/sphinxext/numpydoc/numpydoc.py
doc/sphinxext/numpydoc/phantom_import.py
doc/sphinxext/numpydoc/plot_directive.py
doc/sphinxext/numpydoc/tests/test_docscrape.py
doc/sphinxext/numpydoc/tests/test_phantom_import.py
doc/sphinxext/numpydoc/tests/test_plot_directive.py
doc/sphinxext/numpydoc/tests/test_traitsdoc.py
doc/sphinxext/numpydoc/traitsdoc.py
doc/templates/autosummary/class.rst
doc/templates/layout.html
examples/3d_plot.py
examples/advanced_construction.py
examples/logo.py
examples/square.py
examples/tests/test_square.py
kwant/__init__.py
kwant/_system.c
kwant/_system.pyx
kwant/builder.py
kwant/digest.py
kwant/graph/__init__.py
kwant/graph/c_scotch.pxd
kwant/graph/c_slicer.pxd
kwant/graph/c_slicer/bucket_list.h
kwant/graph/c_slicer/graphwrap.h
kwant/graph/c_slicer/partitioner.cc
kwant/graph/c_slicer/partitioner.h
kwant/graph/c_slicer/slicer.cc
kwant/graph/c_slicer/slicer.h
kwant/graph/core.pxd
kwant/graph/core.c
kwant/graph/core.pyx
kwant/graph/defs.h
kwant/graph/defs.pxd
kwant/graph/defs.py
kwant/graph/dissection.py
kwant/graph/scotch.c
kwant/graph/scotch.pyx
kwant/graph/slicer.c
kwant/graph/slicer.pyx
kwant/graph/tests/__init__.py
kwant/graph/tests/test_core.py
kwant/graph/tests/test_dissection.py
kwant/graph/tests/test_scotch.py
kwant/graph/tests/test_slicer.py
kwant/graph/tests/test_utils.py
kwant/graph/utils.c
kwant/graph/utils.pyx
kwant/lattice.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/f_lapack.pxd
kwant/linalg/f_lapack.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/leads.py
kwant/physics/noise.py
kwant/physics/tests/__init__.py
kwant/physics/tests/test_dispersion.py
kwant/physics/tests/test_leads.py
kwant/physics/tests/test_noise.py
kwant/plotter.py
kwant/rmt.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/system.py
kwant/tests/__init__.py
kwant/tests/test_builder.py
kwant/tests/test_comprehensive.py
kwant/tests/test_lattice.py
kwant/tests/test_plotter.py
kwant/tests/test_rmt.py
kwant/tests/test_system.py
kwant/version.py
setup.py
kwant/_static_version.py
MANIFEST
