MANIFEST.in
README.md
setup.py
src/apdft/__init__.py
src/apdft/commandline.py
src/apdft/math.py
src/apdft/physics.py
src/apdft/settings.py
src/apdft.egg-info/PKG-INFO
src/apdft.egg-info/SOURCES.txt
src/apdft.egg-info/dependency_links.txt
src/apdft.egg-info/entry_points.txt
src/apdft.egg-info/requires.txt
src/apdft.egg-info/top_level.txt
src/apdft/calculator/__init__.py
src/apdft/calculator/gaussian.py
src/apdft/calculator/mrcc.py
src/apdft/calculator/pyscf.py
src/apdft/calculator/templates/gaussian-run.sh
src/apdft/calculator/templates/gaussian.txt
src/apdft/calculator/templates/horton.py
src/apdft/calculator/templates/mock-run.sh
src/apdft/calculator/templates/mrcc-run.sh
src/apdft/calculator/templates/mrcc.txt
src/apdft/calculator/templates/pyscf-run.sh
src/apdft/calculator/templates/pyscf.py
test/test_CalculatorMeta.py
test/test_Physics.py
test/test_math.py
test/test_settings.py