Skip to content

Commit

Permalink
upd the docstring, to prvent from failing doc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheshuk committed Oct 24, 2024
1 parent b3ac8ac commit d8664a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/snewpy/flavor_transformation/in_sn.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,15 @@ def P_mf(self, t, E):
###############################################################################
class TwoFlavorDecoherence(SNTransformation, ThreeFlavorTransformation):
"""Equal mixing of whatever two matter states form the MSW H resonance.
The TwoFlavorDecoherence transformation is relevant when the size of the density fluctuations
is ≲ 10% for densities around the H resonance density —see Kneller (2010); Kneller & Mauney (2013).
This prescription models the effect of the turbulence as leading to 50% mixing between the
matter states which participate in the H resonance.
In the NMO this is ν2 and ν3,
In the NMO this is ν2 and ν3.
For the IMO, the H resonance occurs in the antineutrinos between antineutrino matter states ν̄1
and ν̄3.
and ν̄3.
"""

def P_mf(self, t, E):
Expand Down

0 comments on commit d8664a6

Please sign in to comment.