.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
lgtm.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.chglog/CHANGELOG.tpl.md
.chglog/config.yml
.github/workflows/python-publish.yml
.github/workflows/python-test-publish.yml
.github/workflows/test.yml
.social/benchmark.py
.social/benchmark_memory.png
.social/benchmark_time.png
.social/example_square_periodic.png
.social/examples.py
.social/header.png
docs/Makefile
docs/make.bat
docs/source/.gitignore
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/lattpy.rst
docs/source/quickstart.rst
docs/source/requirements.txt
docs/source/_static/header.png
docs/source/_templates/apidoc/module.rst_t
docs/source/_templates/apidoc/package.rst_t
docs/source/_templates/apidoc/toc.rst_t
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/development/changes.md
docs/source/development/contributing.md
docs/source/tutorial/configuration.rst
docs/source/tutorial/finite.rst
docs/source/tutorial/general.rst
docs/source/tutorial/index.rst
lattpy/__init__.py
lattpy/_version.py
lattpy/atom.py
lattpy/basis.py
lattpy/data.py
lattpy/disptools.py
lattpy/lattice.py
lattpy/plotting.py
lattpy/shape.py
lattpy/spatial.py
lattpy/structure.py
lattpy/utils.py
lattpy.egg-info/PKG-INFO
lattpy.egg-info/SOURCES.txt
lattpy.egg-info/dependency_links.txt
lattpy.egg-info/not-zip-safe
lattpy.egg-info/requires.txt
lattpy.egg-info/top_level.txt
lattpy/tests/__init__.py
lattpy/tests/test_atom.py
lattpy/tests/test_basis.py
lattpy/tests/test_data.py
lattpy/tests/test_lattice.py
lattpy/tests/test_shape.py
lattpy/tests/test_spatial.py
lattpy/tests/test_structure.py
lattpy/tests/test_utils.py