Page 1 of 1

No valid parameter - Scan in low scale

Posted: 29. Nov 2017, 07:52
by charlie
Hi Florian,

I got the message "No valid parameter point found during scan" when attempting a low-scale scan. My SPheno and SSP packages seem to work well because I successfully reproduced the MSSM example of the manual (called ScanM0M12). I ran Mathematica in the terminal but the only message displayed is "STOP Subroutine TerminateProgram" which is not too helpful.

So I'm using the low-scale SSP template when defining my specific scan. In that file I also edited the SPhenoInput block a bit just to make sure its values match those in the corresponding block of the low-scale LesHouches.in file. In addition, I verified that my executable in bin/ indeed works and generates a .spc file when run by hand (see files attached, the scanned parameter is EXTPAR[41]). Am I doing an obvious mistake somewhere?

thanks,
charlie

Re: No valid parameter - Scan in low scale

Posted: 30. Nov 2017, 09:57
by FStaub
Try

Code: Select all

DEFAULT[SPhenoInputFile] = "LesHouches.in.FlippedLR";
Florian

Re: No valid parameter - Scan in low scale

Posted: 30. Nov 2017, 19:28
by charlie
Thanks for the suggestion, now it works.

Cheers,
charlie