.cspell.json
.editorconfig
.flake8
.gitignore
.gitpod.yml
.markdownlint.json
.mypy.ini
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.readthedocs.yml
.zenodo.json
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
commitlint.config.js
environment.yml
pyproject.toml
pyrightconfig.json
pytest.ini
setup.cfg
setup.py
tox.ini
.constraints/py3.10.txt
.constraints/py3.7.txt
.constraints/py3.8.txt
.constraints/py3.9.txt
.github/dependabot.yml
.github/pull_request_template.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cd.yml
.github/workflows/ci-docs.yml
.github/workflows/ci-style.yml
.github/workflows/ci-tests.yml
.github/workflows/linkcheck.yml
.github/workflows/milestone.yml
.github/workflows/pr-linting.yml
.github/workflows/release-drafter.yml
.github/workflows/requirements-cron.yml
.github/workflows/requirements-pr.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
docs/.gitignore
docs/.pydocstyle
docs/_extend_docstrings.py
docs/_relink_references.py
docs/bibliography.bib
docs/conf.py
docs/index.md
docs/install.md
docs/references.md
docs/usage.ipynb
docs/_images/.gitkeep
docs/_static/.gitignore
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/linebreaks-api.css
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
docs/adr/template.md
docs/usage/.gitignore
docs/usage/amplitude.ipynb
docs/usage/dynamics.ipynb
docs/usage/interactive.ipynb
docs/usage/kinematics.ipynb
docs/usage/modify.ipynb
docs/usage/symplot.ipynb
docs/usage/dynamics/analytic-continuation.ipynb
docs/usage/dynamics/custom.ipynb
docs/usage/dynamics/k-matrix.ipynb
docs/usage/helicity/formalism.ipynb
docs/usage/helicity/spin-alignment.ipynb
src/ampform/__init__.py
src/ampform/py.typed
src/ampform/version.py
src/ampform.egg-info/PKG-INFO
src/ampform.egg-info/SOURCES.txt
src/ampform.egg-info/dependency_links.txt
src/ampform.egg-info/requires.txt
src/ampform.egg-info/top_level.txt
src/ampform/dynamics/__init__.py
src/ampform/dynamics/builder.py
src/ampform/dynamics/kmatrix.py
src/ampform/dynamics/phasespace.py
src/ampform/helicity/__init__.py
src/ampform/helicity/decay.py
src/ampform/helicity/naming.py
src/ampform/io/__init__.py
src/ampform/kinematics/__init__.py
src/ampform/kinematics/phasespace.py
src/ampform/sympy/__init__.py
src/ampform/sympy/_array_expressions.py
src/ampform/sympy/math.py
src/symplot/__init__.py
src/symplot/py.typed
tests/.pydocstyle
tests/__init__.py
tests/conftest.py
tests/test_kinematics.py
tests/dynamics/__init__.py
tests/dynamics/test_builder.py
tests/dynamics/test_dynamics.py
tests/dynamics/test_kmatrix.py
tests/dynamics/test_sympy.py
tests/external/__init__.py
tests/external/test_sympy.py
tests/helicity/__init__.py
tests/helicity/test_angular_distributions.py
tests/helicity/test_decay.py
tests/helicity/test_helicity.py
tests/helicity/test_naming.py
tests/helicity/test_parity_prefactor.py
tests/io/__init__.py
tests/io/test_latex.py
tests/kinematics/test_phasespace.py
tests/output/.gitignore
tests/symplot/__init__.py
tests/symplot/test_ipywidgets.py
tests/symplot/test_symplot.py
tests/sympy/__init__.py
tests/sympy/test_array_expressions.py
tests/sympy/test_math.py
typings/.gitignore
typings/.pydocstyle
typings/README.md
typings/__init__.pyi