.coveragerc
.gitlab-ci.yml
AUTHORS.rst
INSTALL.rst
LICENSE.rst
MANIFEST.in
README.rst
changelog.txt
conftest.py
environment.yml
pytest.ini
setup.cfg
setup.py
doc/Makefile
doc/kwantdoctheme/theme.conf
doc/kwantdoctheme/static/kwantdoctheme.css
doc/material/adaptive_solver.ai
doc/material/figures_junction_circuit_and_quantum_part.svg
doc/material/make_figure_timescale_decoupling.py
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/extensions/index.rst
doc/source/pre/about.rst
doc/source/pre/authors.rst
doc/source/pre/cite.rst
doc/source/pre/index.rst
doc/source/pre/installation.rst
doc/source/pre/license.rst
doc/source/pre/whats_new.rst
doc/source/reference/index.rst
doc/source/reference/tkwant.integrate.rst
doc/source/reference/tkwant.leads.rst
doc/source/reference/tkwant.logging.rst
doc/source/reference/tkwant.manybody.rst
doc/source/reference/tkwant.mpi.rst
doc/source/reference/tkwant.onebody.kernel.rst
doc/source/reference/tkwant.onebody.rst
doc/source/reference/tkwant.onebody.solvers.rst
doc/source/reference/tkwant.rst
doc/source/reference/tkwant.system.rst
doc/source/tutorial/common.py
doc/source/tutorial/index.rst
doc/sphinxext/kwantdoc.py
doc/templates/layout.html
doc/templates/autosummary/class.rst
doc/tutorial_source/1d_chain_closed.png
doc/tutorial_source/1d_chain_open.png
doc/tutorial_source/1d_wire_high_level.py
doc/tutorial_source/1d_wire_low_level.py
doc/tutorial_source/1d_wire_onsite.py
doc/tutorial_source/adaptive_solver_sketch.png
doc/tutorial_source/alternative_boundary_conditions.py
doc/tutorial_source/alternative_boundary_conditions.rst
doc/tutorial_source/bdg_junction_plot_results.py
doc/tutorial_source/bdg_junction_run_computation.py
doc/tutorial_source/bdg_junction_vj_vs_time.png
doc/tutorial_source/boundary_condition.rst
doc/tutorial_source/boundstates.rst
doc/tutorial_source/chem_vs_elec_bias.rst
doc/tutorial_source/chem_vs_elec_bias_current.png
doc/tutorial_source/chem_vs_elec_bias_plot_results.py
doc/tutorial_source/chem_vs_elec_bias_run_computation.py
doc/tutorial_source/chem_vs_elec_bias_scheme.png
doc/tutorial_source/closed_system.py
doc/tutorial_source/closed_system.rst
doc/tutorial_source/examples.rst
doc/tutorial_source/extended_system.png
doc/tutorial_source/fabry_perot.py
doc/tutorial_source/fabry_perot.rst
doc/tutorial_source/fabry_perot_grid.png
doc/tutorial_source/faq.rst
doc/tutorial_source/fig_siam_sudden_switch.png
doc/tutorial_source/getting_started.rst
doc/tutorial_source/graphene.py
doc/tutorial_source/graphene.rst
doc/tutorial_source/green_functions.rst
doc/tutorial_source/introduction.rst
doc/tutorial_source/junction_lrc_circuit.png
doc/tutorial_source/junction_quantum_part.png
doc/tutorial_source/logging.rst
doc/tutorial_source/manybody.rst
doc/tutorial_source/manybody_advanced.rst
doc/tutorial_source/mpi.rst
doc/tutorial_source/onebody.rst
doc/tutorial_source/onebody_advanced.rst
doc/tutorial_source/open_system.py
doc/tutorial_source/open_system.rst
doc/tutorial_source/pitfalls.rst
doc/tutorial_source/plasmon_plot_results.py
doc/tutorial_source/plasmon_propagation.png
doc/tutorial_source/plasmon_u_0_run_computation.py
doc/tutorial_source/plasmon_u_10_run_computation.py
doc/tutorial_source/restarting.rst
doc/tutorial_source/scattering_region.png
doc/tutorial_source/self_consistent.rst
doc/tutorial_source/siam_sudden_switch_plot_results.py
doc/tutorial_source/siam_sudden_switch_run_computation.py
doc/tutorial_source/system_with_lead.png
doc/tutorial_source/time_dep_system.rst
doc/tutorial_source/timescale_decoupling.png
doc/tutorial_source/toy.png
doc/tutorial_source/voltage_raise.py
doc/tutorial_source/voltage_raise.rst
docker/Dockerfile.debian
docker/howto_make_and_upload_container.txt
tkwant/__init__.py
tkwant/_common.py
tkwant/_logging.py
tkwant/greenfunctions.py
tkwant/integration.py
tkwant/interaction.py
tkwant/leads.py
tkwant/line_segment.py
tkwant/manybody.py
tkwant/mpi.py
tkwant/special.py
tkwant/system.py
tkwant.egg-info/PKG-INFO
tkwant.egg-info/SOURCES.txt
tkwant.egg-info/dependency_links.txt
tkwant.egg-info/requires.txt
tkwant.egg-info/top_level.txt
tkwant/onebody/__init__.py
tkwant/onebody/kernels.c
tkwant/onebody/kernels.pxd
tkwant/onebody/kernels.pyx
tkwant/onebody/onebody.py
tkwant/onebody/solvers.c
tkwant/onebody/solvers.pyx
tkwant/onebody/tests/__init__.py
tkwant/onebody/tests/test_kernels.py
tkwant/onebody/tests/test_solvers.py
tkwant/tests/__init__.py
tkwant/tests/common.py
tkwant/tests/mpi_testdriver.py
tkwant/tests/test_common.py
tkwant/tests/test_greenfunctions.py
tkwant/tests/test_integration.py
tkwant/tests/test_interaction.py
tkwant/tests/test_leads.py
tkwant/tests/test_logging.py
tkwant/tests/test_manybody.py
tkwant/tests/test_mpi.py
tkwant/tests/test_system.py