ttbar FCNC using Madgraph5

Asked by Alpha Bravo

Dear Experts,

I am trying to generate the ttbar FCNC sample using MG5_aMC_v2_4_2. The madspin_card.dat and proc_card.dat are given below. However, just before the "launch" it crashes with the error log given below. I would appreciate if you can give it a look and
recommend some solution. Thanks in advance.
----------------
# Model
import model TopFCNC_UFO-all_ProdConventions_no_b_mass --bypass_check

set ms_dir ./madspin
set Nevents_for_max_weigth 250
set max_weight_ps_point 400

decay t~ > w- b~, w- > j j NP=0
decay t > h c NP=1
decay t > w+ b, w+ > j j NP=0
decay t~ > h c~ NP=1
launch

---------------
proc_card.dat
---------------
# Model
import model TopFCNC_UFO-all_ProdConventions_no_b_mass --modelname

# Processes
generate p p > t t~ NP=0 @10
add process p p > t t~ j NP=0 @11
add process p p > t t~ j j NP=0 @12
add process p p > t t~ j j j NP=0 @13

# Output folder
output TT_fcnc -f -nojpeg
---------------
.
.
.
.

generating the full square matrix element (with decay)
INFO: generate p p > t t~ NP=0 , (t~ > b~ w- , w- > j j NP=0 ), t~ > h c~ NP=1 , t > h c NP=1 , (t > b w+ , w+ > j j NP=0 ) @ 10 --no_warning=duplicate;add process p p > t t~ j NP=0 , (t~ > b~ w- , w- > j j NP=0 ), t~ > h c~ NP=1 , t > h c NP=1 , (t > b w+ , w+ > j j NP=0 ) @ 11 --no_warning=duplicate;add process p p > t t~ j j NP=0 , (t~ > b~ w- , w- > j j NP=0 ), t~ > h c~ NP=1 , t > h c NP=1 , (t > b w+ , w+ > j j NP=0 ) @ 12 --no_warning=duplicate;add process p p > t t~ j j j NP=0 , (t~ > b~ w- , w- > j j NP=0 ), t~ > h c~ NP=1 , t > h c NP=1 , (t > b w+ , w+ > j j NP=0 ) @ 13 --no_warning=duplicate;
Command "launch" interrupted with error:
InvalidCmd : No matrix elements generated, check overall coupling orders
Please report this bug to developers

           More information is found in 'MS_debug'.

           Please attach this file to your report.

Question information

Language:
English Edit question
Status:
Answered
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

Looks like that one of the process definitions that you use is not defined in your model.

I guess that this is one of the madspin decay. Just try to generate those ones inside MG5aMC to see which one does not exists.

Revision history for this message
Alpha Bravo (alphabravocharli) said :
#2

Hi Oliver,

Thank you for your help and advice. I generated all of these process, but using the "Loading default model: sm" since NP = 0.
They seem to work as intended but the problem comes arises when FCNC top decays are included. Does the model used has some problem or there is something else.

generate p p > t t~ NP=0 @10
add process p p > t t~ j NP=0 @11
add process p p > t t~ j j NP=0 @12
add process p p > t t~ j j j NP=0 @13

wajid@lxplus040:$ ./bin/mg5_aMC
************************************************************
* *
* W E L C O M E to *
* M A D G R A P H 5 _ a M C @ N L O *
* *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.0 2017-08-16 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* and *
* http://amcatnlo.web.cern.ch/amcatnlo/ *
* *
* Type 'help' for in-line help. *
* Type 'tutorial' to learn how MG5 works *
* Type 'tutorial aMCatNLO' to learn how aMC@NLO works *
* Type 'tutorial MadLoop' to learn how MadLoop works *
* *
************************************************************
load MG5 configuration from input/mg5_configuration.txt
set collier to /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/HEPTools/lib
set fastjet to /afs/cern.ch/cms/slc6_amd64_gcc530/external/fastjet/3.1.0/bin/fastjet-config
set lhapdf to /afs/cern.ch/cms/slc6_amd64_gcc530/external/lhapdf/6.1.6/bin/lhapdf-config
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
Loading default model: sm
INFO: Restrict model sm with file models/sm/restrict_default.dat .
INFO: Run "set stdout_level DEBUG" before import for more information.
INFO: Change particles name to pass to MG5 convention
Defined multiparticle p = g u c d s u~ c~ d~ s~
Defined multiparticle j = g u c d s u~ c~ d~ s~
Defined multiparticle l+ = e+ mu+
Defined multiparticle l- = e- mu-
Defined multiparticle vl = ve vm vt
Defined multiparticle vl~ = ve~ vm~ vt~
Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+

MG5_aMC>generate p p > t t~ NP=0 @10
INFO: Trying process: g g > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: u u~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: u c~ > t t~ NP=0 @10
INFO: Trying process: c u~ > t t~ NP=0 @10
INFO: Trying process: c c~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: d d~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: d s~ > t t~ NP=0 @10
INFO: Trying process: s d~ > t t~ NP=0 @10
INFO: Trying process: s s~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Process u~ u > t t~ added to mirror process u u~ > t t~
INFO: Process c~ c > t t~ added to mirror process c c~ > t t~
INFO: Process d~ d > t t~ added to mirror process d d~ > t t~
INFO: Process s~ s > t t~ added to mirror process s s~ > t t~
5 processes with 15 diagrams generated in 0.050 s
Total: 5 processes with 15 diagrams

MG5_aMC>add process p p > t t~ j NP=0 @11
INFO: Trying process: g g > t t~ g NP=0 @11
INFO: Process has 16 diagrams
INFO: Trying process: g u > t t~ u NP=0 @11
INFO: Process has 13 diagrams
INFO: Trying process: g u > t t~ c NP=0 @11
INFO: Trying process: g c > t t~ u NP=0 @11
INFO: Trying process: g c > t t~ c NP=0 @11
INFO: Process has 13 diagrams
INFO: Trying process: g d > t t~ d NP=0 @11
INFO: Process has 13 diagrams
INFO: Trying process: g d > t t~ s NP=0 @11
INFO: Trying process: g s > t t~ d NP=0 @11
INFO: Trying process: g s > t t~ s NP=0 @11
INFO: Process has 13 diagrams
INFO: Crossed process found for g u~ > t t~ u~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ c~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ d~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ s~, reuse diagrams.
INFO: Process u g > t t~ u added to mirror process g u > t t~ u
INFO: Crossed process found for u u~ > t t~ g, reuse diagrams.
INFO: Process c g > t t~ c added to mirror process g c > t t~ c
INFO: Crossed process found for c c~ > t t~ g, reuse diagrams.
INFO: Process d g > t t~ d added to mirror process g d > t t~ d
INFO: Crossed process found for d d~ > t t~ g, reuse diagrams.
INFO: Process s g > t t~ s added to mirror process g s > t t~ s
INFO: Crossed process found for s s~ > t t~ g, reuse diagrams.
INFO: Process u~ g > t t~ u~ added to mirror process g u~ > t t~ u~
INFO: Process u~ u > t t~ g added to mirror process u u~ > t t~ g
INFO: Process c~ g > t t~ c~ added to mirror process g c~ > t t~ c~
INFO: Process c~ c > t t~ g added to mirror process c c~ > t t~ g
INFO: Process d~ g > t t~ d~ added to mirror process g d~ > t t~ d~
INFO: Process d~ d > t t~ g added to mirror process d d~ > t t~ g
INFO: Process s~ g > t t~ s~ added to mirror process g s~ > t t~ s~
INFO: Process s~ s > t t~ g added to mirror process s s~ > t t~ g
13 processes with 172 diagrams generated in 0.278 s
Total: 18 processes with 187 diagrams

