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

Make FlavorTransformation produce a transformation matrix #242

Open
Sheshuk opened this issue May 18, 2023 · 0 comments
Open

Make FlavorTransformation produce a transformation matrix #242

Sheshuk opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request suggestion An idea that needs to be discussed/approved before starting implementaion

Comments

@Sheshuk
Copy link
Contributor

Sheshuk commented May 18, 2023

Currently FlavorTransformation can only produce prob_ee, prob_ex, prob_xe, prob_xx (and their bar counterparts).
I think it would be useful to have a method to output a transformation matrix, for all the four flavors, like this:

M = [
[prob_ee, prob_ex,          0,          0],
[prob_xe, prob_xx,          0,          0],
[      0,       0, prob_eebar, prob_xebar],
[      0,       0, prob_eebar, prob_xebar]]

and its permutation depending on the order of our Flavor enum.

@Sheshuk Sheshuk added the suggestion An idea that needs to be discussed/approved before starting implementaion label May 18, 2023
@Sheshuk Sheshuk added the enhancement New feature or request label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion An idea that needs to be discussed/approved before starting implementaion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant