Gauged e-mu extension

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

Gauged e-mu extension

Post by Amin » 8. Dec 2017, 05:32

Hi Florian,

I was wondering if implementing a U(1)_L(e)-L(mu) gauge symmetry extension of the SM is easy in SARAH. Also, can one add a non-chiral fermion field?

Thank you,
Amin

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

Re: Gauged e-mu extension

Post by Amin » 8. Dec 2017, 07:36

For the non-chiral fermion case, I was thinking of writing something as:

Code: Select all

FermionFields[[1]] = {XL, 1, xL, 0, 1,  1, -1}; 
FermionFields[[2]] = {XR, 1, conj[xR], 0, 1,  1, -1}; 
and

Code: Select all

DEFINITION[EWSB][DiracSpinors]={
FX ->{ xL, xR} }
Does SARAH understand this as a non-chiral field?

Best,
Amin

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

Re: Gauged e-mu extension

Post by FStaub » 8. Dec 2017, 09:38

Yes, that should work.

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

Re: Gauged e-mu extension

Post by Amin » 8. Dec 2017, 12:25

Thanks Florian.
What about implementing a U(1) L(e)-L(mu) extension to the SM? Is it doable with SARAH?

Best,
Amin

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

Re: Gauged e-mu extension

Post by Amin » 9. Dec 2017, 05:41

Hi again,

To implement the U(1) e-mu model, the tau field must be uncharged under the new U(1). So I can define the e, mu and tau fermion fields separately which can be done in SARAH, apparently. Would something like this work?

Code: Select all

FermionFields[[1]]={l, 2, {vL0, eL0}, -1/2,2,1,1}
FermionFields[[2]]={lt, 1, {tvL0, tlL0}, -1/2,2,1,0}

DEFINITION[EWSB][Flavors]= {
 {FvL0, {FveL,FvmL}},
 {FeL0, {FeL, FmL}},
 {FtvL0, {FvtL}},
 {FtlL0, {FtauL}}
 }
I have kept the tau but gave it zero charge under U(1)_X in hopes that SPheno would work. Does that sound reasonable?

Thank you,
Amin

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

Re: Gauged e-mu extension

Post by FStaub » 9. Dec 2017, 07:06

Yes, that's the way you need to do it.

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

Re: Gauged e-mu extension

Post by Amin » 9. Dec 2017, 17:23

Thanks Florian.
I guess I also need to modify the Yukawa couplings accordingly.

Best,
Amin

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

Re: Gauged e-mu extension

Post by FStaub » 11. Dec 2017, 10:14

Yes, you must treat the fields in the entire model as different particles.

Post Reply