Change the input parameters in LesHouches.in.BLSSMIS_low
Posted: 7. Jun 2017, 16:47
Dear Florian,
I found that the LesHouches.in.low file generated for MSSM has the Block EXTPAR as:
i,e, with \mu and mA as inputs to solve the tadpole equations. But however of BL-SSM-IS the generated LesHouches.in.low file has mHu and mHd instead as input, so may i ask how to make modification in LesHouches.in.BLSSMIS_low , to add \mu and mA like in case of MSSM ?
I tried to do this:
But it gives this error when running in SPheno:
Thanks ..
I found that the LesHouches.in.low file generated for MSSM has the Block EXTPAR as:
Code: Select all
1 1.51818488E+02 # M1input
2 2.91697911E+01 # M2input
3 5.86587210E+02 # M3input
23 1.08920000E+01 # Muinput
24 .50000000E+05 # MA2input
25 2.50000000E+01 # TanBetaI tried to do this:
Code: Select all
Block MSOFTIN #
1 1.17323743E+03 # M1
2 1.97096680E+03 # M2
3 5.04714494E+03 # M3
Block EXTPAR # Input parameters
23 1.08920000E+01 # Muinput
24 .50000000E+05 # MA2inputCode: Select all
No consistent solution found for tadpoles:
Negative absolute squared: ,Abs2Mu
Result: -4157.6895038449993 Thanks ..