Page 1 of 1

Problem with Whizard : mass values in flavor combination do not coincide.

Posted: 17. May 2016, 09:56
by Jordan
Hi Florian,

I have a problem with whizard. I'm trying to use whizard with SSP and i get this error which i don't understand where it's may come from:
******************************************************************************
*** FATAL ERROR: Process 'squarkproductionLHC': mass values in flavor combination do not coincide.
******************************************************************************
I dont think it is a problem between the SSP interface and whizard because i get the same mistake when i use the whizard.sin file alone.

I'm using the mssm_sarah model generated with the butler.

Thanks for your time,
Cheers,
Jordan

Re: Problem with Whizard : mass values in flavor combination do not coincide.

Posted: 17. May 2016, 10:14
by FStaub
Hi,

the reason is that SARAH includes mass terms for the fist generations quarks in the model file. Therefore, you can't define a combined states with the quarks and gluon as long as you don't put the masses explicitly to zero in the Sindarin input file via

Code: Select all

Md1=0
Md2=0
Mu1=0
Mu2=0
after loading the parameters file written by SPheno.

Cheers,
Florian

Re: Problem with Whizard : mass values in flavor combination do not coincide.

Posted: 17. May 2016, 10:43
by Jordan
Great, this works well !
Thanks again,
Jordan