.coveragerc
.editorconfig
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.prettierignore
.prettierrc
.pylintrc
.readthedocs.yml
CHANGELOG.md
Inner_dependency.txt
LICENSE
README.md
Resonances.json
Resonances.sample.yml
config.sample.yml
environment.yml
fit.py
for_fit.sh
pyproject.toml
requirements-min.txt
setup.cfg
setup.py
state_cache.sh
.github/workflows/ci.yml
.github/workflows/linkcheck.yml
.github/workflows/pdflatex.yml
.github/workflows/pypi.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
TFPWA.egg-info/PKG-INFO
TFPWA.egg-info/SOURCES.txt
TFPWA.egg-info/dependency_links.txt
TFPWA.egg-info/entry_points.txt
TFPWA.egg-info/requires.txt
TFPWA.egg-info/top_level.txt
benchmarks/__init__.py
benchmarks/test_mcint.py
checks/resolution/README.md
checks/resolution/config.yml
checks/resolution/gauss_random.py
checks/resolution/gauss_sample.py
checks/resolution/gen_toy.py
checks/resolution/plot_resolution.py
checks/resolution/run_all.sh
conda/conda_build_config.yaml
conda/meta.yaml
docs/.gitignore
docs/FAQ.rst
docs/Makefile
docs/amplitude.rst
docs/api.rst
docs/conf.py
docs/custom_model.rst
docs/decay_topology.rst
docs/developer.rst
docs/index.rst
docs/make.bat
docs/phasespace.rst
docs/resolution.rst
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/module.rst_t
docs/_templates/package.rst_t
docs/_templates/toc.rst_t
examples/README.rst
examples/particle_amplitude.py
examples/particle_config.py
examples/particle_model.py
scripts/README.md
scripts/cal_frac_ls.py
scripts/fit_binning_err.py
tf_pwa/__init__.py
tf_pwa/__main__.py
tf_pwa/adaptive_bins.py
tf_pwa/angle.py
tf_pwa/applications.py
tf_pwa/breit_wigner.py
tf_pwa/cal_angle.py
tf_pwa/cg.py
tf_pwa/cg_table.json
tf_pwa/config.py
tf_pwa/data.py
tf_pwa/dec_parser.py
tf_pwa/dfun.py
tf_pwa/einsum.py
tf_pwa/err_num.py
tf_pwa/expermental.py
tf_pwa/fit.py
tf_pwa/fit_improve.py
tf_pwa/fitfractions.py
tf_pwa/function.py
tf_pwa/gpu_info.py
tf_pwa/histogram.py
tf_pwa/main.py
tf_pwa/particle.py
tf_pwa/phasespace.py
tf_pwa/root_io.py
tf_pwa/significance.py
tf_pwa/tensorflow_wrapper.py
tf_pwa/utils.py
tf_pwa/variable.py
tf_pwa/vis.py
tf_pwa/amp/Kmatrix.py
tf_pwa/amp/__init__.py
tf_pwa/amp/base.py
tf_pwa/amp/core.py
tf_pwa/amp/flatte.py
tf_pwa/amp/interpolation.py
tf_pwa/amp/split_ls.py
tf_pwa/app/__init__.py
tf_pwa/app/fit.py
tf_pwa/config_loader/__init__.py
tf_pwa/config_loader/base_config.py
tf_pwa/config_loader/config_loader.py
tf_pwa/config_loader/data.py
tf_pwa/config_loader/decay_config.py
tf_pwa/config_loader/extra.py
tf_pwa/config_loader/multi_config.py
tf_pwa/config_loader/plot.py
tf_pwa/config_loader/sample.py
tf_pwa/config_loader/tests/__init__.py
tf_pwa/config_loader/tests/test_config_loader.py
tf_pwa/config_loader/tests/test_data.py
tf_pwa/config_loader/tests/test_sample.py
tf_pwa/experimental/__init__.py
tf_pwa/experimental/build_amp.py
tf_pwa/experimental/extra_amp.py
tf_pwa/experimental/extra_data.py
tf_pwa/experimental/extra_function.py
tf_pwa/experimental/factor_system.py
tf_pwa/experimental/opt_int.py
tf_pwa/model/__init__.py
tf_pwa/model/cfit.py
tf_pwa/model/model.py
tf_pwa/model/opt_int.py
tf_pwa/tests/__init__.py
tf_pwa/tests/common.py
tf_pwa/tests/config_cfit.yml
tf_pwa/tests/config_toy.yml
tf_pwa/tests/config_toy2.yml
tf_pwa/tests/exp2_params.json
tf_pwa/tests/exp_params.json
tf_pwa/tests/gen_params.json
tf_pwa/tests/test_Kmatrix.py
tf_pwa/tests/test_amp.py
tf_pwa/tests/test_build_amp.py
tf_pwa/tests/test_cal_angle.py
tf_pwa/tests/test_cmd.py
tf_pwa/tests/test_cp_amp.py
tf_pwa/tests/test_data.py
tf_pwa/tests/test_err_num.py
tf_pwa/tests/test_factor_system.py
tf_pwa/tests/test_fit_improve.py
tf_pwa/tests/test_full.py
tf_pwa/tests/test_histogram.py
tf_pwa/tests/test_interpolation.py
tf_pwa/tests/test_math_cg.py
tf_pwa/tests/test_model_new.py
tf_pwa/tests/test_particle.py
tf_pwa/tests/test_phasespace.py
tf_pwa/tests/test_root_io.py
tf_pwa/tests/test_scripts.py
tf_pwa/tests/test_variable.py
tf_pwa/tests/test_vis.py
tutorials/README.md
tutorials/cal_errors.py
tutorials/cal_fitfracs.py
tutorials/config.yml
tutorials/fit.ipynb
tutorials/fit.py
tutorials/gen_params.json
tutorials/gen_toy.py
tutorials/plot_vars.py
tutorials/examples/adaptive_chi2.py
tutorials/examples/build_angle_amplitude.py
tutorials/examples/combine_fit.py
tutorials/examples/dat2npz.py
tutorials/examples/dec2yml.py
tutorials/examples/draw_root.C
tutorials/examples/fit_scipy_new.py
tutorials/examples/fitfractions.py
tutorials/examples/flat_mc.py
tutorials/examples/flat_mc_eff.py
tutorials/examples/gen_toy.py
tutorials/examples/get_angle_distribution.py
tutorials/examples/interp_plot.py
tutorials/examples/jinja2_load.py
tutorials/examples/likelihood_profile.py
tutorials/examples/multinest.py
tutorials/examples/plot.py
tutorials/examples/plot_interference.py
tutorials/examples/plot_var.py
tutorials/examples/possible_jp.py
tutorials/examples/read_histogram.py
tutorials/examples/show_decay_chain.py
tutorials/examples/significance.py
tutorials/examples/significance_multi.py
tutorials/examples/test_gen_pull.py