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