.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
doc/Makefile
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/api/bandstructure.rst
doc/source/api/conductivity.rst
doc/source/api/fit.rst
doc/source/api/index.rst
doc/source/api/kernel.rst
doc/source/api/load.rst
doc/source/api/params.rst
doc/source/api/scattering.rst
doc/source/tutorial/fit.rst
doc/source/tutorial/index.rst
doc/source/tutorial/install.rst
doc/source/tutorial/kernel.rst
doc/source/tutorial/params.rst
doc/source/tutorial/quickstart.rst
elecboltz/__init__.py
elecboltz/bandstructure.py
elecboltz/conductivity.py
elecboltz/fit.py
elecboltz/integrate.py
elecboltz/kernel.py
elecboltz/load.py
elecboltz/params.py
elecboltz/scatrate.py
elecboltz.egg-info/PKG-INFO
elecboltz.egg-info/SOURCES.txt
elecboltz.egg-info/dependency_links.txt
elecboltz.egg-info/requires.txt
elecboltz.egg-info/top_level.txt
examples/ADMR_NdLSCO_FEM_vs_Chambers.ipynb
examples/ADMR_PdCoO2_FEM_vs_Chambers.ipynb
examples/Compare_Kernel_Decomposition.py
examples/Explore_Cylindrical_Harmonics.py
examples/Fit_ADMR_NdLSCO.ipynb
examples/boltzmann_vs_drude.ipynb
examples/convergence.ipynb
examples/magnetoresistance_fem_vs_chambers.ipynb
examples/scattering_kernel_drude.ipynb
examples/Drude/.gitkeep
examples/NdLSCO/.gitkeep
examples/PdCoO2/.gitkeep
introduction/FEM_boltzmann_2D_free_electrons.ipynb
introduction/document/FEM_boltzmann_conductivity.pdf
introduction/document/FEM_boltzmann_conductivity.tex
introduction/document/figures/boltzmann_vs_drude_2d.pdf
introduction/document/figures/boltzmann_vs_drude_2d_error.pdf
introduction/document/figures/fem_vs_chambers_admr.pdf
introduction/document/figures/fem_vs_chambers_convergence.pdf
introduction/document/figures/fem_vs_chambers_pdcoo2.pdf
introduction/document/figures/fem_vs_chambers_resistivity.pdf
introduction/document/figures/fem_vs_chambers_rh.pdf
introduction/document/figures/free_electrons_resistivity.pdf
introduction/document/figures/sparse_vs_banded.pdf
introduction/document/figures/triangle_overlap_1.png
introduction/document/figures/triangle_overlap_2.png
introduction/document/figures/triangular_element.ipynb
introduction/document/figures/triangular_element.pdf
minimal/FEM_boltzmann_minimum.py
minimal/mpl_defaults.py
scripts/Plot_Fit_ADMR.py
tests/__init__.py
tests/test_bandstructure.py
tests/test_drude.py
tests/test_flat_dictionary.py
tests/test_geometrical_calculations.py
tests/test_loader.py