.cspell.json
.editorconfig
.gitignore
.gitpod.yml
.pre-commit-config.yaml
.prettierignore
.taplo.toml
LICENSE
README.md
codecov.yml
environment.yml
pyproject.toml
tox.ini
.constraints/.gitignore
.constraints/py3.10.txt
.constraints/py3.11.txt
.constraints/py3.12.txt
.constraints/py3.8.txt
.constraints/py3.9.txt
.github/release-drafter.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/clean-caches.yml
.github/workflows/pr-linting.yml
.github/workflows/release-drafter.yml
.github/workflows/requirements.yml
.vscode/.gitignore
.vscode/extensions.json
.vscode/settings.json
docs/.gitignore
docs/comparison.md
docs/conf.py
docs/index.md
docs/jpsi2ksp.ipynb
docs/lc2pkpi.ipynb
docs/references.bib
docs/references.md
docs/_static/favicon.ico
docs/comparison/d2kkk.ipynb
docs/comparison/jpsi2phipipi.ipynb
docs/comparison/jpsi2pipipi.ipynb
src/ampform_dpd/__init__.py
src/ampform_dpd/_attrs.py
src/ampform_dpd/_cache.py
src/ampform_dpd/angles.py
src/ampform_dpd/decay.py
src/ampform_dpd/dynamics.py
src/ampform_dpd/io.py
src/ampform_dpd/py.typed
src/ampform_dpd/spin.py
src/ampform_dpd/version.py
src/ampform_dpd.egg-info/PKG-INFO
src/ampform_dpd.egg-info/SOURCES.txt
src/ampform_dpd.egg-info/dependency_links.txt
src/ampform_dpd.egg-info/requires.txt
src/ampform_dpd.egg-info/top_level.txt
tests/test_angles.py
tests/test_decay.py
tests/test_io.py