.gitignore
.pre-commit-config.yaml
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/deps.yml
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/tests.yml
amset/__init__.py
amset/constants.py
amset/defaults.yaml
amset/io.py
amset/log.py
amset/util.py
amset.egg-info/PKG-INFO
amset.egg-info/SOURCES.txt
amset.egg-info/dependency_links.txt
amset.egg-info/entry_points.txt
amset.egg-info/not-zip-safe
amset.egg-info/requires.txt
amset.egg-info/top_level.txt
amset/core/__init__.py
amset/core/data.py
amset/core/run.py
amset/core/transport.py
amset/deformation/__init__.py
amset/deformation/common.py
amset/deformation/generation.py
amset/deformation/io.py
amset/deformation/potentials.py
amset/electronic_structure/__init__.py
amset/electronic_structure/common.py
amset/electronic_structure/dos.py
amset/electronic_structure/fd.py
amset/electronic_structure/kpoints.py
amset/electronic_structure/symmetry.py
amset/electronic_structure/tetrahedron.py
amset/interpolation/__init__.py
amset/interpolation/bandstructure.py
amset/interpolation/boltztrap.py
amset/interpolation/deformation.py
amset/interpolation/momentum.py
amset/interpolation/periodic.py
amset/interpolation/projections.py
amset/interpolation/quad.json
amset/interpolation/quad.py
amset/interpolation/wavefunction.py
amset/plot/__init__.py
amset/plot/amset_base.mplstyle
amset/plot/base.py
amset/plot/convergence.py
amset/plot/cumulative.py
amset/plot/electronic_structure.py
amset/plot/lineshape.py
amset/plot/mobility.py
amset/plot/rates.py
amset/plot/revtex.mplstyle
amset/plot/transport.py
amset/scattering/__init__.py
amset/scattering/basic.py
amset/scattering/calculate.py
amset/scattering/common.py
amset/scattering/elastic.py
amset/scattering/inelastic.py
amset/tools/__init__.py
amset/tools/cli.py
amset/tools/common.py
amset/tools/deformation.py
amset/tools/effmass.py
amset/tools/phonon_frequency.py
amset/tools/plot.py
amset/tools/run.py
amset/tools/wavefunction.py
amset/wavefunction/__init__.py
amset/wavefunction/common.py
amset/wavefunction/io.py
amset/wavefunction/pawpyseed.py
amset/wavefunction/vasp.py
docs/mkdocs.yml
docs/admin/version-releases.md
docs/src/amset_logo.png
docs/src/changelog.md
docs/src/contributing.md
docs/src/contributors.md
docs/src/index.md
docs/src/inputs.md
docs/src/installation.md
docs/src/license.md
docs/src/properties.jpg
docs/src/scattering.md
docs/src/settings.md
docs/src/transport-properties.md
docs/src/using.md
docs/src/stylesheets/colors.css
docs/theme/overrides/partials/footer.html
examples/GaAs/GaAs.py
examples/GaAs/README.md
examples/GaAs/settings.yaml
examples/GaAs/vasprun.xml.gz
examples/GaAs/wavefunction.h5
examples/Si/README.md
examples/Si/Si.py
examples/Si/deformation.h5
examples/Si/settings.yaml
examples/Si/vasprun.xml.gz
examples/Si/wavefunction.h5
tests/__init__.py
tests/conftest.py
tests/test_io.py
tests/test_util.py
tests/core/__init__.py
tests/core/test_run.py
tests/electronic_structure/__init__.py
tests/electronic_structure/test_common.py
tests/electronic_structure/test_symmetry.py
tests/electronic_structure/test_tetrahedron.py
tests/interpolation/__init__.py
tests/interpolation/test_interpolate.py
tests/plot/__init__.py
tests/plot/test_base.py
tests/test_data/amset_settings.yaml
tests/test_data/band_structures/tricky_sp_band_structure_data.json.gz
tests/test_data/deformation/deformation.h5
tests/test_data/deformation/00/OUTCAR.gz
tests/test_data/deformation/00/vasprun.xml.gz
tests/test_data/deformation/01/OUTCAR.gz
tests/test_data/deformation/01/vasprun.xml.gz
tests/test_data/deformation/02/OUTCAR.gz
tests/test_data/deformation/02/vasprun.xml.gz
tests/test_data/deformation/03/OUTCAR.gz
tests/test_data/deformation/03/vasprun.xml.gz
tests/test_data/structures/BaN2_15.json.gz
tests/test_data/structures/CaC2_2.json.gz
tests/test_data/structures/Fe_229.json.gz
tests/test_data/structures/K2Au3_71.json.gz
tests/test_data/structures/KCeF4_123.json.gz
tests/test_data/structures/KNO3_160.json.gz
tests/test_data/structures/LaI3_63.json.gz
tests/test_data/structures/Rb2P3_69.json.gz
tests/test_data/structures/RbO2_129.json.gz
tests/test_data/structures/S_58.json.gz
tests/test_data/structures/Si_227.json.gz
tests/test_data/structures/TiNi_11.json.gz
tests/test_data/structures/ZnO_186.json.gz
tests/tools/__init__.py
tests/tools/test_deformation.py