Some test failed

Asked by Douglas Tuckler

Hello,

I am trying to generate p p > h [QCD] in the SM. I've generated the UFO file at NLO using FeynRules. I've tried to generate the UFO file with and without the restriction file 'massless.rst' from FeynRules. In both cases I run into the following error:

NFO: Starting run
INFO: Compiling the code
/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/bin/internal/ufomodel/particles.py
write ./param_card.dat
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 4 cores
INFO: Compiling P0_uux_h...
INFO: Compiling P0_ccx_h...
INFO: Compiling P0_ddx_h...
INFO: Compiling P0_ssx_h...
INFO: P0_ddx_h done.
INFO: Compiling P0_uxu_h...
INFO: P0_ssx_h done.
INFO: Compiling P0_cxc_h...
INFO: P0_uux_h done.
INFO: Compiling P0_dxd_h...
INFO: P0_ccx_h done.
INFO: Compiling P0_sxs_h...
INFO: P0_cxc_h done.
INFO: P0_uxu_h done.
INFO: P0_dxd_h done.
INFO: P0_sxs_h done.
INFO: Checking test output:
INFO: P0_uux_h
INFO: Result for test_ME:
INFO: Output of the failing test:
 Enter xi_i, y_ij to be used in coll/soft tests
  Enter -2 to generate them randomly
 Enter number of tests for soft and collinear limits
 Sum over helicity (0), or random helicity (1)
 A PDF is used, so alpha_s(MZ) is going to be modified
 Old value of alpha_s from param_card: 0.11839999999999999
  ****************************************

       NNPDFDriver version 1.0.3
   Grid: NNPDF23nlo_as_0119_qed_mem0.grid
  ****************************************
 New value of alpha_s from PDF nn23nlo: 0.11899999999999999
 Give FKS configuration number ("0" loops over all)

 =================================================

 NEW FKS CONFIGURATION:
 FKS configuration number is 1
 FKS partons are: i= 4 j= 1
 with PDGs: i= 21 j= 2

 Enter graph number (iconfig), '0' loops over all graphs
Using random seed offsets: 0 , 1 , 0
  with seed 32
 Ranmar initialization seeds 10729 9407
nFKSprocess: 1. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03

 Soft tests done for (Born) config 1
 Failures: 100
     Soft test 1 FAILED. Fraction of failures: 1.00

 No collinear test for massive j_fks

 =================================================

 NEW FKS CONFIGURATION:
 FKS configuration number is 2
 FKS partons are: i= 4 j= 2
 with PDGs: i= 21 j= -2

 Enter graph number (iconfig), '0' loops over all graphs

 Soft tests done for (Born) config 1
 Failures: 100
     Soft test 2 FAILED. Fraction of failures: 1.00

 No collinear test for massive j_fks

 =================================================

 NEW FKS CONFIGURATION:
 FKS configuration number is 3
 FKS partons are: i= 4 j= 1
 with PDGs: i= -2 j= 21

 Enter graph number (iconfig), '0' loops over all graphs

 Soft tests done for (Born) config 1
 Failures: 13
     Soft test 3 PASSED. Fraction of failures: 0.13

 No collinear test for massive j_fks

 =================================================

 NEW FKS CONFIGURATION:
 FKS configuration number is 4
 FKS partons are: i= 4 j= 2
 with PDGs: i= 2 j= 21

 Enter graph number (iconfig), '0' loops over all graphs

 Soft tests done for (Born) config 1
 Failures: 18
     Soft test 4 PASSED. Fraction of failures: 0.18

 No collinear test for massive j_fks
Error detected in "launch auto "
write debug file /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
aMCatNLOError : Some tests failed, run cannot continue.
 Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
quit

The debug file has the following:

launch auto
Traceback (most recent call last):
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1412, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
    return func(arg, **opt)
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 1208, in do_launch
    self.compile(mode, options)
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4367, in compile
    self.check_tests(test, this_dir)
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4378, in check_tests
    return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
  File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4390, in parse_test_mx_log
    ' set to 0 in the param_card.dat.')
aMCatNLOError: Some tests failed, run cannot continue.
Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
Value of current Options:
              text_editor : None
      notification_center : True
                    pjfry : None
       cluster_local_path : None
       group_subprocesses : Auto
