constraints not showing up

Asked by Marco Merchand

Dear Experts

I created a new model using feynrules and it was succesful after doing basic massspectrum checks.
Then in Calchep it worked fine when I used the checkmodel: "model is ok".

but now I am running another script and I get that constrained parameters are not found.
 In fact when I open the interface and do numerical evaluation the constraints are missing.

Can you tell me what is going on ?

Best
Marco

Question information

Language:
English Edit question
Status:
Solved
For:
CalcHEP Edit question
Assignee:
No assignee Edit question
Solved by:
Marco Merchand
Solved:
Last query:
Last reply:
Revision history for this message
Marco Merchand (mamerchandmedi) said :
#1

I found that the constraints were not being treated as public parameters.
Fixed by putting %Local! at the end of func.mdl file

Revision history for this message
Alexander Pukhov (pukhov) said :
#2

By default you see constraints which

1)  uses for calculation of  masses of particles

2)  presented via external functions  different from standard
mathematical ones.

3)  all constraints needed to calculate 1) and 2)

To see other constraint write '*' before its  name.  Other trick which
allows to see all constraints above some level  is to write a commented line

%Local!

in the list of constraints.

Best

    Alexander Pukhov

On 14.08.2019 23:46, Marco Merchand wrote:
> New question #682902 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/682902
>
> Dear Experts
>
> I created a new model using feynrules and it was succesful after doing basic massspectrum checks.
> Then in Calchep it worked fine when I used the checkmodel: "model is ok".
>
> but now I am running another script and I get that constrained parameters are not found.
> In fact when I open the interface and do numerical evaluation the constraints are missing.
>
> Can you tell me what is going on ?
>
> Best
> Marco
>