Invalid restriction card while using TopFCNC_UFO model

Asked by Abdullah Bin Saqlain

Hi, I used the TopFCNC_UFO model to try to generate a tzq vertex , it generated the process just fine, however upon launching it, it gave me this error,
INFO: Update the dependent parameter of the param_card.dat
Error detected in "generate_events run_01"
write debug file ME5_debug
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
str : Invalid restriction card (not same block)
     {'acehq', 'acfrehq', 'acflkaq', 'aczwq', 'acflzzq', 'ackwq', 'yukawa', 'acfrzzq', 'ackzq', 'acflkwq', 'aczzq', 'acfrzwq', 'acfrkzq', 'mass', 'acflzwq', 'decay', 'acfrkwq', 'sminputs', 'ackgq', 'acflehq', 'acfrkgq', 'acflkgq', 'ackaq', 'acflkzq', 'ckmblock', 'acfrkaq'} != {'fcnc', 'decay', 'sminputs', 'yukawa', 'mass', 'dim6'}.
     Missing block: fcnc,dim6
     Unknown block : acehq,acfrehq,acflkaq,aczwq,acflzzq,ackwq,acfrzzq,ackzq,acflkwq,aczzq,acfrzwq,acfrkzq,acflzwq,acfrkwq,acflehq,ackgq,acfrkgq,acflkgq,ackaq,acflkzq,ckmblock,acfrkaq
quit

the log file of the model is given below,

# This file was automatically created by FeynRules 2.4.29
# Mathematica version: 10.3.0 for Mac OS X x86 (64-bit) (October 9, 2015)
# Date: Fri 27 Nov 2015 12:15:29

#
# This is the logfile for the model TopFCNC

# Authors: Adam Alloul, Benjamin Fuks
# Model version: 4.0
# Checking the Quantum numbers
   * Electric charge defined.
# Checking the Lagrangians
   * All Lagrangians are ok.
#
# Particle definitions
#

   * No particles removed. All particles correspond to GenInt setup.

# Automatically assigned PDG numbers
   * Assigned PDG number 9000001 to particle ghA
   * Assigned PDG number 9000002 to particle ghZ
   * Assigned PDG number 9000003 to particle ghWp
   * Assigned PDG number 9000004 to particle ghWm

# Compulsory PDG codes:
   * Class SM leptons complete.
   * Class SM neutrinos complete.
   * Class SM quarks complete.
   * Class SM gauge bosons complete.
#
# Parameter definitions
#

   * All parameters are ok.

# Vertices
   * Calling FeynmanRules for 1 Lagrangians.
   * Number of classes vertices: 43
   * Number of flavored vertices: 96
   * Saved vertices in InterfaceRun[ 1 ].
   * Checked QNumber conservation.
      - Quantum number GhostNumber conserved in all vertices.
      - Quantum number LeptonNumber conserved in all vertices.
      - Quantum number Q conserved in all vertices.
      - Quantum number Y conserved in all vertices.
   * particles.py written.
   * parameters.py written.
#
# Vertex definitions
#

   * 104 vertices written.
   * vertices.py written.
#
# Lorentz structure definitions
#

   * 27 lorentz structures written.
   * lorentz.py written.
#
# Coupling definitions
#

   * 94 couplings written.
   * couplings.py written.
#
# Coupling order definitions
#

   * 0 couplings orders written.
   * coupling_orders.py written.
#
# CTCoupling definitions
#

   * 0 CTcouplings written.
   * CT_couplings.py written.

The debug file is also given as
#************************************************************
#* MadGraph5_aMC@NLO/MadEvent *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 3.1.1 2021-05-28 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadEvent *
#* *
#* run as ./bin/madevent.py filename *
#* *
#************************************************************
generate_events run_01
Traceback (most recent call last):
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 1544, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 1493, in onecmd_orig
    return func(arg, **opt)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/madevent_interface.py", line 2466, in do_generate_events
    switch_mode = self.ask_run_configuration(mode, args)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/madevent_interface.py", line 6266, in ask_run_configuration
    self.ask_edit_cards(cards, plot=False, first_cmd=first_cmd)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/common_run_interface.py", line 992, in ask_edit_cards
    self.ask_edit_card_static(cards, mode, plot, self.options['timeout'],
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/common_run_interface.py", line 1064, in ask_edit_card_static
    out = ask(question, '0', possible_answer, timeout=int(1.5*timeout),
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 1149, in ask
    value = Cmd.timed_input(question, default, timeout=timeout,
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 1760, in timed_input
    result = fct(question)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 2123, in __call__
    return self.cmdloop()
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 2291, in cmdloop
    super(SmartQuestion,self).cmdloop(intro)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/extended_cmd.py", line 179, in cmdloop
    stop = self.postcmd(stop, line)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/common_run_interface.py", line 6113, in postcmd
    self.do_update('dependent', timer=20)
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/common_run_interface.py", line 6163, in do_update
    self.update_dependent(self.mother_interface, self.me_dir, self.param_card,
  File "/home/abdullah/MG5_aMC_v3_1_1/madgraph/interface/common_run_interface.py", line 6263, in update_dependent
    modify = param_card.update_dependent(model, restrict_card, log_level)
  File "/home/abdullah/MG5_aMC_v3_1_1/models/check_param_card.py", line 474, in update_dependent
    parameters = model.set_parameters_and_couplings(self)
  File "/home/abdullah/MG5_aMC_v3_1_1/models/model_reader.py", line 171, in set_parameters_and_couplings
    raise MadGraph5Error(msg)
madgraph.MadGraph5Error: Invalid restriction card (not same block)
    {'acehq', 'acfrehq', 'acflkaq', 'aczwq', 'acflzzq', 'ackwq', 'yukawa', 'acfrzzq', 'ackzq', 'acflkwq', 'aczzq', 'acfrzwq', 'acfrkzq', 'mass', 'acflzwq', 'decay', 'acfrkwq', 'sminputs', 'ackgq', 'acflehq', 'acfrkgq', 'acflkgq', 'ackaq', 'acflkzq', 'ckmblock', 'acfrkaq'} != {'fcnc', 'decay', 'sminputs', 'yukawa', 'mass', 'dim6'}.
    Missing block: fcnc,dim6
    Unknown block : acehq,acfrehq,acflkaq,aczwq,acflzzq,ackwq,acfrzzq,ackzq,acflkwq,aczzq,acfrzwq,acfrkzq,acflzwq,acfrkwq,acflehq,ackgq,acfrkgq,acflkgq,ackaq,acflkzq,ckmblock,acfrkaq
                              Run Options
                              -----------
               stdout_level : 20 (user set)

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
        notification_center : True
                   run_mode : 2
              cluster_queue : None (user set)
               cluster_time : None (user set)
               cluster_size : 100
             cluster_memory : 100 (user set)
                    nb_core : 8 (user set)
          cluster_temp_path : None

                      Configuration Options
                      ---------------------
               pythia8_path : /home/abdullah/MG5_aMC_v3_1_1/HEPTools/pythia8 (user set)
                  hwpp_path : None (user set)
                thepeg_path : None (user set)
                 hepmc_path : None (user set)
           madanalysis_path : None (user set)
          madanalysis5_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : None (user set)
        exrootanalysis_path : None (user set)
               syscalc_path : None (user set)
                     lhapdf : /home/abdullah/MG5_aMC_v3_1_1/HEPTools/lhapdf6_py3/bin/lhapdf-config (user set)
                 lhapdf_py2 : None
                 lhapdf_py3 : /home/abdullah/MG5_aMC_v3_1_1/HEPTools/lhapdf6_py3/bin/lhapdf-config (user set)
                    timeout : 60
              f2py_compiler : None
          f2py_compiler_py2 : None
          f2py_compiler_py3 : None
                web_browser : None
                 eps_viewer : None
                text_editor : None
           fortran_compiler : None
               cpp_compiler : None
                auto_update : 7 (user set)
               cluster_type : condor
      cluster_status_update : (600, 30)
           cluster_nb_retry : 1
         cluster_local_path : None
         cluster_retry_wait : 300

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

If I'm correct the error is that the model has some issue with your param_card.dat.
Looks like you have plenty of unknow input parameter in your param_card (like a block aczwq)
and you do miss some other (like fcnc).

Are you sure that your file param_card.dat is compatible with the model that you are using?

Cheers,

Olivier

Revision history for this message
Abdullah Bin Saqlain (abdullah-saqlain) said :
#2

Thanks Olivier Mattelaer, that solved my question.