Typo in inverse-Seesaw-NMSSM

Question how to implement a model or how to change a model implementation
Post Reply
liangshang
Posts: 11
Joined: 28. Jun 2016, 09:49

Typo in inverse-Seesaw-NMSSM

Post by liangshang » 13. Sep 2017, 11:01

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

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

Re: Typo in inverse-Seesaw-NMSSM

Post by FStaub » 13. Sep 2017, 11:08

Thank you for pointing this out.
Florian

Post Reply