We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EvtGen
It would be useful to have Python bindings for EvtGen phsp generator so that it can be used in TensorWaves, next to the phasespace package.
phasespace
Easiest is to just wrap the the necessary c++ code with a pybind11 interface. That can be put into a separated repo and released on PyPI.
[Estimated effort: 2-4 days]
The text was updated successfully, but these errors were encountered:
As a side note: It should be relatively not very difficult to implement the Rambo algorithm, see here, also see here, for flat phase-space generation.
We see some event generators which are accessible e.g. RAMBO Generator Phase Space (hazma.phase_space)
Sorry, something went wrong.
No branches or pull requests
It would be useful to have Python bindings for
EvtGen
phsp generator so that it can be used in TensorWaves, next to thephasespace
package.Easiest is to just wrap the the necessary c++ code with a pybind11 interface. That can be put into a separated repo and released on PyPI.
[Estimated effort: 2-4 days]
The text was updated successfully, but these errors were encountered: