MadGraph example
[3]:
import hepi
print(hepi.__version__)
import smpl
import numpy as np
import hepi.madgraph as mg
import hepi.util as util
import matplotlib.pyplot as plt
mg.set_path("/opt/MG5_aMC_v2_7_3/")
print (mg.get_path())
0.1.8.9+dirty
/opt/MG5_aMC_v2_7_3/
No on-shell subtraction through madstr
[8]:
params = [
"mastercode_with_gm2.in",
]
pss = [
(1000011,-1000011),
]
for pa,pb in pss:
for param in params:
i = hepi.Input(hepi.Order.NLO,13000,pa,pb,param,"cteq6l1","cteq66",1., 1.,model="/opt/MG5_aMC_v2_7_3/models/MSSMatNLO_UFO")
li = [i]
li = hepi.mass_scan([i],pa, np.linspace(100,1000,7+8))
mg_dl = mg.run(li,skip=False,madstr=False)
hepi.mass_plot(mg_dl,"LO",pa,logy=True)
hepi.mass_plot(mg_dl,"NLO",pa,logy=True)
hepi.title(plt.gca(),li[0],scenario="mastercode")
Running: 15 jobs
./output/09f0fa80d6ffa4d16b6c3b7f888df66d3c6debf643b46bfa1441c5a941d5bc4a.out
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:510: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
_mg5_version = LooseVersion(line[9:].strip())
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:456: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if tool_name in ['lhapdf6', 'lhapdf'] and MG5_version and MG5_version < LooseVersion("2.6.1"):
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:255: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
( lambda MG5version: MG5version < LooseVersion("2.6.1"),
Detected 'ninja' missing dependency: 'oneloop'. Will install it now.
Fetching data with command:
wget --no-check-certificate http://helac-phegas.web.cern.ch/helac-phegas/tar-files/OneLOop-3.6.tgz
--2022-06-08 11:43:47-- http://helac-phegas.web.cern.ch/helac-phegas/tar-files/OneLOop-3.6.tgz
Resolving helac-phegas.web.cern.ch... 188.184.100.128
Connecting to helac-phegas.web.cern.ch|188.184.100.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://helac-phegas.web.cern.ch/tar-files/OneLOop-3.6.tgz [following]
--2022-06-08 11:43:48-- https://helac-phegas.web.cern.ch/tar-files/OneLOop-3.6.tgz
Connecting to helac-phegas.web.cern.ch|188.184.100.128|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 111734 (109K) [application/x-compressed]
Saving to: ‘OneLOop-3.6.tgz’
0K .......... .......... .......... .......... .......... 45% 1.40M 0s
50K .......... .......... .......... .......... .......... 91% 2.99M 0s
100K ......... 100% 156M=0.05s
2022-06-08 11:43:48 (2.08 MB/s) - ‘OneLOop-3.6.tgz’ saved [111734/111734]
Installing tool 'oneloop'...
> Follow the installation progress by running the command below in a separate terminal)
> tail -f /opt/MG5_aMC_v2_7_3/HEPTools/oneloop/oneloop_install.log
> Successful installation of dependency 'oneloop' in '/opt/MG5_aMC_v2_7_3/HEPTools'.
> See installation log at '/opt/MG5_aMC_v2_7_3/HEPTools/oneloop/oneloop_install.log'.
Fetching data with command:
wget --no-check-certificate https://ninja.hepforge.org/downloads//ninja-1.1.0.tar.gz
--2022-06-08 11:44:27-- https://ninja.hepforge.org/downloads//ninja-1.1.0.tar.gz
Resolving ninja.hepforge.org... 129.234.186.186
Connecting to ninja.hepforge.org|129.234.186.186|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /downloads?f=/ninja-1.1.0.tar.gz [following]
--2022-06-08 11:44:27-- https://ninja.hepforge.org/downloads?f=/ninja-1.1.0.tar.gz
Reusing existing connection to ninja.hepforge.org:443.
HTTP request sent, awaiting response... 302 Found
Location: /downloads?f=ninja-1.1.0.tar.gz [following]
--2022-06-08 11:44:27-- https://ninja.hepforge.org/downloads?f=ninja-1.1.0.tar.gz
Reusing existing connection to ninja.hepforge.org:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘ninja-1.1.0.tar.gz’
0K .......... .......... .......... .......... .......... 771K
50K .......... .......... .......... .......... .......... 1.53M
100K .......... .......... .......... .......... .......... 224M
150K .......... .......... .......... .......... .......... 1.63M
200K .......... .......... .......... .......... .......... 17.9M
250K .......... .......... .......... .......... .......... 181M
300K .......... .......... .......... .......... .......... 206M
350K .......... .......... .......... .......... .......... 1.63M
400K .......... .......... .......... .......... .......... 36.0M
450K .......... .......... .......... .......... .......... 180M
500K .......... .......... .......... .......... .......... 163M
550K .......... ....... 219M=0.2s
2022-06-08 11:44:27 (3.42 MB/s) - ‘ninja-1.1.0.tar.gz’ saved [581566]
Installing tool 'ninja'...
> Follow the installation progress by running the command below in a separate terminal)
> tail -f /opt/MG5_aMC_v2_7_3/HEPTools/ninja/ninja_install.log
Successful installation of 'ninja' in '/opt/MG5_aMC_v2_7_3/HEPTools'.
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:510: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
_mg5_version = LooseVersion(line[9:].strip())
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:456: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if tool_name in ['lhapdf6', 'lhapdf'] and MG5_version and MG5_version < LooseVersion("2.6.1"):
/opt/MG5_aMC_v2_7_3/HEPTools/HEPToolsInstallers/HEPToolInstaller.py:255: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
( lambda MG5version: MG5version < LooseVersion("2.6.1"),
Fetching data with command:
wget --no-check-certificate http://collier.hepforge.org//collier-latest.tar.gz
--2022-06-08 11:49:29-- http://collier.hepforge.org//collier-latest.tar.gz
Resolving collier.hepforge.org... 129.234.186.186
Connecting to collier.hepforge.org|129.234.186.186|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://collier.hepforge.org/collier-latest.tar.gz [following]
--2022-06-08 11:49:29-- https://collier.hepforge.org/collier-latest.tar.gz
Connecting to collier.hepforge.org|129.234.186.186|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 933676 (912K) [application/x-gzip]
Saving to: ‘collier-latest.tar.gz’
0K .......... .......... .......... .......... .......... 5% 808K 1s
50K .......... .......... .......... .......... .......... 10% 1.54M 1s
100K .......... .......... .......... .......... .......... 16% 55.5M 0s
150K .......... .......... .......... .......... .......... 21% 1.51M 0s
200K .......... .......... .......... .......... .......... 27% 146M 0s
250K .......... .......... .......... .......... .......... 32% 136M 0s
300K .......... .......... .......... .......... .......... 38% 137M 0s
350K .......... .......... .......... .......... .......... 43% 1.61M 0s
400K .......... .......... .......... .......... .......... 49% 24.1M 0s
450K .......... .......... .......... .......... .......... 54% 207M 0s
500K .......... .......... .......... .......... .......... 60% 229M 0s
550K .......... .......... .......... .......... .......... 65% 175M 0s
600K .......... .......... .......... .......... .......... 71% 8.41M 0s
650K .......... .......... .......... .......... .......... 76% 15.2M 0s
700K .......... .......... .......... .......... .......... 82% 212M 0s
750K .......... .......... .......... .......... .......... 87% 2.76M 0s
800K .......... .......... .......... .......... .......... 93% 98.5M 0s
850K .......... .......... .......... .......... .......... 98% 19.4M 0s
900K .......... . 100% 313M=0.2s
2022-06-08 11:49:29 (4.66 MB/s) - ‘collier-latest.tar.gz’ saved [933676/933676]
Installing tool 'collier'...
> Follow the installation progress by running the command below in a separate terminal)
> tail -f /opt/MG5_aMC_v2_7_3/HEPTools/collier/collier_install.log
Successful installation of 'collier' in '/opt/MG5_aMC_v2_7_3/HEPTools'.
No module named 'madgraph'
No hepmc reader since No module named 'madgraph' [lhe_parser.py at line 50]
INFO: ************************************************************
* *
* 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 5.2.7.3.py3 20xx-xx-xx *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/09f0fa80d6ffa4d16b6c3b7f888df66d3c6debf643b46bfa1441c5a941d5bc4a.bdir/Cards/amcatnlo_configuration.txt
INFO: load configuration from /opt/MG5_aMC_v2_7_3/input/mg5_configuration.txt
INFO: load configuration from /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/09f0fa80d6ffa4d16b6c3b7f888df66d3c6debf643b46bfa1441c5a941d5bc4a.bdir/Cards/amcatnlo_configuration.txt
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
calculate_xsect -f
INFO: will run in mode: NLO
INFO: Starting run
INFO: Compiling the code
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
INFO: Using LHAPDF v6.3.0 interface for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
WARNING: Could not compile StdHEP because its source directory could not be found in the SOURCE folder.
Check the MG5_aMC option 'output_dependencies'.
This will prevent the use of HERWIG6/Pythia6 shower.
INFO: Compiling directories...
INFO: Compiling on 8 cores
INFO: Compiling P0_uux_elmelp...
INFO: Compiling P0_ddx_elmelp...
INFO: Compiling P0_uxu_elmelp...
INFO: Compiling P0_dxd_elmelp...
INFO: P0_ddx_elmelp done.
INFO: P0_uxu_elmelp done.
INFO: P0_uux_elmelp done.
INFO: P0_dxd_elmelp done.
INFO: Checking test output:
INFO: P0_uux_elmelp
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_ddx_elmelp
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_uxu_elmelp
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_dxd_elmelp
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: Starting run
INFO: Using 8 cores
INFO: Cleaning previous results
INFO: Doing fixed order NLO
INFO: Setting up grids
INFO: Idle: 0, Running: 4, Completed: 0 [ current time: 11h58 ]
INFO: Idle: 0, Running: 3, Completed: 1 [ 0.33s ]
INFO: Idle: 0, Running: 2, Completed: 2 [ 0.36s ]
INFO: Idle: 0, Running: 1, Completed: 3 [ 0.48s ]
INFO: Idle: 0, Running: 0, Completed: 4 [ 0.69s ]
INFO:
Results after grid setup:
Total cross section: 2.489e-01 +- 1.5e-03 pb
INFO: Refining results, step 1
INFO: Idle: 0, Running: 5, Completed: 0 [ current time: 11h58 ]
INFO: Idle: 0, Running: 4, Completed: 1 [ 0.25s ]
INFO: Idle: 0, Running: 3, Completed: 2 [ 0.33s ]
INFO: Idle: 0, Running: 2, Completed: 3 [ 1.1s ]
INFO: Idle: 0, Running: 1, Completed: 4 [ 1.2s ]
INFO: Idle: 0, Running: 0, Completed: 5 [ 1.2s ]
INFO:
--------------------------------------------------------------
Final results and run summary:
Process p p > 1000011 -1000011 [QCD]
Run at p-p collider (6500.0 + 6500.0 GeV)
Total cross section: 2.468e-01 +- 9.1e-04 pb
--------------------------------------------------------------
INFO: The results of this run and the HwU and GnuPlot files with the plots have been saved in /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/09f0fa80d6ffa4d16b6c3b7f888df66d3c6debf643b46bfa1441c5a941d5bc4a.bdir/Events/run_01
INFO: Run complete
INFO:
quit
INFO:
stty: stty: 'standard input''standard input': Inappropriate ioctl for device
: Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for devicestty:
'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: stty: 'standard input''standard input': Inappropriate ioctl for device
: Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for devicestty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: stty: stty: stty: 'standard input''standard input': Inappropriate ioctl for device
: Inappropriate ioctl for device
'standard input': Inappropriate ioctl for device
stty: stty: stty: 'standard input': Inappropriate ioctl for device
'standard input': Inappropriate ioctl for device
'standard input': Inappropriate ioctl for device
'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device

