complex parameter input

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
jyotiranjan
Posts: 24
Joined: 24. Aug 2016, 11:09

complex parameter input

Post by jyotiranjan » 18. Apr 2017, 14:29

Dear Florian,

Is it possible to input a complex parameter for a model for
generating spectra. Could you specify how to do so.

Regards,
Jyotiranjan

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

Re: complex parameter input

Post by FStaub » 18. Apr 2017, 14:44

Hi,

the convention is that the block defining the imaginary part starts with IM, i.e.

Code: Select all

Block MINPAR #
1 x
...
Block IMMINPAR #
1 y 
defines a parameter z= x + iy


Cheers
Florian

jyotiranjan
Posts: 24
Joined: 24. Aug 2016, 11:09

Re: complex parameter input

Post by jyotiranjan » 18. Apr 2017, 15:29

Hi Florian,
Thanks for quick response. I tried this in the MSSM model, but
complex parameter in stop sector does not appear to be working.

Block TUIN #
3 3 2000.0
Block IMTUIN #
3 3 2000.0

Regards,
Jyotiranjan

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

Re: complex parameter input

Post by FStaub » 18. Apr 2017, 16:27

Hi,

sorry, I forgot to mention that you need to turn on CPV via

Code: Select all

Block MODSEL #
5 1 #
Cheers
Florian

jyotiranjan
Posts: 24
Joined: 24. Aug 2016, 11:09

Re: complex parameter input

Post by jyotiranjan » 19. Apr 2017, 12:50

Thanks a lot, Florian.

Regards,
Jyotiranjan

Post Reply