MG5_aMC>add process p p > t t~ j j NP=0 @12
INFO: Trying process: g g > t t~ g g NP=0 @12
INFO: Process has 123 diagrams
INFO: Trying process: g g > t t~ u u~ NP=0 @12
INFO: Process has 84 diagrams
INFO: Trying process: g g > t t~ u c~ NP=0 @12
INFO: Trying process: g g > t t~ c u~ NP=0 @12
INFO: Trying process: g g > t t~ c c~ NP=0 @12
INFO: Process has 84 diagrams
INFO: Trying process: g g > t t~ d d~ NP=0 @12
INFO: Process has 84 diagrams
INFO: Trying process: g g > t t~ d s~ NP=0 @12
INFO: Trying process: g g > t t~ s d~ NP=0 @12
INFO: Trying process: g g > t t~ s s~ NP=0 @12
INFO: Process has 84 diagrams
INFO: Crossed process found for g u > t t~ g u, reuse diagrams.
INFO: Crossed process found for g c > t t~ g c, reuse diagrams.
INFO: Crossed process found for g d > t t~ g d, reuse diagrams.
INFO: Crossed process found for g s > t t~ g s, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ g u~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ g c~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ g d~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ g s~, reuse diagrams.
INFO: Process u g > t t~ g u added to mirror process g u > t t~ g u
INFO: Trying process: u u > t t~ u u NP=0 @12
INFO: Process has 112 diagrams
INFO: Trying process: u u > t t~ u c NP=0 @12
INFO: Trying process: u u > t t~ c c NP=0 @12
INFO: Trying process: u c > t t~ u u NP=0 @12
INFO: Trying process: u c > t t~ u c NP=0 @12
INFO: Process has 56 diagrams
INFO: Trying process: u c > t t~ c c NP=0 @12
INFO: Trying process: u d > t t~ u d NP=0 @12
INFO: Process has 72 diagrams
INFO: Trying process: u d > t t~ u s NP=0 @12
INFO: Trying process: u d > t t~ c d NP=0 @12
INFO: Trying process: u d > t t~ c s NP=0 @12
INFO: Trying process: u s > t t~ u d NP=0 @12
INFO: Trying process: u s > t t~ u s NP=0 @12
INFO: Process has 56 diagrams
INFO: Trying process: u s > t t~ c d NP=0 @12
INFO: Process has 16 diagrams
INFO: Trying process: u s > t t~ c s NP=0 @12
INFO: Crossed process found for u u~ > t t~ g g, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ u u~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ c c~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ d d~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ s s~, reuse diagrams.
INFO: Crossed process found for u c~ > t t~ u c~, reuse diagrams.
INFO: Crossed process found for u c~ > t t~ d s~, reuse diagrams.
INFO: Crossed process found for u d~ > t t~ u d~, reuse diagrams.
INFO: Crossed process found for u d~ > t t~ c s~, reuse diagrams.
INFO: Crossed process found for u s~ > t t~ u s~, reuse diagrams.
INFO: Process c g > t t~ g c added to mirror process g c > t t~ g c
INFO: Process c u > t t~ u c added to mirror process u c > t t~ u c
INFO: Trying process: c c > t t~ u u NP=0 @12
INFO: Trying process: c c > t t~ u c NP=0 @12
INFO: Trying process: c c > t t~ c c NP=0 @12
INFO: Process has 112 diagrams
INFO: Trying process: c d > t t~ u d NP=0 @12
INFO: Trying process: c d > t t~ u s NP=0 @12
INFO: Process has 16 diagrams
INFO: Trying process: c d > t t~ c d NP=0 @12
INFO: Process has 56 diagrams
INFO: Trying process: c d > t t~ c s NP=0 @12
INFO: Trying process: c s > t t~ u d NP=0 @12
INFO: Trying process: c s > t t~ u s NP=0 @12
INFO: Trying process: c s > t t~ c d NP=0 @12
INFO: Trying process: c s > t t~ c s NP=0 @12
INFO: Process has 72 diagrams
INFO: Crossed process found for c u~ > t t~ c u~, reuse diagrams.
INFO: Crossed process found for c u~ > t t~ s d~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g g, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ u u~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ c c~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ d d~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ s s~, reuse diagrams.
INFO: Crossed process found for c d~ > t t~ c d~, reuse diagrams.
INFO: Crossed process found for c s~ > t t~ u d~, reuse diagrams.
INFO: Crossed process found for c s~ > t t~ c s~, reuse diagrams.
INFO: Process d g > t t~ g d added to mirror process g d > t t~ g d
INFO: Process d u > t t~ u d added to mirror process u d > t t~ u d
INFO: Process d c > t t~ u s added to mirror process c d > t t~ u s
INFO: Process d c > t t~ c d added to mirror process c d > t t~ c d
INFO: Trying process: d d > t t~ d d NP=0 @12
INFO: Process has 112 diagrams
INFO: Trying process: d d > t t~ d s NP=0 @12
INFO: Trying process: d d > t t~ s s NP=0 @12
INFO: Trying process: d s > t t~ d d NP=0 @12
INFO: Trying process: d s > t t~ d s NP=0 @12
INFO: Process has 56 diagrams
INFO: Trying process: d s > t t~ s s NP=0 @12
INFO: Crossed process found for d u~ > t t~ d u~, reuse diagrams.
INFO: Crossed process found for d u~ > t t~ s c~, reuse diagrams.
INFO: Crossed process found for d c~ > t t~ d c~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g g, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ u u~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ c c~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ d d~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ s s~, reuse diagrams.
INFO: Crossed process found for d s~ > t t~ u c~, reuse diagrams.
INFO: Crossed process found for d s~ > t t~ d s~, reuse diagrams.
INFO: Process s g > t t~ g s added to mirror process g s > t t~ g s
INFO: Process s u > t t~ u s added to mirror process u s > t t~ u s
INFO: Process s u > t t~ c d added to mirror process u s > t t~ c d
INFO: Process s c > t t~ c s added to mirror process c s > t t~ c s
INFO: Process s d > t t~ d s added to mirror process d s > t t~ d s
INFO: Trying process: s s > t t~ d d NP=0 @12
INFO: Trying process: s s > t t~ d s NP=0 @12
INFO: Trying process: s s > t t~ s s NP=0 @12
INFO: Process has 112 diagrams
INFO: Crossed process found for s u~ > t t~ s u~, reuse diagrams.
INFO: Crossed process found for s c~ > t t~ d u~, reuse diagrams.
INFO: Crossed process found for s c~ > t t~ s c~, reuse diagrams.
INFO: Crossed process found for s d~ > t t~ c u~, reuse diagrams.
INFO: Crossed process found for s d~ > t t~ s d~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g g, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ u u~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ c c~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ d d~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ s s~, reuse diagrams.
INFO: Process u~ g > t t~ g u~ added to mirror process g u~ > t t~ g u~
INFO: Process u~ u > t t~ g g added to mirror process u u~ > t t~ g g
INFO: Process u~ u > t t~ u u~ added to mirror process u u~ > t t~ u u~
INFO: Process u~ u > t t~ c c~ added to mirror process u u~ > t t~ c c~
INFO: Process u~ u > t t~ d d~ added to mirror process u u~ > t t~ d d~
INFO: Process u~ u > t t~ s s~ added to mirror process u u~ > t t~ s s~
INFO: Process u~ c > t t~ c u~ added to mirror process c u~ > t t~ c u~
INFO: Process u~ c > t t~ s d~ added to mirror process c u~ > t t~ s d~
INFO: Process u~ d > t t~ d u~ added to mirror process d u~ > t t~ d u~
INFO: Process u~ d > t t~ s c~ added to mirror process d u~ > t t~ s c~
INFO: Process u~ s > t t~ s u~ added to mirror process s u~ > t t~ s u~
INFO: Crossed process found for u~ u~ > t t~ u~ u~, reuse diagrams.
INFO: Crossed process found for u~ c~ > t t~ u~ c~, reuse diagrams.
INFO: Crossed process found for u~ d~ > t t~ u~ d~, reuse diagrams.
INFO: Crossed process found for u~ s~ > t t~ u~ s~, reuse diagrams.
INFO: Crossed process found for u~ s~ > t t~ c~ d~, reuse diagrams.
INFO: Process c~ g > t t~ g c~ added to mirror process g c~ > t t~ g c~
INFO: Process c~ u > t t~ u c~ added to mirror process u c~ > t t~ u c~
INFO: Process c~ u > t t~ d s~ added to mirror process u c~ > t t~ d s~
INFO: Process c~ c > t t~ g g added to mirror process c c~ > t t~ g g
INFO: Process c~ c > t t~ u u~ added to mirror process c c~ > t t~ u u~
INFO: Process c~ c > t t~ c c~ added to mirror process c c~ > t t~ c c~
INFO: Process c~ c > t t~ d d~ added to mirror process c c~ > t t~ d d~
INFO: Process c~ c > t t~ s s~ added to mirror process c c~ > t t~ s s~
INFO: Process c~ d > t t~ d c~ added to mirror process d c~ > t t~ d c~
INFO: Process c~ s > t t~ d u~ added to mirror process s c~ > t t~ d u~
INFO: Process c~ s > t t~ s c~ added to mirror process s c~ > t t~ s c~
INFO: Process c~ u~ > t t~ u~ c~ added to mirror process u~ c~ > t t~ u~ c~
INFO: Crossed process found for c~ c~ > t t~ c~ c~, reuse diagrams.
INFO: Crossed process found for c~ d~ > t t~ u~ s~, reuse diagrams.
INFO: Crossed process found for c~ d~ > t t~ c~ d~, reuse diagrams.
INFO: Crossed process found for c~ s~ > t t~ c~ s~, reuse diagrams.
INFO: Process d~ g > t t~ g d~ added to mirror process g d~ > t t~ g d~
INFO: Process d~ u > t t~ u d~ added to mirror process u d~ > t t~ u d~
INFO: Process d~ u > t t~ c s~ added to mirror process u d~ > t t~ c s~
INFO: Process d~ c > t t~ c d~ added to mirror process c d~ > t t~ c d~
INFO: Process d~ d > t t~ g g added to mirror process d d~ > t t~ g g
INFO: Process d~ d > t t~ u u~ added to mirror process d d~ > t t~ u u~
INFO: Process d~ d > t t~ c c~ added to mirror process d d~ > t t~ c c~
INFO: Process d~ d > t t~ d d~ added to mirror process d d~ > t t~ d d~
INFO: Process d~ d > t t~ s s~ added to mirror process d d~ > t t~ s s~
INFO: Process d~ s > t t~ c u~ added to mirror process s d~ > t t~ c u~
INFO: Process d~ s > t t~ s d~ added to mirror process s d~ > t t~ s d~
INFO: Process d~ u~ > t t~ u~ d~ added to mirror process u~ d~ > t t~ u~ d~
INFO: Process d~ c~ > t t~ u~ s~ added to mirror process c~ d~ > t t~ u~ s~
INFO: Process d~ c~ > t t~ c~ d~ added to mirror process c~ d~ > t t~ c~ d~
INFO: Crossed process found for d~ d~ > t t~ d~ d~, reuse diagrams.
INFO: Crossed process found for d~ s~ > t t~ d~ s~, reuse diagrams.
INFO: Process s~ g > t t~ g s~ added to mirror process g s~ > t t~ g s~
INFO: Process s~ u > t t~ u s~ added to mirror process u s~ > t t~ u s~
INFO: Process s~ c > t t~ u d~ added to mirror process c s~ > t t~ u d~
INFO: Process s~ c > t t~ c s~ added to mirror process c s~ > t t~ c s~
INFO: Process s~ d > t t~ u c~ added to mirror process d s~ > t t~ u c~
INFO: Process s~ d > t t~ d s~ added to mirror process d s~ > t t~ d s~
INFO: Process s~ s > t t~ g g added to mirror process s s~ > t t~ g g
INFO: Process s~ s > t t~ u u~ added to mirror process s s~ > t t~ u u~
INFO: Process s~ s > t t~ c c~ added to mirror process s s~ > t t~ c c~
INFO: Process s~ s > t t~ d d~ added to mirror process s s~ > t t~ d d~
INFO: Process s~ s > t t~ s s~ added to mirror process s s~ > t t~ s s~
INFO: Process s~ u~ > t t~ u~ s~ added to mirror process u~ s~ > t t~ u~ s~
INFO: Process s~ u~ > t t~ c~ d~ added to mirror process u~ s~ > t t~ c~ d~
INFO: Process s~ c~ > t t~ c~ s~ added to mirror process c~ s~ > t t~ c~ s~
INFO: Process s~ d~ > t t~ d~ s~ added to mirror process d~ s~ > t t~ d~ s~
INFO: Crossed process found for s~ s~ > t t~ s~ s~, reuse diagrams.
77 processes with 5211 diagrams generated in 6.114 s
Total: 95 processes with 5398 diagrams

