phasespace
phasespace copied to clipboard
Phase space generation implemented in TensorFlow
- [x] Implement numpy - [ ] Implement JAX - [ ] Switch back-ends dynamically (not just through environment variables) --- Follow-up to #46 Afaics, this setup allows one two...
First try at serious benchmarking. Still, we're quite slow, also because creating multiple graphs takes a long time (total time is 202 seconds!): ```shell (zfit36) [10:34]farm-gpu:~/zfit/tfphasespace/benchmark[benchmarks]$ CUDA_VISIBLE_DEVICES= python3 bench_tfphasespace.py 2019-03-12...
It could be useful to have a method that returns the event weights, or more direct, that tells whether something is inside or outside the phasespace (as @abhijitm08 asked for)....
It would be nice to write a set of notebooks showcasing how `phasespace` can be used together with packages such as `zfit`, `particle`, etc, and also how to do things...
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.11.4)