Skip to content
New issue

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

Vectorize NeutrinoDecay calculation in flavor transformation module #31

Closed
sybenzvi opened this issue Feb 19, 2021 · 2 comments · Fixed by #105
Closed

Vectorize NeutrinoDecay calculation in flavor transformation module #31

sybenzvi opened this issue Feb 19, 2021 · 2 comments · Fixed by #105
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@sybenzvi
Copy link
Contributor

The NeutrinoDecay transformation is extremely slow; the loop over energy spectra can be vectorized.

@sybenzvi sybenzvi added enhancement New feature or request help wanted Extra attention is needed labels Feb 19, 2021
@sybenzvi sybenzvi added this to the v1.1 release milestone Feb 19, 2021
@sybenzvi
Copy link
Contributor Author

Just to give a concrete example, here is numpy vectorization implemented by @sgriswol in the ASTERIA source code:
https://github.com/IceCubeOpenSource/ASTERIA/blob/ec1024d8c9f8281a75690febdecb9b8d1ea8d371/python/asteria/source.py#L48

@JostMigenda JostMigenda linked a pull request Aug 31, 2021 that will close this issue
@JostMigenda JostMigenda modified the milestones: v1.1 release, v1.2 Sep 7, 2021
@sybenzvi
Copy link
Contributor Author

This issue needs to be rechecked; it may no longer be a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
4 participants