MG5_aMC>add process p p > t t~ j j j NP=0 @13
INFO: Trying process: g g > t t~ g g g NP=0 @13
INFO: Process has 1240 diagrams
INFO: Trying process: g g > t t~ g u u~ NP=0 @13
INFO: Process has 733 diagrams
INFO: Trying process: g g > t t~ g u c~ NP=0 @13
INFO: Trying process: g g > t t~ g c u~ NP=0 @13
INFO: Trying process: g g > t t~ g c c~ NP=0 @13
INFO: Process has 733 diagrams
INFO: Trying process: g g > t t~ g d d~ NP=0 @13
INFO: Process has 733 diagrams
INFO: Trying process: g g > t t~ g d s~ NP=0 @13
INFO: Trying process: g g > t t~ g s d~ NP=0 @13
INFO: Trying process: g g > t t~ g s s~ NP=0 @13
INFO: Process has 733 diagrams
INFO: Crossed process found for g u > t t~ g g u, reuse diagrams.
INFO: Trying process: g u > t t~ u u u~ NP=0 @13
INFO: Process has 860 diagrams
INFO: Trying process: g u > t t~ u u c~ NP=0 @13
INFO: Trying process: g u > t t~ u c u~ NP=0 @13
INFO: Trying process: g u > t t~ u c c~ NP=0 @13
INFO: Process has 430 diagrams
INFO: Trying process: g u > t t~ u d d~ NP=0 @13
INFO: Process has 543 diagrams
INFO: Trying process: g u > t t~ u d s~ NP=0 @13
INFO: Trying process: g u > t t~ u s d~ NP=0 @13
INFO: Trying process: g u > t t~ u s s~ NP=0 @13
INFO: Process has 430 diagrams
INFO: Trying process: g u > t t~ c c u~ NP=0 @13
INFO: Trying process: g u > t t~ c c c~ NP=0 @13
INFO: Trying process: g u > t t~ c d d~ NP=0 @13
INFO: Trying process: g u > t t~ c d s~ NP=0 @13
INFO: Process has 113 diagrams
INFO: Trying process: g u > t t~ c s d~ NP=0 @13
INFO: Trying process: g u > t t~ c s s~ NP=0 @13
INFO: Crossed process found for g c > t t~ g g c, reuse diagrams.
INFO: Trying process: g c > t t~ u u c~ NP=0 @13
INFO: Crossed process found for g c > t t~ u c u~, reuse diagrams.
INFO: Trying process: g c > t t~ u c c~ NP=0 @13
INFO: Trying process: g c > t t~ u d d~ NP=0 @13
INFO: Trying process: g c > t t~ u d s~ NP=0 @13
INFO: Trying process: g c > t t~ u s d~ NP=0 @13
INFO: Process has 113 diagrams
INFO: Trying process: g c > t t~ u s s~ NP=0 @13
INFO: Trying process: g c > t t~ c c c~ NP=0 @13
INFO: Process has 860 diagrams
INFO: Trying process: g c > t t~ c d d~ NP=0 @13
INFO: Process has 430 diagrams
INFO: Trying process: g c > t t~ c d s~ NP=0 @13
INFO: Trying process: g c > t t~ c s d~ NP=0 @13
INFO: Trying process: g c > t t~ c s s~ NP=0 @13
INFO: Process has 543 diagrams
INFO: Crossed process found for g d > t t~ g g d, reuse diagrams.
INFO: Crossed process found for g d > t t~ u d u~, reuse diagrams.
INFO: Crossed process found for g d > t t~ u s c~, reuse diagrams.
INFO: Crossed process found for g d > t t~ c d c~, reuse diagrams.
INFO: Trying process: g d > t t~ d d d~ NP=0 @13
INFO: Process has 860 diagrams
INFO: Trying process: g d > t t~ d d s~ NP=0 @13
INFO: Trying process: g d > t t~ d s d~ NP=0 @13
INFO: Trying process: g d > t t~ d s s~ NP=0 @13
INFO: Process has 430 diagrams
INFO: Trying process: g d > t t~ s s d~ NP=0 @13
INFO: Trying process: g d > t t~ s s s~ NP=0 @13
INFO: Crossed process found for g s > t t~ g g s, reuse diagrams.
INFO: Crossed process found for g s > t t~ u s u~, reuse diagrams.
INFO: Crossed process found for g s > t t~ c d u~, reuse diagrams.
INFO: Crossed process found for g s > t t~ c s c~, reuse diagrams.
INFO: Trying process: g s > t t~ d d s~ NP=0 @13
INFO: Crossed process found for g s > t t~ d s d~, reuse diagrams.
INFO: Trying process: g s > t t~ d s s~ NP=0 @13
INFO: Trying process: g s > t t~ s s s~ NP=0 @13
INFO: Process has 860 diagrams
INFO: Crossed process found for g u~ > t t~ g g u~, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ u u~ u~, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ c u~ c~, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ d u~ d~, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ s u~ s~, reuse diagrams.
INFO: Crossed process found for g u~ > t t~ s c~ d~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ g g c~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ u u~ c~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ c c~ c~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ d u~ s~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ d c~ d~, reuse diagrams.
INFO: Crossed process found for g c~ > t t~ s c~ s~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ g g d~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ u u~ d~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ c u~ s~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ c c~ d~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ d d~ d~, reuse diagrams.
INFO: Crossed process found for g d~ > t t~ s d~ s~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ g g s~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ u u~ s~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ u c~ d~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ c c~ s~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ d d~ s~, reuse diagrams.
INFO: Crossed process found for g s~ > t t~ s s~ s~, reuse diagrams.
INFO: Process u g > t t~ g g u added to mirror process g u > t t~ g g u
INFO: Process u g > t t~ u u u~ added to mirror process g u > t t~ u u u~
INFO: Process u g > t t~ u c c~ added to mirror process g u > t t~ u c c~
INFO: Process u g > t t~ u d d~ added to mirror process g u > t t~ u d d~
INFO: Process u g > t t~ u s s~ added to mirror process g u > t t~ u s s~
INFO: Process u g > t t~ c d s~ added to mirror process g u > t t~ c d s~
INFO: Crossed process found for u u > t t~ g u u, reuse diagrams.
INFO: Crossed process found for u c > t t~ g u c, reuse diagrams.
INFO: Crossed process found for u d > t t~ g u d, reuse diagrams.
INFO: Crossed process found for u s > t t~ g u s, reuse diagrams.
INFO: Crossed process found for u s > t t~ g c d, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ g g g, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ g u u~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ g c c~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ g d d~, reuse diagrams.
INFO: Crossed process found for u u~ > t t~ g s s~, reuse diagrams.
INFO: Crossed process found for u c~ > t t~ g u c~, reuse diagrams.
INFO: Crossed process found for u c~ > t t~ g d s~, reuse diagrams.
INFO: Crossed process found for u d~ > t t~ g u d~, reuse diagrams.
INFO: Crossed process found for u d~ > t t~ g c s~, reuse diagrams.
INFO: Crossed process found for u s~ > t t~ g u s~, reuse diagrams.
INFO: Process c g > t t~ g g c added to mirror process g c > t t~ g g c
INFO: Process c g > t t~ u c u~ added to mirror process g c > t t~ u c u~
INFO: Process c g > t t~ u s d~ added to mirror process g c > t t~ u s d~
INFO: Process c g > t t~ c c c~ added to mirror process g c > t t~ c c c~
INFO: Process c g > t t~ c d d~ added to mirror process g c > t t~ c d d~
INFO: Process c g > t t~ c s s~ added to mirror process g c > t t~ c s s~
INFO: Process c u > t t~ g u c added to mirror process u c > t t~ g u c
INFO: Crossed process found for c c > t t~ g c c, reuse diagrams.
INFO: Crossed process found for c d > t t~ g u s, reuse diagrams.
INFO: Crossed process found for c d > t t~ g c d, reuse diagrams.
INFO: Crossed process found for c s > t t~ g c s, reuse diagrams.
INFO: Crossed process found for c u~ > t t~ g c u~, reuse diagrams.
INFO: Crossed process found for c u~ > t t~ g s d~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g g g, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g u u~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g c c~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g d d~, reuse diagrams.
INFO: Crossed process found for c c~ > t t~ g s s~, reuse diagrams.
INFO: Crossed process found for c d~ > t t~ g c d~, reuse diagrams.
INFO: Crossed process found for c s~ > t t~ g u d~, reuse diagrams.
INFO: Crossed process found for c s~ > t t~ g c s~, reuse diagrams.
INFO: Process d g > t t~ g g d added to mirror process g d > t t~ g g d
INFO: Process d g > t t~ u d u~ added to mirror process g d > t t~ u d u~
INFO: Process d g > t t~ u s c~ added to mirror process g d > t t~ u s c~
INFO: Process d g > t t~ c d c~ added to mirror process g d > t t~ c d c~
INFO: Process d g > t t~ d d d~ added to mirror process g d > t t~ d d d~
INFO: Process d g > t t~ d s s~ added to mirror process g d > t t~ d s s~
INFO: Process d u > t t~ g u d added to mirror process u d > t t~ g u d
INFO: Process d c > t t~ g u s added to mirror process c d > t t~ g u s
INFO: Process d c > t t~ g c d added to mirror process c d > t t~ g c d
INFO: Crossed process found for d d > t t~ g d d, reuse diagrams.
INFO: Crossed process found for d s > t t~ g d s, reuse diagrams.
INFO: Crossed process found for d u~ > t t~ g d u~, reuse diagrams.
INFO: Crossed process found for d u~ > t t~ g s c~, reuse diagrams.
INFO: Crossed process found for d c~ > t t~ g d c~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g g g, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g u u~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g c c~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g d d~, reuse diagrams.
INFO: Crossed process found for d d~ > t t~ g s s~, reuse diagrams.
INFO: Crossed process found for d s~ > t t~ g u c~, reuse diagrams.
INFO: Crossed process found for d s~ > t t~ g d s~, reuse diagrams.
INFO: Process s g > t t~ g g s added to mirror process g s > t t~ g g s
INFO: Process s g > t t~ u s u~ added to mirror process g s > t t~ u s u~
INFO: Process s g > t t~ c d u~ added to mirror process g s > t t~ c d u~
INFO: Process s g > t t~ c s c~ added to mirror process g s > t t~ c s c~
INFO: Process s g > t t~ d s d~ added to mirror process g s > t t~ d s d~
INFO: Process s g > t t~ s s s~ added to mirror process g s > t t~ s s s~
INFO: Process s u > t t~ g u s added to mirror process u s > t t~ g u s
INFO: Process s u > t t~ g c d added to mirror process u s > t t~ g c d
INFO: Process s c > t t~ g c s added to mirror process c s > t t~ g c s
INFO: Process s d > t t~ g d s added to mirror process d s > t t~ g d s
INFO: Crossed process found for s s > t t~ g s s, reuse diagrams.
INFO: Crossed process found for s u~ > t t~ g s u~, reuse diagrams.
INFO: Crossed process found for s c~ > t t~ g d u~, reuse diagrams.
INFO: Crossed process found for s c~ > t t~ g s c~, reuse diagrams.
INFO: Crossed process found for s d~ > t t~ g c u~, reuse diagrams.
INFO: Crossed process found for s d~ > t t~ g s d~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g g g, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g u u~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g c c~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g d d~, reuse diagrams.
INFO: Crossed process found for s s~ > t t~ g s s~, reuse diagrams.
INFO: Process u~ g > t t~ g g u~ added to mirror process g u~ > t t~ g g u~
INFO: Process u~ g > t t~ u u~ u~ added to mirror process g u~ > t t~ u u~ u~
INFO: Process u~ g > t t~ c u~ c~ added to mirror process g u~ > t t~ c u~ c~
INFO: Process u~ g > t t~ d u~ d~ added to mirror process g u~ > t t~ d u~ d~
INFO: Process u~ g > t t~ s u~ s~ added to mirror process g u~ > t t~ s u~ s~
INFO: Process u~ g > t t~ s c~ d~ added to mirror process g u~ > t t~ s c~ d~
INFO: Process u~ u > t t~ g g g added to mirror process u u~ > t t~ g g g
INFO: Process u~ u > t t~ g u u~ added to mirror process u u~ > t t~ g u u~
INFO: Process u~ u > t t~ g c c~ added to mirror process u u~ > t t~ g c c~
INFO: Process u~ u > t t~ g d d~ added to mirror process u u~ > t t~ g d d~
INFO: Process u~ u > t t~ g s s~ added to mirror process u u~ > t t~ g s s~
INFO: Process u~ c > t t~ g c u~ added to mirror process c u~ > t t~ g c u~
INFO: Process u~ c > t t~ g s d~ added to mirror process c u~ > t t~ g s d~
INFO: Process u~ d > t t~ g d u~ added to mirror process d u~ > t t~ g d u~
INFO: Process u~ d > t t~ g s c~ added to mirror process d u~ > t t~ g s c~
INFO: Process u~ s > t t~ g s u~ added to mirror process s u~ > t t~ g s u~
INFO: Crossed process found for u~ u~ > t t~ g u~ u~, reuse diagrams.
INFO: Crossed process found for u~ c~ > t t~ g u~ c~, reuse diagrams.
INFO: Crossed process found for u~ d~ > t t~ g u~ d~, reuse diagrams.
INFO: Crossed process found for u~ s~ > t t~ g u~ s~, reuse diagrams.
INFO: Crossed process found for u~ s~ > t t~ g c~ d~, reuse diagrams.
INFO: Process c~ g > t t~ g g c~ added to mirror process g c~ > t t~ g g c~
INFO: Process c~ g > t t~ u u~ c~ added to mirror process g c~ > t t~ u u~ c~
INFO: Process c~ g > t t~ c c~ c~ added to mirror process g c~ > t t~ c c~ c~
INFO: Process c~ g > t t~ d u~ s~ added to mirror process g c~ > t t~ d u~ s~
INFO: Process c~ g > t t~ d c~ d~ added to mirror process g c~ > t t~ d c~ d~
INFO: Process c~ g > t t~ s c~ s~ added to mirror process g c~ > t t~ s c~ s~
INFO: Process c~ u > t t~ g u c~ added to mirror process u c~ > t t~ g u c~
INFO: Process c~ u > t t~ g d s~ added to mirror process u c~ > t t~ g d s~
INFO: Process c~ c > t t~ g g g added to mirror process c c~ > t t~ g g g
INFO: Process c~ c > t t~ g u u~ added to mirror process c c~ > t t~ g u u~
INFO: Process c~ c > t t~ g c c~ added to mirror process c c~ > t t~ g c c~
INFO: Process c~ c > t t~ g d d~ added to mirror process c c~ > t t~ g d d~
INFO: Process c~ c > t t~ g s s~ added to mirror process c c~ > t t~ g s s~
INFO: Process c~ d > t t~ g d c~ added to mirror process d c~ > t t~ g d c~
INFO: Process c~ s > t t~ g d u~ added to mirror process s c~ > t t~ g d u~
INFO: Process c~ s > t t~ g s c~ added to mirror process s c~ > t t~ g s c~
INFO: Process c~ u~ > t t~ g u~ c~ added to mirror process u~ c~ > t t~ g u~ c~
INFO: Crossed process found for c~ c~ > t t~ g c~ c~, reuse diagrams.
INFO: Crossed process found for c~ d~ > t t~ g u~ s~, reuse diagrams.
INFO: Crossed process found for c~ d~ > t t~ g c~ d~, reuse diagrams.
INFO: Crossed process found for c~ s~ > t t~ g c~ s~, reuse diagrams.
INFO: Process d~ g > t t~ g g d~ added to mirror process g d~ > t t~ g g d~
INFO: Process d~ g > t t~ u u~ d~ added to mirror process g d~ > t t~ u u~ d~
INFO: Process d~ g > t t~ c u~ s~ added to mirror process g d~ > t t~ c u~ s~
INFO: Process d~ g > t t~ c c~ d~ added to mirror process g d~ > t t~ c c~ d~
INFO: Process d~ g > t t~ d d~ d~ added to mirror process g d~ > t t~ d d~ d~
INFO: Process d~ g > t t~ s d~ s~ added to mirror process g d~ > t t~ s d~ s~
INFO: Process d~ u > t t~ g u d~ added to mirror process u d~ > t t~ g u d~
INFO: Process d~ u > t t~ g c s~ added to mirror process u d~ > t t~ g c s~
INFO: Process d~ c > t t~ g c d~ added to mirror process c d~ > t t~ g c d~
INFO: Process d~ d > t t~ g g g added to mirror process d d~ > t t~ g g g
INFO: Process d~ d > t t~ g u u~ added to mirror process d d~ > t t~ g u u~
INFO: Process d~ d > t t~ g c c~ added to mirror process d d~ > t t~ g c c~
INFO: Process d~ d > t t~ g d d~ added to mirror process d d~ > t t~ g d d~
INFO: Process d~ d > t t~ g s s~ added to mirror process d d~ > t t~ g s s~
INFO: Process d~ s > t t~ g c u~ added to mirror process s d~ > t t~ g c u~
INFO: Process d~ s > t t~ g s d~ added to mirror process s d~ > t t~ g s d~
INFO: Process d~ u~ > t t~ g u~ d~ added to mirror process u~ d~ > t t~ g u~ d~
INFO: Process d~ c~ > t t~ g u~ s~ added to mirror process c~ d~ > t t~ g u~ s~
INFO: Process d~ c~ > t t~ g c~ d~ added to mirror process c~ d~ > t t~ g c~ d~
INFO: Crossed process found for d~ d~ > t t~ g d~ d~, reuse diagrams.
INFO: Crossed process found for d~ s~ > t t~ g d~ s~, reuse diagrams.
INFO: Process s~ g > t t~ g g s~ added to mirror process g s~ > t t~ g g s~
INFO: Process s~ g > t t~ u u~ s~ added to mirror process g s~ > t t~ u u~ s~
INFO: Process s~ g > t t~ u c~ d~ added to mirror process g s~ > t t~ u c~ d~
INFO: Process s~ g > t t~ c c~ s~ added to mirror process g s~ > t t~ c c~ s~
INFO: Process s~ g > t t~ d d~ s~ added to mirror process g s~ > t t~ d d~ s~
INFO: Process s~ g > t t~ s s~ s~ added to mirror process g s~ > t t~ s s~ s~
INFO: Process s~ u > t t~ g u s~ added to mirror process u s~ > t t~ g u s~
INFO: Process s~ c > t t~ g u d~ added to mirror process c s~ > t t~ g u d~
INFO: Process s~ c > t t~ g c s~ added to mirror process c s~ > t t~ g c s~
INFO: Process s~ d > t t~ g u c~ added to mirror process d s~ > t t~ g u c~
INFO: Process s~ d > t t~ g d s~ added to mirror process d s~ > t t~ g d s~
INFO: Process s~ s > t t~ g g g added to mirror process s s~ > t t~ g g g
INFO: Process s~ s > t t~ g u u~ added to mirror process s s~ > t t~ g u u~
INFO: Process s~ s > t t~ g c c~ added to mirror process s s~ > t t~ g c c~
INFO: Process s~ s > t t~ g d d~ added to mirror process s s~ > t t~ g d d~
INFO: Process s~ s > t t~ g s s~ added to mirror process s s~ > t t~ g s s~
INFO: Process s~ u~ > t t~ g u~ s~ added to mirror process u~ s~ > t t~ g u~ s~
INFO: Process s~ u~ > t t~ g c~ d~ added to mirror process u~ s~ > t t~ g c~ d~
INFO: Process s~ c~ > t t~ g c~ s~ added to mirror process c~ s~ > t t~ g c~ s~
INFO: Process s~ d~ > t t~ g d~ s~ added to mirror process d~ s~ > t t~ g d~ s~
INFO: Crossed process found for s~ s~ > t t~ g s~ s~, reuse diagrams.
117 processes with 60488 diagrams generated in 72.935 s
Total: 212 processes with 65886 diagrams

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

