Warning in NMSSM

Question how to implement a model or how to change a model implementation
Post Reply
MailQuestion
Posts: 12
Joined: 11. Oct 2016, 09:37

Warning in NMSSM

Post by MailQuestion » 13. Mar 2017, 19:47

Hello Florian Staub,

Sorry to bother you, I am currently working in an implementation of a new model in SARAH (excelent tool by the way) but i was facing an issue that i was not able to work out.
In fact i find the same Warning when i run the NMSSM model, the one that comes with the program.

If i run:

Code: Select all

Start["NMSSM"]
and then

Code: Select all

CheckModel[]
I get the following warning about a possible mixing between hh and Ah:

Code: Select all

Lagrangian::PossibleMixing: "Possible mixing between hh and Ah induced by the term: 1/4 I (Sqrt[2]\ (-(conj[T[\[Lambda]]]-T[\[Lambda]])\ ((Times[<<2>>]+Times[<<2>>])\ ZH[gt1,1]+(Times[<<2>>]+Times[<<2>>])\ ZH[gt1,2])+(-(conj[<<1>>]+Times[<<2>>])\ (Times[<<2>>]+Times[<<2>>])+2\ vS\ (conj[<<1>>]+Times[<<2>>])\ ZA[gt2,3])\ ZH[gt1,3])+\[Lambda]\ conj[\[Kappa]]\ (<<1>>)+\[Kappa] conj[\[Lambda]] (<<1>>))"
Is this correct or i am doing something in a wrong way? I was wondering if this could bring some problems in the following calculations or if there is a way to define or extend the definition of some variables to solve this warning.

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

Re: Warning in NMSSM

Post by FStaub » 13. Mar 2017, 19:53

Hi,

this is the expected behaviour. The reason is that only for specific choices for the imaginary parts of the parameters, no mixing between CP even and odd states appears. See for instance the discussion in 0906.0777, sec. 3.3. Thus, in the general case (this is what SARAH checks), there is a mixing between hh and Ah which you should take into account if you want to study CP violation. This is done in the model file NMSSM-CPV.

Cheers,
Florian

Post Reply