ignore_six_quark_processes : False
    loop_optimized_output : True
    cluster_status_update : (600, 30)
               hepmc_path : None
                  collier : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
              auto_update : 7
             pythia8_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/pythia8
                hwpp_path : None
low_mem_multicore_nlo_generation : False
                    golem : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/golem95/lib
          pythia-pgs_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/pythia-pgs
                  td_path : None
             delphes_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Delphes
              thepeg_path : None
             cluster_type : condor
        madanalysis5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/madanalysis5/madanalysis5
      exrootanalysis_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/ExRootAnalysis
                      OLP : MadLoop
                 applgrid : applgrid-config
               eps_viewer : None
                  fastjet : None
                 run_mode : 2
              web_browser : None
   automatic_html_opening : False
        cluster_temp_path : None
             cluster_size : 100
            cluster_queue : None
             syscalc_path : None
         madanalysis_path : None
                   lhapdf : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lhapdf6/bin/lhapdf-config
             stdout_level : 20
                  nb_core : 4
            f2py_compiler : None
                    ninja : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
                  amcfast : amcfast-config
       cluster_retry_wait : 300
      output_dependencies : external
         fortran_compiler : None
mg5amc_py8_interface_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/MG5aMC_PY8_interface
         loop_color_flows : False
                  samurai : None
         cluster_nb_retry : 1
                 mg5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2
                  timeout : 60
                    gauge : unitary
      complex_mass_scheme : False
             cpp_compiler : None
   max_npoint_for_channel : 0

I'm not sure what this error means, and I was wondering if you could give me some suggestions on how to fix this?

Thanks!
-Douglas.

Question information

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

Hi,

1) We can not handle (@NLO) massive initial state.
So please ensure that all your initial state are massless.

2) you need to have in the run_card the "maxjetflavor" equals to the number of massless quark.

Cheers,

Olivier

> On 23 May 2017, at 23:23, Douglas Tuckler <email address hidden> wrote:
>
> New question #634126 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/634126
>
> Hello,
>
> I am trying to generate p p > h [QCD] in the SM. I've generated the UFO file at NLO using FeynRules. I've tried to generate the UFO file with and without the restriction file 'massless.rst' from FeynRules. In both cases I run into the following error:
>
> NFO: Starting run
> INFO: Compiling the code
> /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/bin/internal/ufomodel/particles.py
> write ./param_card.dat
> INFO: Using built-in libraries for PDFs
> INFO: Compiling source...
> INFO: ...done, continuing with P* directories
> INFO: Compiling directories...
> INFO: Compiling on 4 cores
> INFO: Compiling P0_uux_h...
> INFO: Compiling P0_ccx_h...
> INFO: Compiling P0_ddx_h...
> INFO: Compiling P0_ssx_h...
> INFO: P0_ddx_h done.
> INFO: Compiling P0_uxu_h...
> INFO: P0_ssx_h done.
> INFO: Compiling P0_cxc_h...
> INFO: P0_uux_h done.
> INFO: Compiling P0_dxd_h...
> INFO: P0_ccx_h done.
> INFO: Compiling P0_sxs_h...
> INFO: P0_cxc_h done.
> INFO: P0_uxu_h done.
> INFO: P0_dxd_h done.
> INFO: P0_sxs_h done.
> INFO: Checking test output:
> INFO: P0_uux_h
> INFO: Result for test_ME:
> INFO: Output of the failing test:
> Enter xi_i, y_ij to be used in coll/soft tests
> Enter -2 to generate them randomly
> Enter number of tests for soft and collinear limits
> Sum over helicity (0), or random helicity (1)
> A PDF is used, so alpha_s(MZ) is going to be modified
> Old value of alpha_s from param_card: 0.11839999999999999
> ****************************************
>
> NNPDFDriver version 1.0.3
> Grid: NNPDF23nlo_as_0119_qed_mem0.grid
> ****************************************
> New value of alpha_s from PDF nn23nlo: 0.11899999999999999
> Give FKS configuration number ("0" loops over all)
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 1
> FKS partons are: i= 4 j= 1
> with PDGs: i= 21 j= 2
>
>
> Enter graph number (iconfig), '0' loops over all graphs
> Using random seed offsets: 0 , 1 , 0
> with seed 32
> Ranmar initialization seeds 10729 9407
> nFKSprocess: 1. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 1. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 1. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
>
>
>
> Soft tests done for (Born) config 1
> Failures: 100
> Soft test 1 FAILED. Fraction of failures: 1.00
>
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 2
> FKS partons are: i= 4 j= 2
> with PDGs: i= 21 j= -2
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
>
> Soft tests done for (Born) config 1
> Failures: 100
> Soft test 2 FAILED. Fraction of failures: 1.00
>
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 3
> FKS partons are: i= 4 j= 1
> with PDGs: i= -2 j= 21
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
>
> Soft tests done for (Born) config 1
> Failures: 13
> Soft test 3 PASSED. Fraction of failures: 0.13
>
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 4
> FKS partons are: i= 4 j= 2
> with PDGs: i= 2 j= 21
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
>
> Soft tests done for (Born) config 1
> Failures: 18
> Soft test 4 PASSED. Fraction of failures: 0.18
>
>
>
> No collinear test for massive j_fks
> Error detected in "launch auto "
> write debug file /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> aMCatNLOError : Some tests failed, run cannot continue.
> Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
> quit
>
>
>
> The debug file has the following:
>
> launch auto
> Traceback (most recent call last):
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1412, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
> return func(arg, **opt)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 1208, in do_launch
> self.compile(mode, options)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4367, in compile
> self.check_tests(test, this_dir)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4378, in check_tests
> return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4390, in parse_test_mx_log
> ' set to 0 in the param_card.dat.')
> aMCatNLOError: Some tests failed, run cannot continue.
> Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
> Value of current Options:
> text_editor : None
> notification_center : True
> pjfry : None
> cluster_local_path : None
> group_subprocesses : Auto
> ignore_six_quark_processes : False
> loop_optimized_output : True
> cluster_status_update : (600, 30)
> hepmc_path : None
> collier : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
> auto_update : 7
> pythia8_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/pythia8
> hwpp_path : None
> low_mem_multicore_nlo_generation : False
> golem : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/golem95/lib
> pythia-pgs_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/pythia-pgs
> td_path : None
> delphes_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Delphes
> thepeg_path : None
> cluster_type : condor
> madanalysis5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/madanalysis5/madanalysis5
> exrootanalysis_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/ExRootAnalysis
> OLP : MadLoop
> applgrid : applgrid-config
> eps_viewer : None
> fastjet : None
> run_mode : 2
> web_browser : None
> automatic_html_opening : False
> cluster_temp_path : None
> cluster_size : 100
> cluster_queue : None
> syscalc_path : None
> madanalysis_path : None
> lhapdf : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lhapdf6/bin/lhapdf-config
> stdout_level : 20
> nb_core : 4
> f2py_compiler : None
> ninja : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
> amcfast : amcfast-config
> cluster_retry_wait : 300
> output_dependencies : external
> fortran_compiler : None
> mg5amc_py8_interface_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/MG5aMC_PY8_interface
> loop_color_flows : False
> samurai : None
> cluster_nb_retry : 1
> mg5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2
> timeout : 60
> gauge : unitary
> complex_mass_scheme : False
> cpp_compiler : None
> max_npoint_for_channel : 0
>
>
> I'm not sure what this error means, and I was wondering if you could give me some suggestions on how to fix this?
>
> Thanks!
> -Douglas.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Douglas Tuckler (dtuck001) said :
#2

Olivier,

Thank you for the quick response. I will go ahead and ensure that these two things are satisfied in the model. I do have a silly question, as I’m still not to familiar with MadGraph: if the masses of the light quarks are set to zero, wouldn’t the Yukawa couplings also be set to zero? Or can the Yukawa couplings be specified separately as independent parameters?

Best,
Douglas.

On May 23, 2017, at 5:33 PM, Olivier Mattelaer <<email address hidden><mailto:<email address hidden>>> wrote:

Your question #634126 on MadGraph5_aMC@NLO changed:
https://answers.launchpad.net/mg5amcnlo/+question/634126

   Status: Open => Answered

Olivier Mattelaer proposed the following answer:
Hi,

1) We can not handle (@NLO) massive initial state.
So please ensure that all your initial state are massless.

2) you need to have in the run_card the "maxjetflavor" equals to the
number of massless quark.

Cheers,

Olivier

On 23 May 2017, at 23:23, Douglas Tuckler <<email address hidden><mailto:<email address hidden>>> wrote:

New question #634126 on MadGraph5_aMC@NLO:
https://answers.launchpad.net/mg5amcnlo/+question/634126

