.cspell.json
.editorconfig
.flake8
.gitignore
.gitpod.yml
.markdownlint.json
.mypy.ini
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
README.md
codecov.yml
commitlint.config.js
environment.yml
pyproject.toml
pyrightconfig.json
pytest.ini
setup.cfg
setup.py
tox.ini
.constraints/py3.6.txt
.constraints/py3.7.txt
.constraints/py3.8.txt
.constraints/py3.9.txt
.constraints/upgrade.sh
.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/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/Makefile
docs/bibliography.bib
docs/conf.py
docs/index.md
docs/install.md
docs/references.md
docs/usage.md
docs/_static/favicon.ico
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.md
docs/usage/interactive.ipynb
docs/usage/k-matrix.ipynb
docs/usage/symplot.ipynb
docs/usage/dynamics/custom.ipynb
docs/usage/dynamics/lineshapes.ipynb
docs/usage/symplot/__init__.py
docs/usage/symplot/test_ipywidgets.py
docs/usage/symplot/test_symplot.py
src/ampform/__init__.py
src/ampform/_graph_info.py
src/ampform/data.py
src/ampform/helicity.py
src/ampform/kinematics.py
src/ampform/py.typed
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/lineshape.py
tests/.pydocstyle
tests/__init__.py
tests/conftest.py
tests/test_angular_distributions.py
tests/test_angular_momentum.py
tests/test_data.py
tests/test_dynamics.py
tests/test_graph_info.py
tests/test_helicity.py
tests/test_kinematics.py
tests/test_parity_prefactor.py
tests/external/__init__.py
tests/external/test_sympy.py
tests/output/.gitignore
typings/.gitignore
typings/.pydocstyle
typings/README.md
typings/__init__.pyi