param_card error with CMS set to true

Bug #1664744 reported by Eleni Vryonidou
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MadGraph5_aMC@NLO
Fix Released
Undecided
Unassigned

Bug Description

Hi guys,

I have been having problems generating events for processes generated with the complex mass scheme set to True in 2.5.2. For example I tried:

set complex_mass_scheme True
import model loop_sm-no_b_mass
generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
output

then once I do

./bin/generate_events

my run crashes with:

Command "launch " interrupted with error:
MadGraph5Error : Invalid restriction card (not same block)
     set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
     Missing block: yukawa
     Unknown block :
Please report this bug on https://bugs.launchpad.net/mg5amcnlo
More information is found in 'ME5_debug'.
Please attach this file to your report.

The last lines in the debug file are:

  File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
    self.paths['param'], timer)
  File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
    modify = param_card.update_dependent(model, restrict_card, log_level)
  File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
    parameters = model.set_parameters_and_couplings(self)
  File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
    raise MadGraph5Error, msg
MadGraph5Error: Invalid restriction card (not same block)
    set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
    Missing block: yukawa
    Unknown block :

Do you know how to fix the problem?

thanks,

Eleni

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1664744] [NEW] param_card error with CMS set to true
Download full text (4.2 KiB)

Hi,

You can use the development version this should ignore such problem.

Cheers,

Olivier

> On 14 Feb 2017, at 23:44, Eleni Vryonidou <email address hidden> wrote:
>
> Public bug reported:
>
> Hi guys,
>
> I have been having problems generating events for processes generated
> with the complex mass scheme set to True in 2.5.2. For example I tried:
>
> set complex_mass_scheme True
> import model loop_sm-no_b_mass
> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
> output
>
> then once I do
>
> ./bin/generate_events
>
> my run crashes with:
>
> Command "launch " interrupted with error:
> MadGraph5Error : Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
>
> The last lines in the debug file are:
>
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
> self.paths['param'], timer)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
> modify = param_card.update_dependent(model, restrict_card, log_level)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
> parameters = model.set_parameters_and_couplings(self)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
> raise MadGraph5Error, msg
> MadGraph5Error: Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
>
>
> Do you know how to fix the problem?
>
> thanks,
>
> Eleni
>
> ** Affects: mg5amcnlo
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1664744
>
> Title:
> param_card error with CMS set to true
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> Hi guys,
>
> I have been having problems generating events for processes generated
> with the complex mass scheme set to True in 2.5.2. For example I
> tried:
>
> set complex_mass_scheme True
> import model loop_sm-no_b_mass
> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
> output
>
> then once I do
>
> ./bin/generate_events
>
> my run crashes with:
>
> Command "launch " interrupted with error:
> MadGraph5Error : Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
>
> The last lines in the debug file are:
>
> File "/Users/evryonidou/MG5_aMC...

Read more...

Revision history for this message
Eleni Vryonidou (evryonidou) wrote :

Hi Olivier,

What is the development version?

Do you mean 2.5.3?

I got 2.5.3 with bzr branch lp:~maddevelopers/mg5amcnlo/2.5.3

but I get exactly the same problem...

Cheers,

Eleni

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1664744] Re: param_card error with CMS set to true

Weird,

In that branch, I can see a warning associated to this error. But this is only a warning not a crash.

Cheers,

Olivier

> On 15 Feb 2017, at 11:14, Eleni Vryonidou <email address hidden> wrote:
>
> Hi Olivier,
>
> What is the development version?
>
> Do you mean 2.5.3?
>
> I got 2.5.3 with bzr branch lp:~maddevelopers/mg5amcnlo/2.5.3
>
> but I get exactly the same problem...
>
> Cheers,
>
> Eleni
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1664744
>
> Title:
> param_card error with CMS set to true
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> Hi guys,
>
> I have been having problems generating events for processes generated
> with the complex mass scheme set to True in 2.5.2. For example I
> tried:
>
> set complex_mass_scheme True
> import model loop_sm-no_b_mass
> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
> output
>
> then once I do
>
> ./bin/generate_events
>
> my run crashes with:
>
> Command "launch " interrupted with error:
> MadGraph5Error : Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
>
> The last lines in the debug file are:
>
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
> self.paths['param'], timer)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
> modify = param_card.update_dependent(model, restrict_card, log_level)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
> parameters = model.set_parameters_and_couplings(self)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
> raise MadGraph5Error, msg
> MadGraph5Error: Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
>
>
> Do you know how to fix the problem?
>
> thanks,
>
> Eleni
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1664744/+subscriptions

Revision history for this message
Eleni Vryonidou (evryonidou) wrote :
  • ME5_debug Edit (20.6 KiB, application/octet-stream; name="ME5_debug")

I don’t know why but mine definitely crashes…

Here is the debug file.

Cheers,

Eleni
> On 15 Feb 2017, at 11:53, Olivier Mattelaer <email address hidden> wrote:
>
> Weird,
>
> In that branch, I can see a warning associated to this error. But this
> is only a warning not a crash.
>
> Cheers,
>
> Olivier

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote : Re: [Bug 1664744] param_card error with CMS set to true

What you can try is to modify the file
SubProcesses/proc_characteristics
And set complex_mass_scheme to True

I did not test it, but this should be the root of the problem.

Cheers,

Olivier

> On 15 Feb 2017, at 12:07, Eleni Vryonidou <email address hidden> wrote:
>
> I don’t know why but mine definitely crashes…
>
> Here is the debug file.
>
> Cheers,
>
> Eleni
>> On 15 Feb 2017, at 11:53, Olivier Mattelaer <email address hidden> wrote:
>>
>> Weird,
>>
>> In that branch, I can see a warning associated to this error. But this
>> is only a warning not a crash.
>>
>> Cheers,
>>
>> Olivier
>
>
> ** Attachment added: "ME5_debug"
> https://bugs.launchpad.net/bugs/1664744/+attachment/4819377/+files/ME5_debug
>
> --
> You received this bug notification because you are subscribed to
> MadGraph5_aMC@NLO.
> https://bugs.launchpad.net/bugs/1664744
>
> Title:
> param_card error with CMS set to true
>
> Status in MadGraph5_aMC@NLO:
> New
>
> Bug description:
> Hi guys,
>
> I have been having problems generating events for processes generated
> with the complex mass scheme set to True in 2.5.2. For example I
> tried:
>
> set complex_mass_scheme True
> import model loop_sm-no_b_mass
> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
> output
>
> then once I do
>
> ./bin/generate_events
>
> my run crashes with:
>
> Command "launch " interrupted with error:
> MadGraph5Error : Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
>
> The last lines in the debug file are:
>
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
> self.paths['param'], timer)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
> modify = param_card.update_dependent(model, restrict_card, log_level)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
> parameters = model.set_parameters_and_couplings(self)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
> raise MadGraph5Error, msg
> MadGraph5Error: Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
>
>
> Do you know how to fix the problem?
>
> thanks,
>
> Eleni
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1664744/+subscriptions

Revision history for this message
Eleni Vryonidou (evryonidou) wrote :
Download full text (5.3 KiB)

Hi Olivier,

thanks. I can generate events when I do that.

MadSpin crashes with the same error of course…Is there a fast way around that?

Cheers,

Eleni

> On 15 Feb 2017, at 14:32, Olivier Mattelaer <email address hidden> wrote:
>
> What you can try is to modify the file
> SubProcesses/proc_characteristics
> And set complex_mass_scheme to True
>
> I did not test it, but this should be the root of the problem.
>
> Cheers,
>
> Olivier
>
>> On 15 Feb 2017, at 12:07, Eleni Vryonidou <email address hidden> wrote:
>>
>> I don’t know why but mine definitely crashes…
>>
>> Here is the debug file.
>>
>> Cheers,
>>
>> Eleni
>>> On 15 Feb 2017, at 11:53, Olivier Mattelaer <email address hidden> wrote:
>>>
>>> Weird,
>>>
>>> In that branch, I can see a warning associated to this error. But this
>>> is only a warning not a crash.
>>>
>>> Cheers,
>>>
>>> Olivier
>>
>>
>> ** Attachment added: "ME5_debug"
>> https://bugs.launchpad.net/bugs/1664744/+attachment/4819377/+files/ME5_debug
>>
>> --
>> You received this bug notification because you are subscribed to
>> MadGraph5_aMC@NLO.
>> https://bugs.launchpad.net/bugs/1664744
>>
>> Title:
>> param_card error with CMS set to true
>>
>> Status in MadGraph5_aMC@NLO:
>> New
>>
>> Bug description:
>> Hi guys,
>>
>> I have been having problems generating events for processes generated
>> with the complex mass scheme set to True in 2.5.2. For example I
>> tried:
>>
>> set complex_mass_scheme True
>> import model loop_sm-no_b_mass
>> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
>> output
>>
>> then once I do
>>
>> ./bin/generate_events
>>
>> my run crashes with:
>>
>> Command "launch " interrupted with error:
>> MadGraph5Error : Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown block :
>> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
>> More information is found in 'ME5_debug'.
>> Please attach this file to your report.
>>
>> The last lines in the debug file are:
>>
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
>> self.paths['param'], timer)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
>> modify = param_card.update_dependent(model, restrict_card, log_level)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
>> parameters = model.set_parameters_and_couplings(self)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
>> raise MadGraph5Error, msg
>> MadGraph5Error: Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown block :
>>
>>
>> Do you know how to fix the problem?
>>
>> thanks,
>>
>> Eleni
>>
>> To manage notifications about this bug go to:
>> https:...