Hello,

I am trying to generate p p > h [QCD] in the SM. I've generated the UFO file at NLO using FeynRules. I've tried to generate the UFO file with and without the restriction file 'massless.rst' from FeynRules. In both cases I run into the following error:

NFO: Starting run
INFO: Compiling the code
/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/bin/internal/ufomodel/particles.py
write ./param_card.dat
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 4 cores
INFO: Compiling P0_uux_h...
INFO: Compiling P0_ccx_h...
INFO: Compiling P0_ddx_h...
INFO: Compiling P0_ssx_h...
INFO: P0_ddx_h done.
INFO: Compiling P0_uxu_h...
INFO: P0_ssx_h done.
INFO: Compiling P0_cxc_h...
INFO: P0_uux_h done.
INFO: Compiling P0_dxd_h...
INFO: P0_ccx_h done.
INFO: Compiling P0_sxs_h...
INFO: P0_cxc_h done.
INFO: P0_uxu_h done.
INFO: P0_dxd_h done.
INFO: P0_sxs_h done.
INFO: Checking test output:
INFO: P0_uux_h
INFO: Result for test_ME:
INFO: Output of the failing test:
Enter xi_i, y_ij to be used in coll/soft tests
Enter -2 to generate them randomly
Enter number of tests for soft and collinear limits
Sum over helicity (0), or random helicity (1)
A PDF is used, so alpha_s(MZ) is going to be modified
Old value of alpha_s from param_card: 0.11839999999999999
****************************************

     NNPDFDriver version 1.0.3
 Grid: NNPDF23nlo_as_0119_qed_mem0.grid
****************************************
New value of alpha_s from PDF nn23nlo: 0.11899999999999999
Give FKS configuration number ("0" loops over all)

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 1
FKS partons are: i= 4 j= 1
with PDGs: i= 21 j= 2

Enter graph number (iconfig), '0' loops over all graphs
Using random seed offsets: 0 , 1 , 0
with seed 32
Ranmar initialization seeds 10729 9407
nFKSprocess: 1. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03

Soft tests done for (Born) config 1
Failures: 100
   Soft test 1 FAILED. Fraction of failures: 1.00

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 2
FKS partons are: i= 4 j= 2
with PDGs: i= 21 j= -2

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 100
   Soft test 2 FAILED. Fraction of failures: 1.00

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 3
FKS partons are: i= 4 j= 1
with PDGs: i= -2 j= 21

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 13
   Soft test 3 PASSED. Fraction of failures: 0.13

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 4
FKS partons are: i= 4 j= 2
with PDGs: i= 2 j= 21

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 18
   Soft test 4 PASSED. Fraction of failures: 0.18

No collinear test for massive j_fks
Error detected in "launch auto "
write debug file /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
aMCatNLOError : Some tests failed, run cannot continue.
Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
quit

The debug file has the following:

launch auto
Traceback (most recent call last):
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1412, in onecmd
  return self.onecmd_orig(line, **opt)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
  return func(arg, **opt)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 1208, in do_launch
  self.compile(mode, options)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4367, in compile
  self.check_tests(test, this_dir)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4378, in check_tests
  return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4390, in parse_test_mx_log
  ' set to 0 in the param_card.dat.')
aMCatNLOError: Some tests failed, run cannot continue.
Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
Value of current Options:
            text_editor : None
    notification_center : True
                  pjfry : None
     cluster_local_path : None
     group_subprocesses : Auto
ignore_six_quark_processes : False
  loop_optimized_output : True
  cluster_status_update : (600, 30)
             hepmc_path : None
                collier : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
            auto_update : 7
           pythia8_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/pythia8
              hwpp_path : None
low_mem_multicore_nlo_generation : False
                  golem : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/golem95/lib
        pythia-pgs_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/pythia-pgs
                td_path : None
           delphes_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Delphes
            thepeg_path : None
           cluster_type : condor
      madanalysis5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/madanalysis5/madanalysis5
    exrootanalysis_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/ExRootAnalysis
                    OLP : MadLoop
               applgrid : applgrid-config
             eps_viewer : None
                fastjet : None
               run_mode : 2
            web_browser : None
 automatic_html_opening : False
      cluster_temp_path : None
           cluster_size : 100
          cluster_queue : None
           syscalc_path : None
       madanalysis_path : None
                 lhapdf : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lhapdf6/bin/lhapdf-config
           stdout_level : 20
                nb_core : 4
          f2py_compiler : None
                  ninja : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
                amcfast : amcfast-config
     cluster_retry_wait : 300
    output_dependencies : external
       fortran_compiler : None
