Problem with a quintuplet

Question how to implement a model or how to change a model implementation
Post Reply
ceperic
Posts: 9
Joined: 31. Jan 2017, 17:23

Problem with a quintuplet

Post by ceperic » 30. Mar 2017, 15:11

Hi Florian,

I'm having some trouble implementing a rather fancy model in SARAH. The model contains two fermions, a triplet and a quadruplet, that mixed with the leptons via SM vev. Until here everything seems to work. The problem arise when I introduce a scalar quintuplet and I check the vertex [{Fe,bar[Fe],VWp}], which gives me the non-zero result:

{{Fe[{gt1}], bar[Fe[{gt2}]], VWp[{lt3}]},
{(g2 conj[Ue[gt2, 5]] (-I Sig[1, lt1d, lt2d] + Sig[2, lt1d, lt2d]) Ue[gt1,5])/(2 Sqrt[2]), LorentzProduct[gamma[lt3], PL]}, {(I g2 conj[Ve[gt1,5]] (Sig[1, lt2d, lt1d] + I Sig[2, lt2d, lt1d]) Ve[gt2,5])/(2 Sqrt[2]), LorentzProduct[gamma[lt3], PR]}}

The thing is that I just added the quintuplet without even interaction. The problem disappears if I remove the quintuplet or the mixing of the leptons with the quadruplet fermion.

I attached the model file. Can you please tell me if I'm missing something or how to handle it?

Thank you very much,
Cheers!
Attachments
4plet-5plet.m
(3.82 KiB) Downloaded 136 times

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

Re: Problem with a quintuplet

Post by FStaub » 2. Apr 2017, 17:05

Hi,

the problem was that the generators of the 3 got overwritten by the one of the 4. This is hopefully fixed in the file attached. Replace it in Package/GroupTheory.

Cheers,
Florian
Attachments
grouptheory.m
(17.58 KiB) Downloaded 131 times

ceperic
Posts: 9
Joined: 31. Jan 2017, 17:23

Re: Problem with a quintuplet

Post by ceperic » 3. Apr 2017, 14:54

Hi Florian,

Yeah, it works.
Thanks!

Cheers

Post Reply