LICENSE.txt
README.md
pyproject.toml
src/skala/__init__.py
src/skala/py.typed
src/skala.egg-info/PKG-INFO
src/skala.egg-info/SOURCES.txt
src/skala.egg-info/dependency_links.txt
src/skala.egg-info/requires.txt
src/skala.egg-info/top_level.txt
src/skala/ase/__init__.py
src/skala/ase/calculator.py
src/skala/foundry/__init__.py
src/skala/foundry/client.py
src/skala/foundry/schemas.py
src/skala/functional/__init__.py
src/skala/functional/_hashes.py
src/skala/functional/base.py
src/skala/functional/density.py
src/skala/functional/layers.py
src/skala/functional/load.py
src/skala/functional/model.py
src/skala/functional/traditional.py
src/skala/functional/utils/__init__.py
src/skala/functional/utils/cg.py
src/skala/functional/utils/irreps.py
src/skala/functional/utils/pad_ragged.py
src/skala/functional/utils/symmetric_contraction.py
src/skala/gauxc/__init__.py
src/skala/gauxc/export.py
src/skala/gpu4pyscf/__init__.py
src/skala/gpu4pyscf/dft.py
src/skala/gpu4pyscf/gradients.py
src/skala/pyscf/__init__.py
src/skala/pyscf/backend.py
src/skala/pyscf/dft.py
src/skala/pyscf/features.py
src/skala/pyscf/gradients.py
src/skala/pyscf/numint.py
src/skala/pyscf/retry.py
src/skala/pyscf/utils.py
src/skala/utils/__init__.py
tests/test_ase.py
tests/test_enhancement_factor.py
tests/test_gauxc_export.py
tests/test_gpu4pyscf_classes.py
tests/test_gpu4pyscf_gradients.py
tests/test_hash_pinning.py
tests/test_model.py
tests/test_pyscf_classes.py
tests/test_pyscf_gradients.py
tests/test_scf_retry.py
tests/test_traditional.py
tests/test_utils.py