Question: flavor transformations probabilities
Closed this issue · 2 comments
Hi, I'm looking into flavor transformations, trying to implement #242
I have a probably silly question about the definition of probabilities.
In many cases we have prob_ee
defined, and other probabilities derived from it:
prob_ex
:
snewpy/python/snewpy/flavor_transformation.py
Line 203 in 06a3f7b
prob_xx
:snewpy/python/snewpy/flavor_transformation.py
Line 220 in 06a3f7b
prob_xe
:snewpy/python/snewpy/flavor_transformation.py
Line 237 in 06a3f7b
so it's defined as
My questions:
- Shouldn't our matrix rows and columns add up to to 1, to conserve total number of neutrinos❓
- Shouldn't our matrix be symmetrical❓
Or maybe I'm mistaken in the definitions of the flux?
Example
In case of ThreeFlavorDecoherence
we set
let's say I have initial flux
so our total flux
What you’re missing in the example is that our convention is that
For the matrix, it’s a bit trickier to visualise the effect; but that would effectively give you a factor of 2 in the second row; and then the first row/column would sum up to 1 (as expected; corresponding to the initial and final
Thank you for clarification! I get the matrix now.
I just hope we have the same definition of
Still this looks rather counter-intuitive to me, when it's displayed as a matrix, and might be misleading for the users as well (probably someone else is expecting like me to have prob_ex == prob_xe
).
If we would have