.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.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/benchmark.yml
.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
benchmarks/.pydocstyle
benchmarks/__init__.py
benchmarks/ampform.py
benchmarks/conftest.py
benchmarks/expression.py
docs/.gitignore
docs/.pydocstyle
docs/_relink_references.py
docs/amplitude-analysis.ipynb
docs/conf.py
docs/index.md
docs/install.md
docs/tensorflow.txt
docs/usage.ipynb
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/amplitude-analysis/analytic-continuation.ipynb
docs/usage/basics.ipynb
docs/usage/binned-fit.ipynb
docs/usage/caching.ipynb
docs/usage/chi-squared.ipynb
docs/usage/faster-lambdify.ipynb
docs/usage/unbinned-fit.ipynb
src/tensorwaves/__init__.py
src/tensorwaves/estimator.py
src/tensorwaves/interface.py
src/tensorwaves/py.typed
src/tensorwaves/version.py
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/_data_sample.py
src/tensorwaves/data/phasespace.py
src/tensorwaves/data/rng.py
src/tensorwaves/data/transform.py
src/tensorwaves/function/__init__.py
src/tensorwaves/function/_backend.py
src/tensorwaves/function/sympy/__init__.py
src/tensorwaves/function/sympy/_printer.py
src/tensorwaves/optimizer/__init__.py
src/tensorwaves/optimizer/_parameter.py
src/tensorwaves/optimizer/callbacks.py
src/tensorwaves/optimizer/minuit.py
src/tensorwaves/optimizer/scipy.py
tests/.gitignore
tests/.pydocstyle
tests/__init__.py
tests/conftest.py
tests/test_estimator.py
tests/test_interface.py
tests/data/__init__.py
tests/data/test_data.py
tests/data/test_phasespace.py
tests/data/test_rng.py
tests/data/test_transform.py
tests/function/__init__.py
tests/function/test_ampform.py
tests/function/test_backend.py
tests/function/test_function.py
tests/function/test_sympy.py
tests/optimizer/__init__.py
tests/optimizer/test_callbacks.py
tests/optimizer/test_fit_simple_model.py
tests/optimizer/test_gradient.py
tests/optimizer/test_minuit.py
tests/optimizer/test_parameter.py
tests/optimizer/test_scipy.py
typings/.gitignore
typings/.pydocstyle
typings/README.md
typings/__init__.pyi