mg5amc_py8_interface_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/MG5aMC_PY8_interface
       loop_color_flows : False
                samurai : None
       cluster_nb_retry : 1
               mg5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2
                timeout : 60
                  gauge : unitary
    complex_mass_scheme : False
           cpp_compiler : None
 max_npoint_for_channel : 0

I'm not sure what this error means, and I was wondering if you could give me some suggestions on how to fix this?

Thanks!
-Douglas.

--
You received this question notification because you are an answer
contact for MadGraph5_aMC@NLO.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/mg5amcnlo/+question/634126/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/mg5amcnlo/+question/634126

You received this question notification because you asked the question.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Hi,

At NLO accuracy, they should in principle be equal. But I know that you can play with some renormalisation mechanism to keep them separate.
But this need to be implemented at the FeynRules level (i.e. in the model). Sorry but I do not know more details on that point.

Cheers,

Olivier

PS: at LO order, you can choose them separate (at least if you use the unitary gauge for the computation --the default at LO--)

On 23 May 2017, at 23:57, Douglas Tuckler <<email address hidden><mailto:<email address hidden>>> wrote:

Question #634126 on MadGraph5_aMC@NLO changed:
https://answers.launchpad.net/mg5amcnlo/+question/634126

   Status: Answered => Open

Douglas Tuckler is still having a problem:
Olivier,

Thank you for the quick response. I will go ahead and ensure that these
two things are satisfied in the model. I do have a silly question, as
I’m still not to familiar with MadGraph: if the masses of the light
quarks are set to zero, wouldn’t the Yukawa couplings also be set to
zero? Or can the Yukawa couplings be specified separately as independent
parameters?

Best,
Douglas.

On May 23, 2017, at 5:33 PM, Olivier Mattelaer
<<email address hidden><mailto:<email address hidden>><mailto:<email address hidden>>>
wrote:

Your question #634126 on MadGraph5_aMC@NLO changed:
https://answers.launchpad.net/mg5amcnlo/+question/634126

  Status: Open => Answered

Olivier Mattelaer proposed the following answer:
Hi,

1) We can not handle (@NLO) massive initial state.
So please ensure that all your initial state are massless.

2) you need to have in the run_card the "maxjetflavor" equals to the
number of massless quark.

Cheers,

Olivier

On 23 May 2017, at 23:23, Douglas Tuckler <<email address hidden><mailto:<email address hidden>><mailto:<email address hidden>>> wrote:

New question #634126 on MadGraph5_aMC@NLO:
https://answers.launchpad.net/mg5amcnlo/+question/634126

Hello,

I am trying to generate p p > h [QCD] in the SM. I've generated the UFO
file at NLO using FeynRules. I've tried to generate the UFO file with
and without the restriction file 'massless.rst' from FeynRules. In both
cases I run into the following error:

NFO: Starting run
INFO: Compiling the code
/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/bin/internal/ufomodel/particles.py
write ./param_card.dat
INFO: Using built-in libraries for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
INFO: Compiling directories...
INFO: Compiling on 4 cores
INFO: Compiling P0_uux_h...
INFO: Compiling P0_ccx_h...
INFO: Compiling P0_ddx_h...
INFO: Compiling P0_ssx_h...
INFO: P0_ddx_h done.
INFO: Compiling P0_uxu_h...
INFO: P0_ssx_h done.
INFO: Compiling P0_cxc_h...
INFO: P0_uux_h done.
INFO: Compiling P0_dxd_h...
INFO: P0_ccx_h done.
INFO: Compiling P0_sxs_h...
INFO: P0_cxc_h done.
INFO: P0_uxu_h done.
INFO: P0_dxd_h done.
INFO: P0_sxs_h done.
INFO: Checking test output:
INFO: P0_uux_h
INFO: Result for test_ME:
INFO: Output of the failing test:
Enter xi_i, y_ij to be used in coll/soft tests
Enter -2 to generate them randomly
Enter number of tests for soft and collinear limits
Sum over helicity (0), or random helicity (1)
A PDF is used, so alpha_s(MZ) is going to be modified
Old value of alpha_s from param_card: 0.11839999999999999
****************************************

    NNPDFDriver version 1.0.3
