.gitignore
.gitlab-ci.yml
COMPILATION.md
CONTRIBUTING.md
MANIFEST.in
README.md
build.sh
meta.yaml
pyproject.toml
setup.py
versiontest.py
docs/Makefile
docs/background.rst
docs/community_guidelines.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/user_interface.rst
docs/_static/css/custom.css
docs/_static/img/favicon.ico
docs/_static/img/pydft_128px.png
docs/_static/img/pydft_192px.png
docs/_static/img/pydft_256px.png
docs/_static/img/pydft_500px.png
docs/_static/img/pydft_logo_128px.png
docs/_static/img/pydft_logo_512px.png
docs/_static/img/user_interface/becke_fuzzy_grid_benzene.png
docs/_templates/breadcrumbs.html
examples/.gitignore
examples/benzene_atomic_cells.py
examples/bonding_analysis_co.py
examples/co.py
examples/co_screening.py
examples/co_xc.py
examples/dft_vs_hf.py
examples/energy_decomposition.py
examples/h2.py
pydft/__init__.py
pydft/_version.py
pydft/angulargrid.py
pydft/atomicgrid.py
pydft/bragg_slater.py
pydft/dft.py
pydft/moleculargrid.py
pydft/spherical_harmonics.py
pydft/xcfunctionals.py
pydft.egg-info/PKG-INFO
pydft.egg-info/SOURCES.txt
pydft.egg-info/dependency_links.txt
pydft.egg-info/not-zip-safe
pydft.egg-info/requires.txt
pydft.egg-info/top_level.txt
tests/test_dft.py
tests/test_energy_decomposition.py
tests/test_moleculargrid.py
tests/test_version.py
tests/test_xc.py