Read more...

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :
Download full text (5.6 KiB)

Looks like that fix is not good enough.
I have implemented the fix on my computer, but I do not know when I will be Abel to push such fix in 2.5.3
(I have to fix other stuff locally first)

Cheers,

Olivier
> On 15 Feb 2017, at 14:32, Olivier Mattelaer <email address hidden> wrote:
>
> What you can try is to modify the file
> SubProcesses/proc_characteristics
> And set complex_mass_scheme to True
>
> I did not test it, but this should be the root of the problem.
>
> Cheers,
>
> Olivier
>
>> On 15 Feb 2017, at 12:07, Eleni Vryonidou <email address hidden> wrote:
>>
>> I don’t know why but mine definitely crashes…
>>
>> Here is the debug file.
>>
>> Cheers,
>>
>> Eleni
>>> On 15 Feb 2017, at 11:53, Olivier Mattelaer <email address hidden> wrote:
>>>
>>> Weird,
>>>
>>> In that branch, I can see a warning associated to this error. But this
>>> is only a warning not a crash.
>>>
>>> Cheers,
>>>
>>> Olivier
>>
>>
>> ** Attachment added: "ME5_debug"
>> https://bugs.launchpad.net/bugs/1664744/+attachment/4819377/+files/ME5_debug
>>
>> --
>> You received this bug notification because you are subscribed to
>> MadGraph5_aMC@NLO.
>> https://bugs.launchpad.net/bugs/1664744
>>
>> Title:
>> param_card error with CMS set to true
>>
>> Status in MadGraph5_aMC@NLO:
>> New
>>
>> Bug description:
>> Hi guys,
>>
>> I have been having problems generating events for processes generated
>> with the complex mass scheme set to True in 2.5.2. For example I
>> tried:
>>
>> set complex_mass_scheme True
>> import model loop_sm-no_b_mass
>> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
>> output
>>
>> then once I do
>>
>> ./bin/generate_events
>>
>> my run crashes with:
>>
>> Command "launch " interrupted with error:
>> MadGraph5Error : Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown block :
>> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
>> More information is found in 'ME5_debug'.
>> Please attach this file to your report.
>>
>> The last lines in the debug file are:
>>
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
>> self.paths['param'], timer)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
>> modify = param_card.update_dependent(model, restrict_card, log_level)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
>> parameters = model.set_parameters_and_couplings(self)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
>> raise MadGraph5Error, msg
>> MadGraph5Error: Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown bloc...

Read more...

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :
Download full text (5.5 KiB)

Looks like that fix is not good enough.
I have implemented the fix on my computer, but I do not know when I will be Abel to push such fix in 2.5.3
(I have to fix other stuff locally first)

Cheers,

Olivier
> On 15 Feb 2017, at 14:32, Olivier Mattelaer <email address hidden> wrote:
>
> What you can try is to modify the file
> SubProcesses/proc_characteristics
> And set complex_mass_scheme to True
>
> I did not test it, but this should be the root of the problem.
>
> Cheers,
>
> Olivier
>
>> On 15 Feb 2017, at 12:07, Eleni Vryonidou <email address hidden> wrote:
>>
>> I don’t know why but mine definitely crashes…
>>
>> Here is the debug file.
>>
>> Cheers,
>>
>> Eleni
>>> On 15 Feb 2017, at 11:53, Olivier Mattelaer <email address hidden> wrote:
>>>
>>> Weird,
>>>
>>> In that branch, I can see a warning associated to this error. But this
>>> is only a warning not a crash.
>>>
>>> Cheers,
>>>
>>> Olivier
>>
>>
>> ** Attachment added: "ME5_debug"
>> https://bugs.launchpad.net/bugs/1664744/+attachment/4819377/+files/ME5_debug
>>
>> --
>> You received this bug notification because you are subscribed to
>> MadGraph5_aMC@NLO.
>> https://bugs.launchpad.net/bugs/1664744
>>
>> Title:
>> param_card error with CMS set to true
>>
>> Status in MadGraph5_aMC@NLO:
>> New
>>
>> Bug description:
>> Hi guys,
>>
>> I have been having problems generating events for processes generated
>> with the complex mass scheme set to True in 2.5.2. For example I
>> tried:
>>
>> set complex_mass_scheme True
>> import model loop_sm-no_b_mass
>> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
>> output
>>
>> then once I do
>>
>> ./bin/generate_events
>>
>> my run crashes with:
>>
>> Command "launch " interrupted with error:
>> MadGraph5Error : Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown block :
>> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
>> More information is found in 'ME5_debug'.
>> Please attach this file to your report.
>>
>> The last lines in the debug file are:
>>
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
>> self.paths['param'], timer)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
>> modify = param_card.update_dependent(model, restrict_card, log_level)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
>> parameters = model.set_parameters_and_couplings(self)
>> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
>> raise MadGraph5Error, msg
>> MadGraph5Error: Invalid restriction card (not same block)
>> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
>> Missing block: yukawa
>> Unknown block :
>>
>...

Read more...

Changed in mg5amcnlo:
status: New → Fix Committed
Changed in mg5amcnlo:
status: Fix Committed → Fix Released
Revision history for this message
Eleni Vryonidou (evryonidou) wrote :

Hi Olivier,

is this fixed just for loop_sm or in general?

Because I tried importing another model and setting CMS to True but I get the same error because of the missing Yukawa block in the latest madgraph version.

Thanks,

Eleni

> On 12 Mar 2017, at 22:32, Olivier Mattelaer <email address hidden> wrote:
>
> ** Changed in: mg5amcnlo
> Status: Fix Committed => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1664744
>
> Title:
> param_card error with CMS set to true
>
> Status in MadGraph5_aMC@NLO:
> Fix Released
>
> Bug description:
> Hi guys,
>
> I have been having problems generating events for processes generated
> with the complex mass scheme set to True in 2.5.2. For example I
> tried:
>
> set complex_mass_scheme True
> import model loop_sm-no_b_mass
> generate p p > w+ b j $$w+ w- z a QED=3 QCD=0 [QCD]
> output
>
> then once I do
>
> ./bin/generate_events
>
> my run crashes with:
>
> Command "launch " interrupted with error:
> MadGraph5Error : Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
> Please report this bug on https://bugs.launchpad.net/mg5amcnlo
> More information is found in 'ME5_debug'.
> Please attach this file to your report.
>
> The last lines in the debug file are:
>
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5227, in do_update
> self.paths['param'], timer)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/common_run_interface.py", line 5272, in update_dependent
> modify = param_card.update_dependent(model, restrict_card, log_level)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/singletopbWjsm/bin/internal/check_param_card.py", line 446, in update_dependent
> parameters = model.set_parameters_and_couplings(self)
> File "/Users/evryonidou/MG5_aMC_v2_5_2/models/model_reader.py", line 134, in set_parameters_and_couplings
> raise MadGraph5Error, msg
> MadGraph5Error: Invalid restriction card (not same block)
> set(['sminputs', 'mass', 'loop', 'decay']) != set(['yukawa', 'sminputs', 'mass', 'loop', 'decay']).
> Missing block: yukawa
> Unknown block :
>
>
> Do you know how to fix the problem?
>
> thanks,
>
> Eleni
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mg5amcnlo/+bug/1664744/+subscriptions

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

The fix I did was not specific to loop_sm but was [QCD] spedific.
If you use some other syntax the same problem can indeed happen. Please open a new bug report and I will look into it when I will be back from my paternity leave

Cheers,

Olivier

On 25 Apr 2017, at 13:44, Eleni Vryonidou <<email address hidden><mailto:<email address hidden>>> wrote:

set complex_mass_scheme True
import model loop_sm-no_b_mass
generate p p >

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.