I am implementing a vectorlike extension to the MSSM and I am using "NMSSM+VL-5+10plets.m" as a template to do so. Now the extra thing in my model is the presence of mixings between the vectorlike generation and the first three generations.
For example, if we take the fields, as defined in the file:
Code: Select all
SuperFields[[2]] = {l, 3, {vL, eL}, -1/2, 2, 1, RpM,1};
SuperFields[[12]] = {l5p, 1, {conj[eL5p], conj[vL5p]}, 1/2, 2, 1, RpM,-1};Code: Select all
Yf l5p.l + Yfp e.e10p , ... etc1) Does this set up make sense to SARAH? If yes, how can I define the matrices Yf and Yfp?
2) Those mixings will bring about a change in the lepton mass eigenvalues and so they must be chosen carefully to avoid spoiling the lepton masses. Would that work with SPheno and is there a way to check that the lepton masses are not off?
Thanks a lot,
Amin