I'm trying to implement a dimension-5 effective operator which induces a mixing after EWSB in a Non-Susy model with SARAH 4.8.6. Taking the SM as basis, I just add the content:
Code: Select all
FermionFields[[6]] = {Trip, 1, {{T0L/Sqrt[2],TpL},{TmL,-T0L/Sqrt[2]}}, 0, 3, 1, -1};
FermionFields[[7]] = {Sing, 1, sL, 0, 1, 1, -1};
Code: Select all
LagHC = ... - 1/2 Mtrip Trip.Trip - 1/2 Msing Sing.Sing + keff Sing.Trip.conj[H].H;
Code: Select all
DEFINITION[EWSB][MatterSector]= {..., {T0L,sL},{OO,NN}} };
Code: Select all
In[3]:= MassMatrix[OO]
Out[3]= {{Mtrip, 0}, {0, Msing}}
Let me know if I can be of any further help.
Best,
Ronan