Hi Florian,
1. There is the following stuff in the file SPheno.m in the model inverse-Seesaw-NMSSM in SARAH-4.12.2,
BoundaryLowScaleInput={
{vd,Sqrt[4 mz2/(g1^2+g2^2)]*Sin[ArcTan[TanBeta]]},
{vu,Sqrt[4 mz2/(g1^2+g2^2)]*Cos[ArcTan[TanBeta]]}
};
but it should be,
BoundaryLowScaleInput={
{vd,Sqrt[4 mz2/(g1^2+g2^2)]*Cos[ArcTan[TanBeta]]},
{vu,Sqrt[4 mz2/(g1^2+g2^2)]*Sin[ArcTan[TanBeta]]}
};
2. There is the following stuff in the file inverse-Seesaw-NMSSM.m in the model inverse-Seesaw-NMSSM in SARAH-4.12.2,
DEFINITION[EWSB][MatterSector]=
{ ...
{{FvL,FvR,Fx}, {FV, UV}},
but it should be,
DEFINITION[EWSB][MatterSector]=
{ ...
{{FvL,conj[FvR],Fx}, {FV, UV}},
Cheers,
Liang
Typo in inverse-Seesaw-NMSSM
Re: Typo in inverse-Seesaw-NMSSM
Thank you for pointing this out.
Florian
Florian