VL leptons with mixings between generations

Question how to implement a model or how to change a model implementation
Post Reply
Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

VL leptons with mixings between generations

Post by Amin » 26. Jul 2018, 00:58

Dear Florian,

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};
There will be terms in the superpotential as

Code: Select all

Yf l5p.l + Yfp e.e10p , ... etc
where Yf and Yfp are matrices containing the complex couplings with the three generations. So my questions are:
1) 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

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: VL leptons with mixings between generations

Post by FStaub » 29. Jul 2018, 22:55

Hi,

yes, the setup seems to make sense. You can define the new couplings as input for SPheno. SPheno should then determine the 'standard' Yukawas in a way that the SM data is reproduced. In principle, the algorithm for that should be quite generic, but might fail in the case that the mixing becomes too large.

Cheers,
Florian

Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

Re: VL leptons with mixings between generations

Post by Amin » 30. Jul 2018, 15:05

Hi Florian,

Sounds great. I have yet to try it and hopefully it runs smoothly.
Thanks a lot.

Best,
Amin

Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

Re: VL leptons with mixings between generations

Post by Amin » 1. Aug 2018, 00:42

Hi Florian,

I believe most of the model is working fine except for some nuisances coming from the terms:

Code: Select all

Yf l5p.l + Yfp e.e10p , ... etc.
1) Those terms violate global Z2 symmetry, defined as ExtraZ2 in the file. What is that ExtraZ2 and should I worry about that?
2) There are three couplings between each of the three generations and the vectorlike one. How can I explicitly have those couplings with out having to undergo flavour decomposition? Defining Yf and Yfp as matrices does not work (or maybe I am making a mistake in their definition!).

Thank you,
Amin

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: VL leptons with mixings between generations

Post by FStaub » 2. Aug 2018, 08:57

Hi,

- the ExtraZ2 is just there to forbid them mixing between SM and VL states.
- Did you check Vectorlike/SusyTop/Vectorlike-SusyTop.m where such mixing terms for quarks are included? Thus, it works without flavour decomposition.

Cheers,
Florian

Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

Re: VL leptons with mixings between generations

Post by Amin » 3. Aug 2018, 01:15

Thanks Florian. I did check the model you suggested but the couplings are the same for all generations. Here's what I meant:
Say the lepton doublet is \psi_{\alpha,L} = (\nu_{\alpha, L}, \ell_{\alpha, L}) with \alpha being the generation index and the vectorlike "mirror" doublet is \chi^c = (E^c_L, N^c_L). I want expressions in the superpotential to have this form:

Code: Select all

... + f_3 Epsilon[i,j] \chi^c^i \psi^j_{1,L} + f'_3 Epsilon[i,j] \chi^c^i \psi^j_{2,L} + f''_3 Epsilon[i,j] \chi^c^i \psi^j_{3,L} + ...
So I want the couplings between each generation and the vectorlike one to be different.

Hope this makes it clear.

Thanks a lot,
Amin

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: VL leptons with mixings between generations

Post by FStaub » 3. Aug 2018, 09:17

Sure, they are by default.

In the same way in which

Code: Select all

Yu H.u.q
leads to a 3x3 Yukawa matrix Yu,

Code: Select all

Yt H.u.qPrime
gives a 3-vector Yt. See also http://stauby.de/sarah_wiki/index.php?t ... al#Example

Cheers,
Florian

Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

Re: VL leptons with mixings between generations

Post by Amin » 3. Aug 2018, 18:58

I see. So I can define the couplings in SPheno as Yt[1], Yt[2] and Yt[3] by giving them different values as f_3, f'_3 and f''_3.
Does that sound right?

Thank you,
Amin

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: VL leptons with mixings between generations

Post by FStaub » 3. Aug 2018, 21:01

Yes, therefore my proposal to check the SusyTop model where you find in SPheno.m

Code: Select all

BoundarySUSYScale={
{Yt,0},
{Yt[3],YTinput}
};
Thus, here we couple the VL states only to the third generation.

Amin
Posts: 65
Joined: 7. Jun 2017, 19:38

Re: VL leptons with mixings between generations

Post by Amin » 4. Aug 2018, 05:52

Got it. The initial run, Start["Model"] now works fine with no errors or warnings.
I am going to work on SPheno now.

Thanks for the help, Florian.
Amin

Post Reply