Fermion masses from Yukawa matrices
Posted: 12. Mar 2019, 17:23
Hello SARAH/Spheno users,
I'm implementing a 3HDM model with SARAH and then using the LesHouches file as input for SPheno.
In the LesHouches file I specify a total of 6 complex Yukawa matrices Yu1,Yu2,Yu3, Yd1,Yd2,Yd3 (i have the flag allowing CP violation, namely:
I want to have SPheno to calculate the fermion masses Fd_1,2,3 and Fu_1,2,3 using the Yukawa matrices that I have specified in the LesHouches file but I get the default values for the masses, namely
I always get these masses even if all Yukawa matrices are set to zero and I'd like to know why this happens. I have defined the Yukawa matrices in the parameter.m file as follows
I specify the values later after running SARAH in the LesHouches file.
And the fermions I define in SARAH as
Which should not take any default number for the masses but rather calculate them given the Yukawa matrices. What am I doing wrong?
thanks for the help!
Ian
I'm implementing a 3HDM model with SARAH and then using the LesHouches file as input for SPheno.
In the LesHouches file I specify a total of 6 complex Yukawa matrices Yu1,Yu2,Yu3, Yd1,Yd2,Yd3 (i have the flag allowing CP violation, namely:
Code: Select all
5 2 # switching on CP violationCode: Select all
1 5.00000000E-03 # Fd_1
3 9.50000000E-02 # Fd_2
5 4.18000000E+00 # Fd_3
2 2.50000000E-03 # Fu_1
4 1.27000000E+00 # Fu_2
6 1.73500000E+02 # Fu_3
11 5.10998930E-04 # Fe_1
13 1.05658372E-01 # Fe_2
15 1.77669000E+00 # Fe_3Code: Select all
{Yu1, { Description -> "Up-Yukawa1-Coupling",
LaTeX -> "Y_1^u",
LesHouches -> Yu1,
OutputName-> Yu1 }},And the fermions I define in SARAH as
Code: Select all
{Fu, { Description -> "Up-Quarks",
PDG -> {2,4,6},
PDG.IX->{110100401,110100402,110100403},
Mass -> {LesHouches, LesHouches, LesHouches},
Width -> {External, External, External},
FeynArtsNr -> 3,
LaTeX -> "u",
ElectricCharge -> 2/3,
OutputName -> "u" }},thanks for the help!
Ian