Grid: NNPDF23nlo_as_0119_qed_mem0.grid
****************************************
New value of alpha_s from PDF nn23nlo: 0.11899999999999999
Give FKS configuration number ("0" loops over all)

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 1
FKS partons are: i= 4 j= 1
with PDGs: i= 21 j= 2

Enter graph number (iconfig), '0' loops over all graphs
Using random seed offsets: 0 , 1 , 0
with seed 32
Ranmar initialization seeds 10729 9407
nFKSprocess: 1. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 1. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 2. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 3. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
nFKSprocess: 4. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03

Soft tests done for (Born) config 1
Failures: 100
  Soft test 1 FAILED. Fraction of failures: 1.00

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 2
FKS partons are: i= 4 j= 2
with PDGs: i= 21 j= -2

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 100
  Soft test 2 FAILED. Fraction of failures: 1.00

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 3
FKS partons are: i= 4 j= 1
with PDGs: i= -2 j= 21

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 13
  Soft test 3 PASSED. Fraction of failures: 0.13

No collinear test for massive j_fks

=================================================

NEW FKS CONFIGURATION:
FKS configuration number is 4
FKS partons are: i= 4 j= 2
with PDGs: i= 2 j= 21

Enter graph number (iconfig), '0' loops over all graphs

Soft tests done for (Born) config 1
Failures: 18
  Soft test 4 PASSED. Fraction of failures: 0.18

No collinear test for massive j_fks
Error detected in "launch auto "
write debug file /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/run_01_tag_1_debug.log
If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
aMCatNLOError : Some tests failed, run cannot continue.
Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
quit

The debug file has the following:

launch auto
Traceback (most recent call last):
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1412, in onecmd
 return self.onecmd_orig(line, **opt)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
 return func(arg, **opt)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 1208, in do_launch
 self.compile(mode, options)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4367, in compile
 self.check_tests(test, this_dir)
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4378, in check_tests
 return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4390, in parse_test_mx_log
 ' set to 0 in the param_card.dat.')
aMCatNLOError: Some tests failed, run cannot continue.
Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
Value of current Options:
           text_editor : None
   notification_center : True
                 pjfry : None
    cluster_local_path : None
    group_subprocesses : Auto
ignore_six_quark_processes : False
 loop_optimized_output : True
 cluster_status_update : (600, 30)
            hepmc_path : None
               collier : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
           auto_update : 7
          pythia8_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/pythia8
             hwpp_path : None
low_mem_multicore_nlo_generation : False
                 golem : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/golem95/lib
       pythia-pgs_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/pythia-pgs
               td_path : None
          delphes_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Delphes
           thepeg_path : None
          cluster_type : condor
     madanalysis5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/madanalysis5/madanalysis5
   exrootanalysis_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/ExRootAnalysis
                   OLP : MadLoop
              applgrid : applgrid-config
            eps_viewer : None
               fastjet : None
              run_mode : 2
           web_browser : None
automatic_html_opening : False
     cluster_temp_path : None
          cluster_size : 100
         cluster_queue : None
          syscalc_path : None
      madanalysis_path : None
                lhapdf : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lhapdf6/bin/lhapdf-config
          stdout_level : 20
               nb_core : 4
         f2py_compiler : None
                 ninja : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
               amcfast : amcfast-config
    cluster_retry_wait : 300
   output_dependencies : external
      fortran_compiler : None
mg5amc_py8_interface_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/MG5aMC_PY8_interface
      loop_color_flows : False
               samurai : None
      cluster_nb_retry : 1
              mg5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2
               timeout : 60
                 gauge : unitary
   complex_mass_scheme : False
          cpp_compiler : None
max_npoint_for_channel : 0

I'm not sure what this error means, and I was wondering if you could give me some suggestions on how to fix this?

Thanks!
-Douglas.

--
You received this question notification because you are an answer
contact for MadGraph5_aMC@NLO.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/mg5amcnlo/+question/634126/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/mg5amcnlo/+question/634126

You received this question notification because you asked the question.

--
You received this question notification because you are an answer
contact for MadGraph5_aMC@NLO.

Revision history for this message
Douglas Tuckler (dtuck001) said :
#4

Hi Olivier,