Hi,

> Does the model used has some problem or there is something else.

I do not know your model, so I can not comment on that (neither test your stuff on my machine).
But yes my guess is that your list of command is not compatible with your model.

Cheers,

Olivier

Revision history for this message
Alpha Bravo (alphabravocharli) said :
#4

Hi Again,

Thank alot for your comments, Just to elaborate a bit more. I am generating only one process: p p > t t~ NP=0 @10 and using the model:

MG5_aMC>import model TopFCNC_UFO-all_ProdConventions_no_b_mass --modelname

but it still complains, I think this should work on any machine to reporduce the error. Your comments/suggestions would be highly appreciated.

wajid@lxplus040:$ ./bin/mg5_aMC
************************************************************
* *
* W E L C O M E to *
* M A D G R A P H 5 _ a M C @ N L O *
* *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.0 2017-08-16 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* and *
* http://amcatnlo.web.cern.ch/amcatnlo/ *
* *
* Type 'help' for in-line help. *
* Type 'tutorial' to learn how MG5 works *
* Type 'tutorial aMCatNLO' to learn how aMC@NLO works *
* Type 'tutorial MadLoop' to learn how MadLoop works *
* *
************************************************************
load MG5 configuration from input/mg5_configuration.txt
set collier to /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/HEPTools/lib
set fastjet to /afs/cern.ch/cms/slc6_amd64_gcc530/external/fastjet/3.1.0/bin/fastjet-config
set lhapdf to /afs/cern.ch/cms/slc6_amd64_gcc530/external/lhapdf/6.1.6/bin/lhapdf-config
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
Loading default model: sm
INFO: Restrict model sm with file models/sm/restrict_default.dat .
INFO: Run "set stdout_level DEBUG" before import for more information.
INFO: Change particles name to pass to MG5 convention
Defined multiparticle p = g u c d s u~ c~ d~ s~
Defined multiparticle j = g u c d s u~ c~ d~ s~
Defined multiparticle l+ = e+ mu+
Defined multiparticle l- = e- mu-
Defined multiparticle vl = ve vm vt
Defined multiparticle vl~ = ve~ vm~ vt~
Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+
MG5_aMC>import model TopFCNC_UFO-all_ProdConventions_no_b_mass --modelname
INFO: Restrict model TopFCNC_UFO with file models/TopFCNC_UFO/restrict_all_ProdConventions_no_b_mass.dat .
INFO: Run "set stdout_level DEBUG" before import for more information.
Pass the definition of 'j' and 'p' to 5 flavour scheme.
Kept definitions of multiparticles l- / vl / l+ / vl~ unchanged
Defined multiparticle all = g u c d s b u~ c~ d~ s~ b~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t t~ z w+ h w- ta- ta+
MG5_aMC>generate p p > t t~ NP=0 @10
INFO: Trying process: g g > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: u u~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: u c~ > t t~ NP=0 @10
INFO: Trying process: c u~ > t t~ NP=0 @10
INFO: Trying process: c c~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: d d~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: d s~ > t t~ NP=0 @10
INFO: Trying process: d b~ > t t~ NP=0 @10
INFO: Trying process: s d~ > t t~ NP=0 @10
INFO: Trying process: s s~ > t t~ NP=0 @10
INFO: Process has 3 diagrams
INFO: Trying process: s b~ > t t~ NP=0 @10
INFO: Process u~ u > t t~ added to mirror process u u~ > t t~
INFO: Process c~ c > t t~ added to mirror process c c~ > t t~
INFO: Process d~ d > t t~ added to mirror process d d~ > t t~
INFO: Trying process: d~ b > t t~ NP=0 @10
INFO: Process s~ s > t t~ added to mirror process s s~ > t t~
INFO: Trying process: s~ b > t t~ NP=0 @10
INFO: Trying process: b b~ > t t~ NP=0 @10
INFO: Process has 4 diagrams
INFO: Process b~ b > t t~ added to mirror process b b~ > t t~
6 processes with 19 diagrams generated in 0.101 s
Total: 6 processes with 19 diagrams
MG5_aMC>output ttbar_fcnc
INFO: initialize a new directory: ttbar_fcnc
INFO: remove old information in ttbar_fcnc
INFO: Organizing processes into subprocess groups
INFO: Generating Helas calls for process: b b~ > t t~ NP=0 @10
INFO: Processing color information for process: b b~ > t t~ NP=0 @10
INFO: Generating Helas calls for process: u u~ > t t~ NP=0 @10
INFO: Processing color information for process: u u~ > t t~ NP=0 @10
INFO: Combined process c c~ > t t~ NP=0 @10 with process u u~ > t t~ NP=0 @10
INFO: Generating Helas calls for process: d d~ > t t~ NP=0 @10
INFO: Reusing existing color information for process: d d~ > t t~ NP=0 @10
INFO: Combined process s s~ > t t~ NP=0 @10 with process d d~ > t t~ NP=0 @10
INFO: Generating Helas calls for process: g g > t t~ NP=0 @10
INFO: Processing color information for process: g g > t t~ NP=0 @10
INFO: Creating files in directory P10_qq_ttx
INFO: Generating Feynman diagrams for Process: b b~ > t t~ NP=0 @10
INFO: Generating Feynman diagrams for Process: u u~ > t t~ NP=0 @10
INFO: Generating Feynman diagrams for Process: d d~ > t t~ NP=0 @10
INFO: Finding symmetric diagrams for subprocess group qq_ttx
INFO: Creating files in directory P10_gg_ttx
INFO: Generating Feynman diagrams for Process: g g > t t~ NP=0 @10
INFO: Finding symmetric diagrams for subprocess group gg_ttx
Generated helas calls for 4 subprocesses (13 diagrams) in 0.073 s
Wrote files for 42 helas calls in 0.811 s
ALOHA: aloha creates FFV2 routines
ALOHA: aloha creates FFV8 routines
ALOHA: aloha creates FFV1 routines
ALOHA: aloha creates FFV6 routines
ALOHA: aloha creates VVV1 set of routines with options: P0
save configuration file to /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/me5_configuration.txt
INFO: Use Fortran compiler gfortran
INFO: Use c++ compiler g++
INFO: Generate jpeg diagrams
INFO: Generate web pages
INFO: Generating MadAnalysis5 default cards tailored to this process
INFO: Cards created in 4.00s
Output to directory /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc done.
Type "launch" to generate events from this process, or see
/afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/README
Run "open index.html" to see more information about this process.
MG5_aMC>launch ttbar_fcnc
************************************************************
* *
* W E L C O M E to *
* M A D G R A P H 5 _ a M C @ N L O *
* M A D E V E N T *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.0 2017-08-16 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/me5_configuration.txt
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/input/mg5_configuration.txt
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/me5_configuration.txt
No valid td path found
generate_events run_01
The following switches determine which programs are run:
/--------------------------------------------------------------------------------------------------\
| 1. Choose the shower/hadronization program: shower = OFF |
| 2. Choose the detector simulation program: detector = OFF |
| 3. Run an analysis package on the events generated: analysis = MADANALYSIS_5 |
| 4. Decay particles with the MadSpin module: madspin = OFF |
| 5. Add weights to events for different model hypothesis: reweight = OFF |
\--------------------------------------------------------------------------------------------------/
  Either type the switch number (1 to 5) to change its setting,
  Set any switch explicitly (e.g. type 'madspin=ON' at the prompt)
  Type 'help' for the list of all valid option
  Type '0', 'auto', 'done' or just press enter when you are done.
 [0, auto, done, delphes, delphes=ON, delphes=OFF, shower=OFF, shower=PYTHIA6, shower=PYTHIA8, shower, ... ][60s to answer]
>4
The following switches determine which programs are run:
/--------------------------------------------------------------------------------------------------\
| 1. Choose the shower/hadronization program: shower = OFF |
| 2. Choose the detector simulation program: detector = OFF |
| 3. Run an analysis package on the events generated: analysis = MADANALYSIS_5 |
| 4. Decay particles with the MadSpin module: madspin = ON |
| 5. Add weights to events for different model hypothesis: reweight = OFF |
\--------------------------------------------------------------------------------------------------/
  Either type the switch number (1 to 5) to change its setting,
  Set any switch explicitly (e.g. type 'madspin=ON' at the prompt)
  Type 'help' for the list of all valid option
  Type '0', 'auto', 'done' or just press enter when you are done.
 [0, auto, done, delphes, delphes=ON, delphes=OFF, shower=OFF, shower=PYTHIA6, shower=PYTHIA8, shower, ... ][60s to answer]
>
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. madspin : madspin_card.dat |
| 4. madanalysis5_parton : madanalysis5_parton_card.dat |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, madspin, 4, enter path, ... ][90s to answer]
>
INFO: Update the dependent parameter of the param_card.dat
Generating 10000 events with run name run_01
survey run_01
INFO: compile directory
compile Source Directory
Using random number seed offset = 21
INFO: Running Survey
Creating Jobs
Working on SubProcesses
INFO: P10_qq_ttx
INFO: P10_gg_ttx
INFO: Idle: 1, Running: 2, Completed: 0 [ current time: 11h31 ]
INFO: Idle: 0, Running: 2, Completed: 1 [ 0.35s ]
INFO: Idle: 0, Running: 0, Completed: 3 [ 1.8s ]
INFO: End survey
refine 10000
Creating Jobs
INFO: Refine results to 10000
INFO: Generating 10000.0 unweigthed events.
INFO: Effective Luminosity 23.1265280119 pb^-1
INFO: need to improve 3 channels
Current estimate of cross-section: 518.884633 +- 3.64447703384
    P10_qq_ttx
    P10_gg_ttx
