feynlag.vacuum.masses.seesaw_mass_matrix¶
- feynlag.vacuum.masses.seesaw_mass_matrix(m_D, M_R)[source]¶
The type-I-seesaw neutral-fermion Majorana mass matrix.
In the left-handed basis
n = (ν_L, ν_R^c)the mass term is−½ nᵀ C M n + h.c.with the symmetric block matrix- M = [[ 0 , m_D ],
[ m_Dᵀ, M_R ]]
where
m_D(n_L × n_R) is the Dirac mass (= Y_ν v/√2, e.g. fromfermion_mass_matrix()on theL̄ H̃ ν_RYukawa) andM_R(n_R × n_R, symmetric) the right-handed Majorana mass (frommajorana_mass_matrix()). The result is symmetric and ready fordiagonalize_takagi().