Your suggestions fixed the errors I was getting. Setting everything massless but the bottom and top quark, and then running p p > h [QCD] produces gluon-gluon fusion with b and t quarks in the loops. How can I also add direct production i.e qq -> h, as well as include the light quarks in the loops?

Best,
Douglas.

> On May 23, 2017, at 5:57 PM, Douglas Tuckler <email address hidden> wrote:
>
> Your question #634126 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/634126
>
> Status: Answered => Open
>
> You are still having a problem:
> Olivier,
>
> Thank you for the quick response. I will go ahead and ensure that these
> two things are satisfied in the model. I do have a silly question, as
> I’m still not to familiar with MadGraph: if the masses of the light
> quarks are set to zero, wouldn’t the Yukawa couplings also be set to
> zero? Or can the Yukawa couplings be specified separately as independent
> parameters?
>
> Best,
> Douglas.
>
> On May 23, 2017, at 5:33 PM, Olivier Mattelaer
> <<email address hidden><mailto:<email address hidden>>>
> wrote:
>
> Your question #634126 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/634126
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Hi,
>
> 1) We can not handle (@NLO) massive initial state.
> So please ensure that all your initial state are massless.
>
> 2) you need to have in the run_card the "maxjetflavor" equals to the
> number of massless quark.
>
> Cheers,
>
> Olivier
>
>
> On 23 May 2017, at 23:23, Douglas Tuckler <<email address hidden><mailto:<email address hidden>>> wrote:
>
> New question #634126 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/634126
>
> Hello,
>
> I am trying to generate p p > h [QCD] in the SM. I've generated the UFO
> file at NLO using FeynRules. I've tried to generate the UFO file with
> and without the restriction file 'massless.rst' from FeynRules. In both
> cases I run into the following error:
>
> NFO: Starting run
> INFO: Compiling the code
> /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/bin/internal/ufomodel/particles.py
> write ./param_card.dat
> INFO: Using built-in libraries for PDFs
> INFO: Compiling source...
> INFO: ...done, continuing with P* directories
> INFO: Compiling directories...
> INFO: Compiling on 4 cores
> INFO: Compiling P0_uux_h...
> INFO: Compiling P0_ccx_h...
> INFO: Compiling P0_ddx_h...
> INFO: Compiling P0_ssx_h...
> INFO: P0_ddx_h done.
> INFO: Compiling P0_uxu_h...
> INFO: P0_ssx_h done.
> INFO: Compiling P0_cxc_h...
> INFO: P0_uux_h done.
> INFO: Compiling P0_dxd_h...
> INFO: P0_ccx_h done.
> INFO: Compiling P0_sxs_h...
> INFO: P0_cxc_h done.
> INFO: P0_uxu_h done.
> INFO: P0_dxd_h done.
> INFO: P0_sxs_h done.
> INFO: Checking test output:
> INFO: P0_uux_h
> INFO: Result for test_ME:
> INFO: Output of the failing test:
> Enter xi_i, y_ij to be used in coll/soft tests
> Enter -2 to generate them randomly
> Enter number of tests for soft and collinear limits
> Sum over helicity (0), or random helicity (1)
> A PDF is used, so alpha_s(MZ) is going to be modified
> Old value of alpha_s from param_card: 0.11839999999999999
> ****************************************
>
> NNPDFDriver version 1.0.3
> Grid: NNPDF23nlo_as_0119_qed_mem0.grid
> ****************************************
> New value of alpha_s from PDF nn23nlo: 0.11899999999999999
> Give FKS configuration number ("0" loops over all)
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 1
> FKS partons are: i= 4 j= 1
> with PDGs: i= 21 j= 2
>
>
> Enter graph number (iconfig), '0' loops over all graphs
> Using random seed offsets: 0 , 1 , 0
> with seed 32
> Ranmar initialization seeds 10729 9407
> nFKSprocess: 1. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 1. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 1. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 2. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 3. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Absolute lower bound for tau at the Born is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Lower bound for tau is 0.36982E-01 0.12500E+03 0.65000E+03
> nFKSprocess: 4. Lower bound for tau is (taking resonances into account) 0.36982E-01 0.12500E+03 0.65000E+03
>
>
> Soft tests done for (Born) config 1
> Failures: 100
> Soft test 1 FAILED. Fraction of failures: 1.00
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 2
> FKS partons are: i= 4 j= 2
> with PDGs: i= 21 j= -2
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
> Soft tests done for (Born) config 1
> Failures: 100
> Soft test 2 FAILED. Fraction of failures: 1.00
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 3
> FKS partons are: i= 4 j= 1
> with PDGs: i= -2 j= 21
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
> Soft tests done for (Born) config 1
> Failures: 13
> Soft test 3 PASSED. Fraction of failures: 0.13
>
>
> No collinear test for massive j_fks
>
> =================================================
>
> NEW FKS CONFIGURATION:
> FKS configuration number is 4
> FKS partons are: i= 4 j= 2
> with PDGs: i= 2 j= 21
>
>
> Enter graph number (iconfig), '0' loops over all graphs
>
>
> Soft tests done for (Born) config 1
> Failures: 18
> Soft test 4 PASSED. Fraction of failures: 0.18
>
>
> No collinear test for massive j_fks
> Error detected in "launch auto "
> write debug file /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Runs/SM_NLO_massless/pp_h_QCD/run_01_tag_1_debug.log
> If you need help with this issue please contact us on https://answers.launchpad.net/mg5amcnlo
> aMCatNLOError : Some tests failed, run cannot continue.
> Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
> quit
>
>
> The debug file has the following:
>
> launch auto
> Traceback (most recent call last):
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1412, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/extended_cmd.py", line 1367, in onecmd_orig
> return func(arg, **opt)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 1208, in do_launch
> self.compile(mode, options)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4367, in compile
> self.check_tests(test, this_dir)
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4378, in check_tests
> return self.parse_test_mx_log(pjoin(dir, '%s.log' % test))
> File "/Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/madgraph/interface/amcatnlo_run_interface.py", line 4390, in parse_test_mx_log
> ' set to 0 in the param_card.dat.')
> aMCatNLOError: Some tests failed, run cannot continue.
> Please check that widths of final state particles (e.g. top) have been set to 0 in the param_card.dat.
> Value of current Options:
> text_editor : None
> notification_center : True
> pjfry : None
> cluster_local_path : None
> group_subprocesses : Auto
> ignore_six_quark_processes : False
> loop_optimized_output : True
> cluster_status_update : (600, 30)
> hepmc_path : None
> collier : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
> auto_update : 7
> pythia8_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/pythia8
> hwpp_path : None
> low_mem_multicore_nlo_generation : False
> golem : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/golem95/lib
> pythia-pgs_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/pythia-pgs
> td_path : None
> delphes_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/Delphes
> thepeg_path : None
> cluster_type : condor
> madanalysis5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/madanalysis5/madanalysis5
> exrootanalysis_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/ExRootAnalysis
> OLP : MadLoop
> applgrid : applgrid-config
> eps_viewer : None
> fastjet : None
> run_mode : 2
> web_browser : None
> automatic_html_opening : False
> cluster_temp_path : None
> cluster_size : 100
> cluster_queue : None
> syscalc_path : None
> madanalysis_path : None
> lhapdf : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lhapdf6/bin/lhapdf-config
> stdout_level : 20
> nb_core : 4
> f2py_compiler : None
> ninja : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/lib
> amcfast : amcfast-config
> cluster_retry_wait : 300
> output_dependencies : external
> fortran_compiler : None
> mg5amc_py8_interface_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2/HEPTools/MG5aMC_PY8_interface
> loop_color_flows : False
> samurai : None
> cluster_nb_retry : 1
> mg5_path : /Users/dtuckler/Desktop/Douglas/Physics/MG5_aMC_v2_5_2
> timeout : 60
> gauge : unitary
> complex_mass_scheme : False
> cpp_compiler : None
> max_npoint_for_channel : 0
>
>
> I'm not sure what this error means, and I was wondering if you could give me some suggestions on how to fix this?
>
> Thanks!
> -Douglas.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/mg5amcnlo/+question/634126/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/mg5amcnlo/+question/634126
>
> You received this question notification because you asked the question.
>
> --
> You received this question notification because you asked the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#6

Hi,

In MGaMC, you can not mix loop-induced process with tree-level computation.
So you are forced to have those two production generated in a independent way.

To have light quark in the loop, you need to have the light quark coupling to the Higgs, which requires a model with non zero yukawa for those particles. (Such model need to be generated inside FR). The same is true in order to have q q > h

Cheers,

Olivier