Page 1 of 1

complex parameter input

Posted: 18. Apr 2017, 14:29
by jyotiranjan
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

Re: complex parameter input

Posted: 18. Apr 2017, 14:44
by FStaub
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

Re: complex parameter input

Posted: 18. Apr 2017, 15:29
by jyotiranjan
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

Re: complex parameter input

Posted: 18. Apr 2017, 16:27
by FStaub
Hi,

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

Code: Select all

Block MODSEL #
5 1 #
Cheers
Florian

Re: complex parameter input

Posted: 19. Apr 2017, 12:50
by jyotiranjan
Thanks a lot, Florian.

Regards,
Jyotiranjan