INFO: Idle: 4, Running: 10, Completed: 0 [ current time: 11h31 ]
INFO: Idle: 3, Running: 10, Completed: 1 [ 1.3s ]
INFO: Idle: 0, Running: 0, Completed: 14 [ 6.5s ]
INFO: Idle: 0, Running: 0, Completed: 14 [ 6.5s ]
INFO: Combining runs
INFO: finish refine
refine 10000
Creating Jobs
INFO: Refine results to 10000
INFO: Generating 10000.0 unweigthed events.
INFO: Effective Luminosity 23.0826212439 pb^-1
INFO: need to improve 0 channels
Current estimate of cross-section: 519.871633 +- 0.993059418519
    P10_qq_ttx
    P10_gg_ttx
INFO: Idle: 0, Running: 0, Completed: 0 [ current time: 11h31 ]
INFO: Combining runs
INFO: finish refine
INFO: Combining Events
^Crm jobs on queue
INFO: Stop by the user
stopping all operation
            in order to quit MadGraph5_aMC@NLO please enter exit
INFO: generate_events Stop by the user
quit
INFO:

INFO:

more information in /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/index.html
MG5_aMC>decay t~ > w- b~, w- > j j NP=0
Command "decay" not recognized, please try again
MG5_aMC>launch ttbar_fcnc
************************************************************
* *
* W E L C O M E to *
* M A D G R A P H 5 _ a M C @ N L O *
* M A D E V E N T *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.0 2017-08-16 *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/me5_configuration.txt
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/input/mg5_configuration.txt
INFO: load configuration from /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/me5_configuration.txt
No valid td path found
generate_events run_02
The following switches determine which programs are run:
/--------------------------------------------------------------------------------------------------\
| 1. Choose the shower/hadronization program: shower = OFF |
| 2. Choose the detector simulation program: detector = OFF |
| 3. Run an analysis package on the events generated: analysis = MADANALYSIS_5 |
| 4. Decay particles with the MadSpin module: madspin = ON |
| 5. Add weights to events for different model hypothesis: reweight = OFF |
\--------------------------------------------------------------------------------------------------/
  Either type the switch number (1 to 5) to change its setting,
  Set any switch explicitly (e.g. type 'madspin=ON' at the prompt)
  Type 'help' for the list of all valid option
  Type '0', 'auto', 'done' or just press enter when you are done.
 [0, auto, done, delphes, delphes=ON, delphes=OFF, shower=OFF, shower=PYTHIA6, shower=PYTHIA8, shower, ... ][60s to answer]
