.editorconfig
.gitignore
.gitpod.yml
.markdownlint.json
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
README.md
codecov.yml
commitlint.config.js
cspell.json
environment.yml
labels.toml
pyproject.toml
pyrightconfig.json
setup.cfg
setup.py
tox.ini
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/linkcheck.yml
.github/workflows/pr-linting.yml
.github/workflows/release-drafter.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/develop.rst
docs/index.md
docs/install.rst
docs/tensorflow.txt
docs/tox.ini
docs/usage.rst
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
docs/usage/1_create_model.ipynb
docs/usage/2_generate_data.ipynb
docs/usage/3_perform_fit.ipynb
examples/intensity-recipe.yaml
examples/workflow.py
src/tensorwaves/__init__.py
src/tensorwaves/estimator.py
src/tensorwaves/interfaces.py
src/tensorwaves/py.typed
src/tensorwaves.egg-info/PKG-INFO
src/tensorwaves.egg-info/SOURCES.txt
src/tensorwaves.egg-info/dependency_links.txt
src/tensorwaves.egg-info/requires.txt
src/tensorwaves.egg-info/top_level.txt
src/tensorwaves/data/__init__.py
src/tensorwaves/data/generate.py
src/tensorwaves/data/tf_phasespace.py
src/tensorwaves/optimizer/__init__.py
src/tensorwaves/optimizer/minuit.py
src/tensorwaves/physics/__init__.py
src/tensorwaves/physics/helicity_formalism/__init__.py
src/tensorwaves/physics/helicity_formalism/amplitude.py
src/tensorwaves/physics/helicity_formalism/kinematics.py
tests/__init__.py
tests/conftest.py
tests/tox.ini
tests/data/__init__.py
tests/data/test_generate.py
tests/data/test_tf_phasespace.py
tests/output/.gitkeep
tests/physics/__init__.py
tests/physics/helicity_formalism/__init__.py
tests/physics/helicity_formalism/test_amplitude.py
tests/physics/helicity_formalism/test_canonical.py
tests/physics/helicity_formalism/test_helicity_angles.py
tests/recipe/__init__.py
tests/recipe/test_amplitude_creation.py