On-shell subtraction through madstr
[11]:
params = [
"mastercode_with_gm2.in",
]
pss = [
(1000022,1000022),
]
for pa,pb in pss:
for param in params:
i = hepi.Input(hepi.Order.NLO,13000,pa,pb,param,"cteq6l1","cteq66",1., 1.,model="/opt/MG5_aMC_v2_7_3/models/EWKino_NLO_UFO")
li = [i]
li = hepi.mass_scan([i],pa, np.linspace(100,1000,7+8))
mg_dl = mg.run(li,skip=False,madstr=True)
hepi.mass_plot(mg_dl,"LO",pa,logy=True)
hepi.mass_plot(mg_dl,"NLO",pa,logy=True)
hepi.title(plt.gca(),li[0],scenario="mastercode")
Running: 15 jobs
./output/90bcfe8bc719ea89d80f8ce26ccfc425f6ff8937aec2e0a3f8031ea161b0d4cc.out
No module named 'madgraph'
No hepmc reader since No module named 'madgraph' [lhe_parser.py at line 50]
INFO: ************************************************************
* *
* 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 5.2.7.3.py3 20xx-xx-xx *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* http://amcatnlo.cern.ch *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/90bcfe8bc719ea89d80f8ce26ccfc425f6ff8937aec2e0a3f8031ea161b0d4cc.bdir/Cards/amcatnlo_configuration.txt
INFO: load configuration from /opt/MG5_aMC_v2_7_3/input/mg5_configuration.txt
INFO: load configuration from /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/90bcfe8bc719ea89d80f8ce26ccfc425f6ff8937aec2e0a3f8031ea161b0d4cc.bdir/Cards/amcatnlo_configuration.txt
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
calculate_xsect -f
INFO: will run in mode: NLO
INFO: Starting run
INFO: Compiling the code
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
write ./param_card.dat
INFO: MadSTR: Forcing width MDL_WSUL to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSUL to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSCL to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSCL to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSUR to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSUR to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSCR to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSCR to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSDL to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSDL to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSSL to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSSL to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSBL to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSBL to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSDR to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSDR to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSSR to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSSR to zero inside param_card.inc
INFO: MadSTR: Forcing width MDL_WSBR to zero inside param_card.inc
INFO: MadSTR: Forcing width MP__MDL_WSBR to zero inside param_card.inc
WARNING: The replacements above ensure poles cancelation, and affect all widths
EXCEPT those which enter the resonance-treatment counterterms, which
are taken from the param_card.
Do NOT set these widths to zero in the param_card.
INFO: Using LHAPDF v6.3.0 interface for PDFs
INFO: Compiling source...
INFO: ...done, continuing with P* directories
WARNING: Could not compile StdHEP because its source directory could not be found in the SOURCE folder.
Check the MG5_aMC option 'output_dependencies'.
This will prevent the use of HERWIG6/Pythia6 shower.
INFO: Compiling directories...
INFO: Compiling on 8 cores
INFO: Compiling P0_uux_n1n1...
INFO: Compiling P0_ccx_n1n1...
INFO: Compiling P0_ddx_n1n1...
INFO: Compiling P0_ssx_n1n1...
INFO: Compiling P0_uxu_n1n1...
INFO: Compiling P0_cxc_n1n1...
INFO: Compiling P0_dxd_n1n1...
INFO: Compiling P0_sxs_n1n1...
INFO: P0_uux_n1n1 done.
INFO: Compiling P0_bbx_n1n1...
INFO: P0_ddx_n1n1 done.
INFO: Compiling P0_bxb_n1n1...
INFO: P0_sxs_n1n1 done.
INFO: P0_uxu_n1n1 done.
INFO: P0_cxc_n1n1 done.
INFO: P0_dxd_n1n1 done.
INFO: P0_ccx_n1n1 done.
INFO: P0_ssx_n1n1 done.
INFO: P0_bxb_n1n1 done.
INFO: P0_bbx_n1n1 done.
INFO: Checking test output:
INFO: P0_uux_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_ccx_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_ddx_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_ssx_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_uxu_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_cxc_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_dxd_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_sxs_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_bbx_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: P0_bxb_n1n1
INFO: Result for test_ME:
INFO: Passed.
INFO: Result for check_poles:
INFO: Poles successfully cancel for 20 points over 20 (tolerance=1.0e-05)
INFO: Starting run
INFO: Using 8 cores
INFO: Cleaning previous results
INFO: Doing fixed order NLO
INFO: Setting up grids
INFO: Idle: 2, Running: 8, Completed: 0 [ current time: 13h11 ]
INFO: Idle: 1, Running: 8, Completed: 1 [ 13.4s ]
INFO: Idle: 0, Running: 8, Completed: 2 [ 14.2s ]
INFO: Idle: 0, Running: 7, Completed: 3 [ 15.1s ]
INFO: Idle: 0, Running: 6, Completed: 4 [ 15.2s ]
INFO: Idle: 0, Running: 5, Completed: 5 [ 15.6s ]
INFO: Idle: 0, Running: 4, Completed: 6 [ 17.9s ]
INFO: Idle: 0, Running: 3, Completed: 7 [ 21.1s ]
INFO: Idle: 0, Running: 2, Completed: 8 [ 21.7s ]
INFO: Idle: 0, Running: 1, Completed: 9 [ 23.3s ]
INFO: Idle: 0, Running: 0, Completed: 10 [ 23.4s ]
INFO:
Results after grid setup:
Total cross section: 7.316e-06 +- 2.4e-07 pb
INFO: Refining results, step 1
INFO: Idle: 2, Running: 8, Completed: 0 [ current time: 13h11 ]
INFO: Idle: 1, Running: 8, Completed: 1 [ 16.8s ]
INFO: Idle: 0, Running: 8, Completed: 2 [ 18.1s ]
INFO: Idle: 0, Running: 7, Completed: 3 [ 18.5s ]
INFO: Idle: 0, Running: 6, Completed: 4 [ 18.8s ]
INFO: Idle: 0, Running: 5, Completed: 5 [ 21.4s ]
INFO: Idle: 0, Running: 4, Completed: 6 [ 24.9s ]
INFO: Idle: 0, Running: 3, Completed: 7 [ 26.9s ]
INFO: Idle: 0, Running: 2, Completed: 8 [ 28.7s ]
INFO: Idle: 0, Running: 1, Completed: 9 [ 30.8s ]
INFO: Idle: 0, Running: 0, Completed: 10 [ 31s ]
INFO:
--------------------------------------------------------------
Final results and run summary:
Process p p > 1000022 1000022 [QCD]
Run at p-p collider (6500.0 + 6500.0 GeV)
Total cross section: 7.403e-06 +- 1.2e-07 pb
--------------------------------------------------------------
INFO: The results of this run and the HwU and GnuPlot files with the plots have been saved in /home/apn/data/de.neuwirthinformatik.Alexander/Development/git/hepi/docs/source/examples/output/90bcfe8bc719ea89d80f8ce26ccfc425f6ff8937aec2e0a3f8031ea161b0d4cc.bdir/Events/run_01
INFO: Run complete
INFO:
quit
INFO:
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device
stty: 'standard input': Inappropriate ioctl for device

[ ]:
[ ]: