lp:~madnklo/mg5amcnlo/MadNkLO_ISR
- Get this branch:
- bzr branch lp:~madnklo/mg5amcnlo/MadNkLO_ISR
Branch merges
- Nicolas Deutschmann: Pending requested 2018-08-09
- Simone Lionetti: Pending requested 2018-08-09
-
Diff: 20935 lines (+13076/-2772)50 files modifiedTemplate/ME7/Cards/run_card.dat (+2/-0)
madgraph/core/accessors.py (+67/-36)
madgraph/core/base_objects.py (+254/-17)
madgraph/core/contributions.py (+977/-353)
madgraph/core/subtraction.py (+865/-136)
madgraph/integrator/ME7_integrands.py (+2608/-719)
madgraph/integrator/cuba_interface.py (+432/-0)
madgraph/integrator/mappings.py (+265/-31)
madgraph/integrator/phase_space_generators.py (+129/-13)
madgraph/integrator/phase_space_generators.pyx (+2/-2)
madgraph/integrator/pyCubaIntegrator.py (+444/-91)
madgraph/integrator/vectors.py (+88/-13)
madgraph/integrator/vegas3_integrator.py (+18/-16)
madgraph/integrator/walkers.py (+43/-22)
madgraph/interface/ME7_interface.py (+321/-149)
madgraph/interface/loop_interface.py (+23/-10)
madgraph/interface/madgraph_interface.py (+492/-160)
madgraph/iolibs/export_ME7.py (+336/-29)
madgraph/iolibs/template_files/loop_optimized/loop_matrix_standalone.inc (+3/-3)
madgraph/iolibs/template_files/loop_optimized/user_access_subroutines.inc (+108/-10)
madgraph/iolibs/template_files/matrix_standalone_splitOrders_v4.inc (+25/-9)
madgraph/iolibs/template_files/matrix_standalone_v4.inc (+23/-9)
madgraph/iolibs/template_files/subtraction/QCD_local_currents.py (+297/-21)
madgraph/iolibs/template_files/subtraction/cataniseymour/NLO/local_currents.py (+12/-11)
madgraph/iolibs/template_files/subtraction/cataniseymour/NNLO/local_currents.py (+395/-353)
madgraph/iolibs/template_files/subtraction/colorful/NLO/beam_factorization.py (+619/-0)
madgraph/iolibs/template_files/subtraction/colorful/NLO/integrated_currents.py (+11/-21)
madgraph/iolibs/template_files/subtraction/colorful/NLO/local_currents.py (+34/-10)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/beam_factorization.py (+639/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/ginacg.cpp (+22/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/ginacgcompile.sh (+3/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/hardcoded_integrated_currents.py (+195/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/integrated_currents.py (+768/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NLO/local_currents.py (+914/-0)
madgraph/iolibs/template_files/subtraction/colorful_pp/NNLO/local_currents.py (+869/-0)
madgraph/iolibs/template_files/subtraction/subtraction_current_implementations_utils.py (+129/-33)
madgraph/loop/loop_diagram_generation.py (+11/-3)
madgraph/loop/loop_exporters.py (+8/-0)
madgraph/various/banner.py (+1/-0)
madgraph/various/misc.py (+21/-1)
tests/acceptance_tests/test_currents.py (+7/-7)
tests/input_files/IOTestsComparison/ME7ContributionTest/current_generation_and_access/Counterterms_V.txt (+90/-78)
tests/input_files/IOTestsComparison/ME7ContributionTest/current_generation_and_access/Currents_Integ.txt (+50/-31)
tests/input_files/IOTestsComparison/ME7ContributionTest/current_generation_and_access/Currents_Local.txt (+30/-18)
tests/parallel_tests/compare_ME7_with_ME6.py (+1/-1)
tests/time_db (+348/-323)
tests/unit_tests/core/test_contributions.py (+16/-5)
tests/unit_tests/core/test_subtraction.py (+4/-4)
tests/unit_tests/integrator/test_mappings.py (+33/-0)
tests/unit_tests/integrator/test_phase_space_generators.py (+24/-24)
Branch information
Recent revisions
- 612. By Valentin Hirschi on 2019-01-14
-
1. Cleanly implemented the upper bound based on xi for the Bjorken x's in the convolution kernels that are not of type 'counterterms'.
2. Fixed the multiplicity of integrated ISR CT when doing flavor grouping. - 611. By Valentin Hirschi on 2019-01-07
-
1. Added a minimal fix for not applying the Bjorken x's xi boundaries on the counterterm part of the beam convolution CTs. Will need to be generalised.
- 610. By Valentin Hirschi on 2018-12-10
-
1. Improved the slowdown from the dot functions in the Vector classes.
- 609. By Nicolas Deutschmann <email address hidden> on 2018-12-10
-
Now using the right prefactor for colorful_pp beam_soft
- 608. By Nicolas Deutschmann <email address hidden> on 2018-12-07
-
Correct Q value in coloful_pp BS counterterm
- 607. By Nicolas Deutschmann <email address hidden> on 2018-12-07
-
Temporary xi^2 correction factor in colorful_pp BS bulk to crrect flux factor. A more permanent change is warranted
- 606. By Nicolas Deutschmann <email address hidden> on 2018-12-07
-
removed colorful cut and factors in local soft and SC counterterms
- 605. By Valentin Hirschi on 2018-11-30
-
1. Added a new attribute FROZEN_DIMENSIONS to the ME7Integrand base class that allows
to freeze integration variables to a desired values so as to artificially lower the
dimensionality of the phase-space integral to perform.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mg5amcnlo/2.0