Neutrino Physics: snewpy.neutrino

This module implements basic neutrino properties that are used throughout SNEWPY.

class snewpy.neutrino.Flavor(value)[source]

Enumeration of CCSN Neutrino flavors.

property is_electron

Return True for Flavor.NU_E and Flavor.NU_E_BAR.

property is_neutrino

Return True for Flavor.NU_E and Flavor.NU_X.

to_tex()[source]

LaTeX-compatible string representations of flavor.

class snewpy.neutrino.MassHierarchy(value)[source]

Neutrino mass ordering: NORMAL or INVERTED.

class snewpy.neutrino.MixingParameters(mh=MassHierarchy.NORMAL)[source]

Mixing angles and mass differences, assuming three neutrino flavors.

This class contains the default values used throughout SNEWPY, which are based on NuFIT 5.0 results from July 2020, published in JHEP 09 (2020) 178 [arXiv:2007.14792]. Note that the best fit values vary between normal and inverted mass hierarchy.

get_mixing_angles()[source]

Mixing angles of the PMNS matrix.

Returns

tuple – Angles theta12, theta13, theta23.