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
complex parameter input
Re: complex parameter input
Hi,
the convention is that the block defining the imaginary part starts with IM, i.e.
defines a parameter z= x + iy
Cheers
Florian
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
Cheers
Florian
-
jyotiranjan
- Posts: 24
- Joined: 24. Aug 2016, 11:09
Re: complex parameter input
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
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
Hi,
sorry, I forgot to mention that you need to turn on CPV via
Cheers
Florian
sorry, I forgot to mention that you need to turn on CPV via
Code: Select all
Block MODSEL #
5 1 #
Florian
-
jyotiranjan
- Posts: 24
- Joined: 24. Aug 2016, 11:09
Re: complex parameter input
Thanks a lot, Florian.
Regards,
Jyotiranjan
Regards,
Jyotiranjan