Removing SM Yukawa

Question how to implement a model or how to change a model implementation
Post Reply
Jake

Removing SM Yukawa

Post by Jake » 25. Jul 2016, 14:54

Hi,

I was wondering how to remove the term

Code: Select all

LagHC =  -(Yd conj[H].d.q + Ye conj[H].e.l + Yu H.u.q)
correctly. For example, what should be removed from SPheno.m or Parameters.m?

I previously tried removing the line from the model file but when I do 'make=Model MODEL' my SPheno crashes and I get

Code: Select all

RunSM_SM.f90:78:

Yu = YuSM 
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
RunSM_SM.f90:79:

Yd = YdSM 
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
RunSM_SM.f90:80:

Ye = YeSM 
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
RunSM_SM.f90:94.17:

Call FermionMass(Yu,1._dp,test,dummy,CKMout,kont) 
                 1

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

Re: Removing SM Yukawa

Post by FStaub » 25. Jul 2016, 15:40

Hi,

it is not possible to generate a SPheno code for a model which doesn't contain the SM as low-energy limit: the code is written in a way that the considered model is matched to the SM.

Cheers,
Florian

Post Reply