.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
images/zeff_plot.png
notebooks/Zeff_tutorial.ipynb
src/zeff/__init__.py
src/zeff/plots.mplstyle
src/zeff/zeff.py
src/zeff.egg-info/PKG-INFO
src/zeff.egg-info/SOURCES.txt
src/zeff.egg-info/dependency_links.txt
src/zeff.egg-info/not-zip-safe
src/zeff.egg-info/requires.txt
src/zeff.egg-info/top_level.txt
tests/conftest.py
tests/test_clementi.py
tests/test_elem_data.py
tests/test_orbitals.py
tests/test_slater.py