>
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. madspin : madspin_card.dat |
| 4. madanalysis5_parton : madanalysis5_parton_card.dat |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, madspin, 4, enter path, ... ][90s to answer]
>3
open /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/Cards/madspin_card.dat
Do you want to edit a card (press enter to bypass editing)?
/------------------------------------------------------------\
| 1. param : param_card.dat |
| 2. run : run_card.dat |
| 3. madspin : madspin_card.dat |
| 4. madanalysis5_parton : madanalysis5_parton_card.dat |
\------------------------------------------------------------/
 you can also
   - enter the path to a valid card or banner.
   - use the 'set' command to modify a parameter directly.
     The set option works only for param_card and run_card.
     Type 'help set' for more information on this command.
   - call an external program (ASperGE/MadWidth/...).
     Type 'help' for the list of available command
 [0, done, 1, param, 2, run, 3, madspin, 4, enter path, ... ]
>
INFO: Update the dependent parameter of the param_card.dat
Generating 10000 events with run name run_02
survey run_02
INFO: compile directory
compile Source Directory
Using random number seed offset = 30
INFO: Running Survey
Creating Jobs
Working on SubProcesses
INFO: P10_qq_ttx
INFO: P10_gg_ttx
INFO: Idle: 1, Running: 0, Completed: 2 [ current time: 11h34 ]
INFO: Idle: 0, Running: 1, Completed: 2 [ current time: 11h34 ]
INFO: Idle: 0, Running: 0, Completed: 3 [ 1.7s ]
INFO: End survey
refine 10000
Creating Jobs
INFO: Refine results to 10000
INFO: Generating 10000.0 unweigthed events.
INFO: Effective Luminosity 22.8863612424 pb^-1
INFO: need to improve 3 channels
Current estimate of cross-section: 524.329747 +- 3.56568573839
    P10_qq_ttx
    P10_gg_ttx
INFO: Idle: 4, Running: 10, Completed: 0 [ current time: 11h34 ]
INFO: Idle: 3, Running: 10, Completed: 1 [ 1.8s ]
INFO: Idle: 0, Running: 9, Completed: 5 [ 4.9s ]
INFO: Idle: 0, Running: 0, Completed: 14 [ 9.3s ]
INFO: Idle: 0, Running: 0, Completed: 14 [ 9.4s ]
INFO: Combining runs
INFO: finish refine
refine 10000
Creating Jobs
INFO: Refine results to 10000
INFO: Generating 10000.0 unweigthed events.
INFO: Effective Luminosity 23.1032809437 pb^-1
INFO: need to improve 0 channels
Current estimate of cross-section: 519.406747 +- 0.989532396229
    P10_qq_ttx
    P10_gg_ttx
