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)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