Problem adding taudecay_UFO to SMEFTsim
Dear MadGraphers,
I'm trying to add the taudecay_UFO extension to one of the SMEFTsim models. Steps to reproduce (after installing SMEFTsim of course):
import model SMEFTsim_
add model taudecay_UFO --recreate
The error message reads "Exception : Propagator unknow type for writting UFO" [sic]. I attach the full output below. This is not a big problem for me as, for my purposes, I can live with tau decays done in Pythia, but I thought I'd mention it anyway in case it affects other users as well.
Cheers,
Joachim
****** full output ***********
MG5_aMC>import model SMEFTsim_
INFO: load particles
INFO: load vertices
CRITICAL: Model with non QCD emission of gluon (found 70 of those).
This type of model is not fully supported within MG5aMC.
Restriction on LO dynamical scale and MLM matching/merging can occur for some processes.
Use such features with care.
INFO: Change particles name to pass to MG5 convention
Kept definitions of multiparticles p / j / l+ / l- / vl / vl~ unchanged
Defined multiparticle all = g a ve vm vt ve~ vm~ vt~ u c t d s b t1 u~ c~ t~ d~ s~ b~ t1~ z w+ z1 w1+ h h1 w- w1- e- mu- ta- e+ mu+ ta+
MG5_aMC>add model taudecay_UFO --recreate
WARNING: QED has different hierarchy use the minimal value (2, 1) => 1
INFO: Adding interaction for the following particles: [-16, 15, 111, 211]
INFO: Adding interaction for the following particles: [-16, 15, 211]
INFO: Adding interaction for the following particles: [-16, -11, 12, 15]
INFO: Adding interaction for the following particles: [-16, -13, 14, 15]
INFO: Adding interaction for the following particles: [-211, -15, 16, 111]
INFO: Adding interaction for the following particles: [-211, -15, 16]
INFO: Adding interaction for the following particles: [-15, -12, 11, 16]
INFO: Adding interaction for the following particles: [-15, -14, 13, 16]
INFO: Adding interaction for the following particles: [-211, -16, 15, 211, 211]
INFO: Adding interaction for the following particles: [-211, -211, -15, 16, 211]
INFO: Adding interaction for the following particles: [-16, 15, 111, 111, 211]
INFO: Adding interaction for the following particles: [-211, -15, 16, 111, 111]
Command "add model taudecay_UFO --recreate" interrupted with error:
Exception : Propagator unknow type for writting UFO
Please report this bug on https:/
More information is found in 'MG5_debug'.
Please attach this file to your report.
***** contents of MG5_debug file ************
#******
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.9.2 2021-02-14 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https:/
#* *
#******
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#******
set group_subprocesses Auto
set ignore_
set low_mem_
set complex_mass_scheme False
set gauge unitary
set loop_optimized_
set loop_color_flows False
set max_npoint_
set default_
set max_t_for_channel 99
set zerowidth_tchannel True
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
import model SMEFTsim_
add model taudecay_UFO --recreate
Traceback (most recent call last):
File "/Users/
return self.onecmd_
File "/Users/
return func(arg, **opt)
File "/Users/
return self.cmd.
File "/Users/
return self.add_
File "/Users/
base_
File "/Users/
self.
File "/Users/
text += self.create_
File "/Users/
return '\n'.join(
File "/Users/
return '\n'.join(
File "/Users/
text += '%s%s = %s,\n' % (' ' * nb_space,name, self.format_
File "/Users/
return '{%s}' % ','.join(['%s: %s' % (self.format_
File "/Users/
return '{%s}' % ','.join(['%s: %s' % (self.format_
File "/Users/
raise Exception('%s unknow type for writting UFO' % param._
Exception: Propagator unknow type for writting UFO
default_
ignore_
loop_
low_mem_
max_
automatic_
cluster_
mg5amc_
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2021-02-21
- Last reply:
- 2021-02-21
Hi,
Indeed this option is not compatible with mode who defined custom propagator.
This is actually a bigger issue for maddm and I will need to find time to implement this.
Thanks for the reminder,
Cheers,
Olivier
> On 21 Feb 2021, at 18:20, Joachim Kopp <email address hidden> wrote:
>
> New question #695680 on MadGraph5_aMC@NLO:
> https:/
>
> Dear MadGraphers,
>
> I'm trying to add the taudecay_UFO extension to one of the SMEFTsim models. Steps to reproduce (after installing SMEFTsim of course):
> import model SMEFTsim_
> add model taudecay_UFO --recreate
> The error message reads "Exception : Propagator unknow type for writting UFO" [sic]. I attach the full output below. This is not a big problem for me as, for my purposes, I can live with tau decays done in Pythia, but I thought I'd mention it anyway in case it affects other users as well.
> Cheers,
> Joachim
>
> ****** full output ***********
> MG5_aMC>import model SMEFTsim_
> INFO: load particles
> INFO: load vertices
> CRITICAL: Model with non QCD emission of gluon (found 70 of those).
> This type of model is not fully supported within MG5aMC.
> Restriction on LO dynamical scale and MLM matching/merging can occur for some processes.
> Use such features with care.
> INFO: Change particles name to pass to MG5 convention
> Kept definitions of multiparticles p / j / l+ / l- / vl / vl~ unchanged
> Defined multiparticle all = g a ve vm vt ve~ vm~ vt~ u c t d s b t1 u~ c~ t~ d~ s~ b~ t1~ z w+ z1 w1+ h h1 w- w1- e- mu- ta- e+ mu+ ta+
> MG5_aMC>add model taudecay_UFO --recreate
> WARNING: QED has different hierarchy use the minimal value (2, 1) => 1
> INFO: Adding interaction for the following particles: [-16, 15, 111, 211]
> INFO: Adding interaction for the following particles: [-16, 15, 211]
> INFO: Adding interaction for the following particles: [-16, -11, 12, 15]
> INFO: Adding interaction for the following particles: [-16, -13, 14, 15]
> INFO: Adding interaction for the following particles: [-211, -15, 16, 111]
> INFO: Adding interaction for the following particles: [-211, -15, 16]
> INFO: Adding interaction for the following particles: [-15, -12, 11, 16]
> INFO: Adding interaction for the following particles: [-15, -14, 13, 16]
> INFO: Adding interaction for the following particles: [-211, -16, 15, 211, 211]
> INFO: Adding interaction for the following particles: [-211, -211, -15, 16, 211]
> INFO: Adding interaction for the following particles: [-16, 15, 111, 111, 211]
> INFO: Adding interaction for the following particles: [-211, -15, 16, 111, 111]
> Command "add model taudecay_UFO --recreate" interrupted with error:
> Exception : Propagator unknow type for writting UFO
> Please report this bug on https:/
> More information is found in 'MG5_debug'.
> Please attach this file to your report.
>
> ***** contents of MG5_debug file ************
> #******
> #* MadGraph5_aMC@NLO *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.9.2 2021-02-14 *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https:/
> #* *
> #******
> #* *
> #* Command File for MadGraph5_aMC@NLO *
> #* *
> #* run as ./bin/mg5_aMC filename *
> #* *
> #******
> set group_subprocesses Auto
> set ignore_
> set low_mem_
> set complex_mass_scheme False
> set gauge unitary
> set loop_optimized_
> set loop_color_flows False
> set max_npoint_
> set default_
> set max_t_for_channel 99
> set zerowidth_tchannel True
> import model sm
> define p = g u c d s u~ c~ d~ s~
> define j = g u c d s u~ c~ d~ s~
> define l+ = e+ mu+
> define l- = e- mu-
> define vl = ve vm vt
> define vl~ = ve~ vm~ vt~
> import model SMEFTsim_
> add model taudecay_UFO --recreate
> Traceback (most recent call last):
> File "/Users/
> return self.onecmd_
> File "/Users/
> return func(arg, **opt)
> File "/Users/
> return self.cmd.
> File "/Users/
> return self.add_
> File "/Users/
> base_model.
> File "/Users/
> self.write_
> File "/Users/
> text += self.create_
> File "/Users/
> return '\n'.join(
> File "/Users/
> return '\n'.join(
> File "/Users/
> text += '%s%s = %s,\n' % (' ' * nb_space,name, self.format_
> File "/Users/
> return '{%s}' % ','.join(['%s: %s' % (self.format_
> File "/Users/
> return '{%s}' % ','.join(['%s: %s' % (self.format_
> File "/Users/
> raise Exception('%s unknow type for writting UFO' % param._
> Exception: Propagator unknow type for writting UFO
> MadGraph5_aMC@NLO Options
> ----------------
> complex_mass_scheme : False
> default_
> gauge : unitary
> group_subprocesses : Auto
> ignore_
> loop_color_flows : False
> loop_optimized_
> low_mem_
> max_npoint_
> max_t_for_channel : 99
> stdout_level : 20 (user set)
> zerowidth_tchannel : True
>
> MadEvent Options
> ----------------
> automatic_
> nb_core : None
> notification_center : True
> run_mode : 2
>
> Configuration Options
> -------
> OLP : MadLoop
> amcfast : amcfast-config
> applgrid : applgrid-config
> auto_convert_model : True (user set)
> auto_update : 7
> cluster_local_path : None
> cluster_nb_retry : 1
> cluster_queue : None (user set)
> cluster_retry_wait : 300
> cluster_size : 100
> cluster_
> cluster_temp_path : None
> cluster_type : condor
> collier : ./HEPTools/lib
> cpp_compiler : None
> crash_on_error : False
> delphes_path : ./Delphes
> eps_viewer : None
> exrootanalysis_path : ./ExRootAnalysis
> f2py_compiler : None
> f2py_compiler_py2 : None
> f2py_compiler_py3 : None
> fastjet : None (user set)
> fortran_compiler : None
> golem : None (user set)
> hepmc_path : None (user set)
> hwpp_path : None (user set)
> lhapdf : /Users/
> lhapdf_py2 : None
> lhapdf_py3 : /Users/
> madanalysis5_path : None (user set)
> madanalysis_path : ./MadAnalysis
> mg5amc_
> ninja : ./HEPTools/lib
> output_dependencies : external
> pythia-pgs_path : ./pythia-pgs
> pythia8_path : /Users/
> samurai : None
> syscalc_path : ./SysCalc
> td_path : ./td
> text_editor : None
> thepeg_path : None (user set)
> timeout : 60
> web_browser : None
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
Joachim Kopp (koppjoa) said : | #2 |
Thanks a lot, Olivier, for the clarification!
Can you help with this problem?
Provide an answer of your own, or ask Joachim Kopp for more information if necessary.