INFO: Idle: 0, Running: 0, Completed: 0 [ current time: 11h34 ]
INFO: Combining runs
INFO: finish refine
INFO: Combining Events
  === Results Summary for run: run_02 tag: tag_1 ===

     Cross-section : 519.4 +- 0.9895 pb
     Nb of events : 10000

fail
Failed to access python version of LHAPDF: If the python interface to LHAPDF is available on your system, try adding its location to the PYTHONPATH environment variable and theLHAPDF library location to LD_LIBRARY_PATH (linux) or DYLD_LIBRARY_PATH (mac os x).
INFO: can not run systematics since can not link python to lhapdf
store_events
INFO: Storing parton level results
INFO: End Parton
reweight -from_cards
decay_events -from_cards
INFO: Running MadSpin
INFO: This functionality allows for the decay of resonances
INFO: in a .lhe file, keeping track of the spin correlation effets.
INFO: BE AWARE OF THE CURRENT LIMITATIONS:
INFO: (1) Only a succession of 2 body decay are currently allowed
************************************************************
* *
* W E L C O M E to M A D S P I N *
* *
************************************************************
INFO: Extracting the banner ...
INFO: process: p p > t t~
INFO: options: NP=0
INFO: detected model: TopFCNC_UFO-all_ProdConventions_no_b_mass. Loading...
set max_weight_ps_point 400 # number of PS to estimate the maximum for each event
decay t~ > w- b~, w- > j j NP=0
decay t > h c NP=1
launch
INFO: Will use seed 195113376
INFO: We need to recalculate the branching fractions for t~,w-,t
INFO: Using MadWidth (arXiv:1402.1178)
WARNING: The LO estimate for the width of particle 6
WARNING: differs from the one in the banner by 99 percent
INFO:
INFO: decay channels for t~ : ( width = 24230.1 GeV )
INFO: BR d1 d2
INFO: 6.050326e-01 c~ g
INFO: 1.512664e-01 u~ g
INFO: 1.084643e-01 b~ w-
INFO: 4.817974e-02 s~ w-
INFO: 3.283891e-02 c~ a
INFO: 2.717075e-02 c~ z
INFO: 1.204453e-02 d~ w-
INFO: 8.210037e-03 u~ a
INFO: 6.792791e-03 u~ z
INFO:
INFO:
INFO: decay channels for w- : ( width = 2.002744 GeV )
INFO: BR d1 d2
INFO: 3.163660e-01 d u~
INFO: 3.163660e-01 s c~
INFO: 1.111200e-01 e- ve~
INFO: 1.111200e-01 mu- vm~
INFO: 1.110426e-01 ta- vt~
INFO: 1.699269e-02 d c~
INFO: 1.699269e-02 s u~
INFO:
INFO:
INFO: decay channels for w+ : ( width = 2.002744 GeV )
INFO: BR d1 d2
INFO: 3.163660e-01 d~ u
INFO: 3.163660e-01 s~ c
INFO: 1.111200e-01 e+ ve
INFO: 1.111200e-01 mu+ vm
INFO: 1.110426e-01 ta+ vt
INFO: 1.699269e-02 d~ c
INFO: 1.699269e-02 s~ u
INFO:
INFO:
INFO: decay channels for t : ( width = 24230.1 GeV )
INFO: BR d1 d2
INFO: 6.050326e-01 c g
INFO: 1.512664e-01 u g
INFO: 1.084643e-01 b w+
INFO: 4.817974e-02 s w+
INFO: 3.283891e-02 c a
INFO: 2.717075e-02 c z
INFO: 1.204453e-02 d w+
INFO: 8.210037e-03 u a
INFO: 6.792791e-03 u z
INFO:
INFO: generating the production square matrix element
INFO: generate p p > t t~ NP=0 @ 10 --no_warning=duplicate;
INFO: Done 4.076
INFO: generating the full matrix element squared (with decay)
INFO: generate p p > t t~ NP=0 , (t~ > b~ w- , w- > j j NP=0 ), t > h c NP=1 @ 10 --no_warning=duplicate;
Command "generate_events run_02" interrupted with error:
InvalidCmd : No matrix elements generated, check overall coupling orders
quit
INFO: storing files of previous run
gzipping output file: unweighted_events.lhe
INFO: Done
INFO:

INFO:

more information in /afs/cern.ch/work/w/wajid/Madgraph_aMC/MG5_aMC_v2_6_0/ttbar_fcnc/index.html

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

Hi Jack,

The model that you are using is not part of MG5aMC, not in the official list of model that we can auto-download from the FeynRules website. So no I can not (even try to) reproduce your problem.

As said above, your problem is likely that
generate t > h c NP=1 does not return any Feynman Diagram.

If that's a bug of the model or of our framework, I can not tell since I do not know if such coupling exists in your model (and/or if it is zero or not for your restrict_all_ProdConventions_no_b_mass file)

Cheers,

Olivier

Revision history for this message
Alpha Bravo (alphabravocharli) said :
#6

Hi Oliver,

Thank you for your feedback. I was looking for a repo where I can find the model and you have access to it. So here is the model tar:
https://cms-project-generators.web.cern.ch/cms-project-generators/TopFCNC_patch4_UFO.tgz

model: import model TopFCNC_UFO-all_ProdConventions_no_b_mass --modelname
process: generate p p > t t~ NP=0 @10
madspin:
decay t~ > w- b~, w- > j j NP=0
decay t > h c NP=1

Thanks in advance.

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

Hi,

Ok the problem originates in the computation of the partial width since MadSpin needs to know it
in order to normalise correctly the cross-section.

The problem is that the evaluation of the width is 0.00761819968536
which is lower than the QCD scale and therefore the tools that we use to compute the width put that width to zero.
This actually makes a lot of sense since such decay is actually occuring after the hadronization of the particle
and therefore you should not trust such result.

Cheers,

Olivier

> On 1 Feb 2018, at 15:57, Alpha Bravo <email address hidden> wrote:
>
> Question #663852 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/663852
>
> Status: Answered => Open
>
> Alpha Bravo is still having a problem:
> Hi Oliver,
>
> Thank you for your feedback. I was looking for a repo where I can find the model and you have access to it. So here is the model tar:
> https://cms-project-generators.web.cern.ch/cms-project-generators/TopFCNC_patch4_UFO.tgz
>
> model: import model TopFCNC_UFO-all_ProdConventions_no_b_mass --modelname
> process: generate p p > t t~ NP=0 @10
> madspin:
> decay t~ > w- b~, w- > j j NP=0
> decay t > h c NP=1
>
> Thanks in advance.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Alpha Bravo (alphabravocharli) said :
#8

Hi Oliver,

So, what is the solution to it, how to stop the tool not to put the width equal to zero. Previously, this model
has been used for the generation in previous versions of Madgraph.

Thanks in advance.

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

Hi,

> Previously, this model
> has been used for the generation in previous versions of Madgraph.

It is not because it has been done before that it such generation makes sense.
In that regime you can not trust perturbative QCD...
Therefore you can not use our tool to have a sensitive result for such decay.
(At least I believe that)

> So, what is the solution to it, how to stop the tool not to put the width equal to zero

Well the solution should be different.
But if you do not think that using perturbative QCD is not a problem here what you can do
is to bypass the automatic computation of the width by providing yourself the total width and branching ratio.
I will not trust the result of that simulation but this is your responsibility not mine.
Please remember to specify such issue in any publication (and the associate justification why you think that it is fine)

Cheers,

Olivier

> On 1 Feb 2018, at 21:27, Alpha Bravo <email address hidden> wrote:
>
> Question #663852 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/663852
>
> Status: Answered => Open
>
> Alpha Bravo is still having a problem:
> Hi Oliver,
>
> So, what is the solution to it, how to stop the tool not to put the width equal to zero. Previously, this model
> has been used for the generation in previous versions of Madgraph.
>
> Thanks in advance.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

Provide an answer of your own, or ask Alpha Bravo for more information if necessary.

To post a message you must log in.