Error in re-weighting between different groups of operators in EFT model
Hello Olivier,
I, systematically, get this error when I'm trying to re-weight between two different operators in this EFT model (http://
There is a KeyError at the end of the debug file. (i'm attaching it)
Can you please help me to understand what "KeyError: ((-1, 2), (-13, -11, -3, 4, 11, 13))" means?
In fact, what I'd like to know is if this error refers to a bug of the program or the inability of the model to re-weight between different groups of operators.
Thank you in advance,
Alexandros
P.S The re-weighting process works successfully and with great precision, between the operators of the same group.
//-----
reweight run_01_0
Traceback (most recent call last):
File "/lustre/
return self.onecmd_
File "/lustre/
return func(arg, **opt)
File "/lustre/
reweight_
File "/lustre/
self.
File "/lustre/
stop = Cmd.onecmd_
File "/lustre/
return func(arg, **opt)
File "/lustre/
out = f(self, *args, **opt)
File "/lustre/
weight = self.calculate_
File "/lustre/
w_new = self.calculate_
File "/lustre/
orig_order, Pdir, hel_dict = self.id_
KeyError: ((-1, 2), (-13, -11, -3, 4, 11, 13))
automatic_
cluster_
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Olivier Mattelaer
- Solved:
- 2021-02-22
- Last query:
- 2021-02-22
- Last reply:
- 2021-02-21
The key error means that one set of matrix-element does not have a matrix-element for a given initial/final state
in your case this is for
u d~ > mu+ mu- e+ e- s~ c
Now you use an outdated version of the code (2.6.5) if this is a bug on the reweighting side (which might be) then I would advise to check with a more recent version.
Cheers,
Olivier
> On 21 Feb 2021, at 20:20, Alexandros Marantis <email address hidden> wrote:
>
> New question #695684 on MadGraph5_aMC@NLO:
> https:/
>
> Hello Olivier,
> I, systematically, get this error when I'm trying to re-weight between two different operators in this EFT model (http://
> There is a KeyError at the end of the debug file. (i'm attaching it)
> Can you please help me to understand what "KeyError: ((-1, 2), (-13, -11, -3, 4, 11, 13))" means?
> In fact, what I'd like to know is if this error refers to a bug of the program or the inability of the model to re-weight between different groups of operators.
>
> Thank you in advance,
> Alexandros
>
> P.S The re-weighting process works successfully and with great precision, between the operators of the same group.
>
>
> //-----
> reweight run_01_0
> Traceback (most recent call last):
> File "/lustre/
> return self.onecmd_
> File "/lustre/
> return func(arg, **opt)
> File "/lustre/
> reweight_
> File "/lustre/
> self.exec_cmd(line, precmd=True)
> File "/lustre/
> stop = Cmd.onecmd_
> File "/lustre/
> return func(arg, **opt)
> File "/lustre/
> out = f(self, *args, **opt)
> File "/lustre/
> weight = self.calculate_
> File "/lustre/
> w_new = self.calculate_
> File "/lustre/
> orig_order, Pdir, hel_dict = self.id_
> KeyError: ((-1, 2), (-13, -11, -3, 4, 11, 13))
> Run Options
> -----------
> stdout_level : None
>
> MadEvent Options
> ----------------
> automatic_
> notification_center : True
> cluster_temp_path : /tmp/madgraph (user set)
> cluster_memory : None
> cluster_size : 100
> cluster_queue : None
> nb_core : 32 (user set)
> cluster_time : None
> run_mode : 1 (user set)
>
> Configuration Options
> -------
> text_editor : None
> cluster_local_path : None
> cluster_
> pythia8_path : None (user set)
> hwpp_path : None (user set)
> pythia-pgs_path : None (user set)
> td_path : None (user set)
> delphes_path : /lustre/
> thepeg_path : None (user set)
> cluster_type : slurm (user set)
> madanalysis5_path : None (user set)
> cluster_nb_retry : 30 (user set)
> eps_viewer : None
> web_browser : None
> syscalc_path : None (user set)
> madanalysis_path : None (user set)
> lhapdf : /lustre/
> f2py_compiler : None
> hepmc_path : None (user set)
> cluster_retry_wait : 300 (user set)
> fortran_compiler : None
> auto_update : 7 (user set)
> exrootanalysis_path : /lustre/
> timeout : 60
> cpp_compiler : None
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Alexandros Marantis (amaranti) said : | #2 |
Thanks Olivier Mattelaer, that solved my question.