Pith. sign in

REVIEW 2 major objections 4 minor 4 cited by

One-Loop Calculations in Effective Field Theories with GoSam-3.0

T0 review · 2 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read GoSam-3.0 claims largely automated one-loop QCD corrections in SMEFT and HEFT, with nine truncation options and unambiguous four-fermion amplitudes.

desk verdict A credible release note for a genuinely useful tool; the SMEFT truncation ambiguity about multiple NP insertions deserves a referee question. read the letter →

arxiv 2507.23549 v1 pith:KUBF6SEL submitted 2025-07-31 hep-ph

classification hep-ph PACS 12.38.Bx12.60.-i
keywords GoSam-3.0one-loopamplitudesNLOQCDSMEFTHEFTfour-fermionoperatorsUFOmodelformattruncationschemes
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper presents GoSam-3.0, an update of an automated one-loop amplitude generator, and claims it can now handle Effective Field Theory calculations in a largely automated way. The new version imports EFT models in the UFO format and computes NLO QCD corrections for SMEFT and HEFT, letting the user choose among nine truncation schemes that decide how dimension-6 and loop-suppressed contributions enter squared matrix elements. It also removes sign ambiguities in amplitudes with four-fermion vertices, supports loop-induced processes, and adds a quadruple-precision rescue system for numerically unstable phase-space points. This matters for precision LHC phenomenology, where beyond-Standard-Model effects are often parameterised by EFTs and predictions need to be checked by more than one automated pipeline.

What carries the argument

The central machinery is the UFO-import pipeline together with two coupling-order tags: NP marks the EFT power counting (for example $1/\Lambda$ factors in SMEFT) and QL marks an intrinsic loop suppression of an operator. Every amplitude is organised as $M^{\ell}_{\mathrm{SM}} + M^{\ell}_{6} + \bar{M}^{\ell}_{6}$, where $\ell$ is the topology order, and the EFTcount variable picks how these pieces are combined into Born and virtual squared matrix elements, including variants for loop-induced processes. At multi-fermion vertices, GoSam-3.0 uses the fermion-line tracing algorithm of reference [56] and splits ambiguous Lorentz structures so each vertex has unique leg connections. Numerical stability is governed by pole, K-factor, and rotation tests, with optional re-evaluation in quadruple precision when a phase-space point is flagged unstable.

What would settle it

Recompute the $H\to b\bar b$ four-fermion example of Section 4.4 at a fixed phase-space point and compare the interference term with the analytic expression of Ref. [70] after the scheme conversion of Ref. [71]; a sign mismatch would falsify the claimed unambiguous handling of multi-fermion vertices.

Watch

Extended reading notes

Core claim

The paper's central claim is that GoSam-3.0 can generate and evaluate one-loop QCD amplitudes for theories imported through the UFO model format, including Standard Model Effective Field Theory (SMEFT) and Higgs Effective Field Theory (HEFT). The new truncation machinery decomposes any amplitude into a Standard Model part, a dimension-6 part, and a loop-suppressed dimension-6 part, and a runtime variable EFTcount selects one of nine schemes for building Born and virtual squared matrix elements at linear or quadratic order in $1/\Lambda^2$. Multi-fermion vertices are handled by resolving fermion leg connections inside each Lorentz structure, so diagram signs are unambiguous, and loop-induced processes get a dedicated set of truncation options. Renormalisation of SM QCD stays automatic when EFT operators do not contribute to SM counterterms; otherwise the user supplies Wilson-coefficient counterterms as UFO counterterm vertices, and the code expands the MS scale factor automatically. The paper also documents substantial build-time and evaluation-time speedups and an extended stability-rescue system using quadruple precision.

Load-bearing premise

The truncation mechanism assumes that every dimension-6 operator in the imported model carries the same power-counting tag and that no higher-dimensional operators are present; models violating this convention must be edited by the user, otherwise the EFTcount results are inconsistent.

Editorial extensions

If this is right

  • NLO QCD predictions for SMEFT/HEFT processes can be produced from a UFO model without hand-written amplitudes, with linear or quadratic truncation in $1/\Lambda^2$ chosen at runtime.
  • Loop-induced channels such as $gg\to Hg$ can consistently mix SM one-loop contributions with tree-level diagrams from loop-suppressed EFT operators.
  • Because the BLHA interface passes Born, real, and virtual matrix elements to Monte Carlo programs, truncation and diagram filters apply to all components of an NLO calculation together.
  • When EFT operators do not feed into SM renormalisation, NLO QCD renormalisation remains automatic; otherwise user-supplied Wilson-coefficient counterterms are inserted with automatic scale-log expansion.
  • The reported performance gains shorten both code generation and amplitude evaluation, with the largest evaluation gains in spinor-bracket-dominated processes.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural extension would be to allow the NP tag to carry an integer dimension so dimension-8 operators could coexist with dimension-6 ones; the present version explicitly requires all EFT operators to share one dimension.
  • Comparing EFTcount=1 and EFTcount=2 for the same observable gives a direct numerical measure of dimension-6-squared terms, which could serve as a diagnostic for when linear SMEFT truncation is adequate.
  • The multi-fermion sign-resolution procedure should generalise to contact interactions with more than four fermions, since it only requires each Lorentz structure's leg connections to be unambiguous after splitting.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper presents GoSam-3.0, a major update of the public one-loop amplitude generator, adding performance improvements, an extended rescue system, and new features for effective field theory (EFT) calculations. The EFT capabilities cover UFO model import, SMEFT truncation options (EFTcount), loop-induced processes, HEFT support, four-fermion operators with sign handling, and user-provided Wilson-coefficient counterterms. The paper describes the implementation, defines nine truncation options in detail, and lists examples distributed with the code.

Significance. If the claims hold, GoSam-3.0 provides a useful public tool for automated NLO QCD calculations in SMEFT/HEFT, complementing existing frameworks such as MG5_aMC@NLO. The truncation formulas in Section 3.3.3 are clearly defined, and the code is publicly available with a documented build system, examples, and a reference manual, which is a strength. The claimed performance gains relative to GoSam-2 are quantified in Figures 1 and 2. The main weakness is that several central claims, notably the automatic behavior of the truncation options and the numerical validation of four-fermion operator handling, are not fully supported in the manuscript text.

major comments (2)
  1. [3.3.1, 3.3.3] The truncation options in Section 3.3.3 are defined through M^ℓ_6 as the contribution of diagrams with a single insertion of a dimension-6 operator, but the paper does not state whether setting enable_truncation_orders=true automatically excludes diagrams with multiple non-SM insertions. Section 3.3.1 explicitly warns that by default GoSam generates multiple insertions of non-SM vertices and instructs the user to apply Python filters (d.order('NP')<=1) to avoid inconsistencies. The requirements listed in Section 3.3.3 (all SMEFT operators of the same dimension with NP=1) do not mention such filtering, and the equations do not show a mechanism for discarding NP>1 contributions. This creates ambiguity about whether the 'largely automated' truncation feature actually delivers the stated linear/quadratic truncations, or whether the user must separately apply the filters from Section 3.3.1. Please state explicitly whether EFTcount modes automatically discard multiple NP insertions, and if not, require the filters as a documented precondition. This is load-bearing for the central claim.
  2. [4.4] Section 4.4 claims that the example 'Hbb_4F' compares the computed interference with the analytical expression of Ref. [70] (with a scheme-conversion factor from Ref. [71]), but no quantitative result is given in the text. No numerical values, agreement precision, or a reference to a table or plot are provided. For a code-release paper that asserts unambiguous sign handling of four-fermion operators, the validation should be documented in the manuscript (or the authors should state that the comparison is only in the example directory). Without this, the claim is not verifiable from the paper alone.
minor comments (4)
  1. [4.3] There is a typo in Section 4.3: 'adpated' should be 'adapted'.
  2. [Author list] The email address 'vitlaly.magerya@cern.ch' appears to be a typo; it should likely be 'vitaly.magerya@cern.ch'.
  3. [3.2, Eq. (8)] In Eq. (8), P_qd is defined as -log10(δq) but δq is not defined; presumably it should be δ_qd as in Eq. (7). Please correct this.
  4. [3.3.3] The notation M^ℓ with ℓ=0,1 is used for tree and one-loop topologies, but later in Section 3.3.4 for loop-induced processes M^1_SM is used in the 'Born' result. A brief remark clarifying the notation for loop-induced processes would improve readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper reports software capabilities whose truncation options are explicit definitions and whose validating examples use external analytic benchmarks.

full rationale

GoSam-3.0 is a software/tool paper rather than a derivation paper: the central SMEFT truncation feature is presented as a set of definitions (Section 3.3.3, Eqs. (12)-(29) and Table 1), where each EFTcount option explicitly states which amplitude pieces are combined; no quantity is fitted from data and then renamed a prediction. The advertised capabilities are validated in Section 4 against analytic expressions (e.g., the four-fermion example compares with Ref. [70], and with a scheme-conversion factor from Ref. [71]); these benchmarks are independent of the GoSam implementation even though Ref. [71] has overlapping authors, because the conversion factor is a closed-form external result, not an output of the tool. The only self-citations, Refs. [11] and [12], are the original GoSam papers used to attribute the base code and standard renormalisation infrastructure; they are not invoked to prove the new truncation or sign-handling features. Ref. [68] is cited only as an application of the BLHA interface, and Ref. [56] supplies the external algorithm for fermion-line sign tracing. No fitted parameter is called a prediction, no uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in via citation. The potential mismatch between the default multiple-NP-insertion generation warned about in Section 3.3.1 and the EFTcount truncation definitions in Section 3.3.3 is at most a documentation or consistency risk for the 'largely automated' claim, not a circular step, since the truncation formulas themselves are definitional. Accordingly no circularity is found.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The paper introduces no new physical entities or fitted parameters. It relies on existing tools (QGRAF, FORM, NINJA, ONELOOP, UFO) and imposes conventions on user-supplied EFT models.

assumptions (4)
  • domain assumption Standard Model and QCD as the background theory.
    The one-loop amplitude generation is set in the SMEFT/HEFT framework built on the SM, as assumed throughout Sections 3.3 and 3.4.
  • domain assumption UFO model format faithfully represents the Lagrangian and vertex information.
    All EFT calculations read model files in the UFO format (Section 3.3.1); if the model is incorrect, the output is incorrect.
  • domain assumption IR pole factorisation holds for BSM amplitudes.
    The pole test in the rescue system (Section 3.2) assumes the single-pole coefficient factorises as in the SM, and explicitly states this must hold for BSM models.
  • ad hoc to paper All SMEFT operators have the same dimension and are tagged with NP=1 for truncation options.
    Section 3.3.3 imposes this as a requirement for the truncation features and tells users to adjust models that use NP=2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of One-Loop Calculations in Effective Field Theories with GoSam-3.0." pith.science (2026). https://pith.science/paper/KUBF6SEL

@misc{pith2026250723549,
  author       = {Pith},
  title        = {Pith review of: One-Loop Calculations in Effective Field Theories with GoSam-3.0},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KUBF6SEL}},
  note         = {Machine review of arXiv:2507.23549}
}
read the original abstract

We present a major update of the one-loop generator GoSam, containing performance improvements as well as new features, in particular functionalities that facilitate calculations beyond the Standard Model in Effective Field Theory frameworks.

Figures

Figures reproduced from arXiv: 2507.23549 by the authors.

Figure 1
Figure 1. Runtime of make test for selected examples included in the GOSAM distri￾bution on an Intel Core i7-10700 8-core processor. The runtime of GOSAM-2 relative to GOSAM-3 is indicated next to each bar. CPU cores on the host machine for reduction and compilation, significantly reducing all com￾pile times on modern multicore systems. For the installation procedure of GOSAM itself, this results in a reduction of the runtime… view at source ↗
Figure 2
Figure 2. Runtime of a single evaluation of the squared amplitude for selected exam [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗

Discussion (0). Sign in to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Electroweak corrections to Higgs boson pair production: The quark channel

    hep-ph 2026-06 unverdicted novelty 7.0 of 10

    Mixed QCD-EW corrections to qqbar -> HH computed analytically via differential equations, matched to large-mass limit, implemented in POWHEG-BOX, showing up to +10% effect on invariant mass distribution near threshold.

  2. Tensor decomposition of $e^+e^-\to\pi^+\pi^-\gamma$ to higher orders in the dimensional regulator

    hep-ph 2026-04 unverdicted novelty 7.0 of 10

    First beyond-NLO tensor decomposition and higher-order analytic one-loop amplitudes for e+e- to pi+pi-gamma, paired with a fast numerical five-point integral evaluator.

  3. SMEFT everywhere: a NLO study of $\boldsymbol{pp \to t\bar{t}H}$ with decaying tops

    hep-ph 2026-05 unverdicted novelty 6.0 of 10

    NLO QCD corrections to pp to ttbar H in the di-lepton channel with SMEFT operators included in both production and top-quark decays.

  4. SMEFT everywhere: a NLO study of $\boldsymbol{pp \to t\bar{t}H}$ with decaying tops

    hep-ph 2026-05 unverdicted novelty 4.0 of 10

    NLO QCD calculation of pp to ttH with decaying tops, including SMEFT operators O_tφ, O_φG, O_tG, O_tW in production and decays, with studies of linear/quadratic terms and RGE effects at 13.6 TeV.

Reference graph

Works this paper leans on

72 extracted references · 24 canonical work pages · cited by 3 Pith papers

  1. [70]

    Gauld, B

    R. Gauld, B. D. Pecjak and D. J. Scott,One-loop corrections to h→ b¯b and h→τ¯τ decays in the Standard Model Dimension-6 EFT: four-fermion operators and the large-m t limit, JHEP 05, 080 (2016), doi:10.1007 /JHEP05(2016)080, 1512.02508. 22 REFERENCES REFERENCES

  2. [71]

    Di Noi, R

    S. Di Noi, R. Gröber, G. Heinrich, J. Lang and M. Vitti, Onγ5 schemes and the interplay of SMEFT operators in the Higgs-gluon coupling , Phys. Rev. D 109(9), 095024 (2024), doi:10.1103/PhysRevD.109.095024, 2310.18221

  3. [1]

    Frixione, Z

    S. Frixione, Z. Kunszt and A. Signer,Three jet cross-sections to next-to-leading order, Nucl. Phys. B 467, 399 (1996), doi:10.1016 /0550-3213(96)00110-1, hep-ph /9512328

  4. [2]

    Catani and M

    S. Catani and M. H. Seymour,A General algorithm for calculating jet cross-sections in NLO QCD, Nucl. Phys. B 485, 291 (1997), doi:10.1016/S0550-3213(96)00589-5, [Erratum: Nucl.Phys.B 510, 503–504 (1998)], hep-ph /9605323

  5. [3]

    Bevilacqua, M

    G. Bevilacqua, M. Czakon, M. Kubocz and M. Worek, Complete Nagy–Soper sub- traction for next-to-leading order calculations in QCD , JHEP 10, 204 (2013), doi:10.1007/JHEP10(2013)204, 1308.5605

  6. [4]

    Hahn,Generating Feynman diagrams and amplitudes withFEYNARTS 3, Comput

    T . Hahn,Generating Feynman diagrams and amplitudes withFEYNARTS 3, Comput. Phys. Commun. 140, 418 (2001), doi:10.1016 /S0010-4655(01)00290-9, hep-ph /0012260

  7. [5]

    Mertig, M

    R. Mertig, M. Bohm and A. Denner, F EYN CALC: Computer algebraic calculation of Feynman amplitudes, Comput. Phys. Commun. 64, 345 (1991), doi:10.1016 /0010- 4655(91)90130-D

  8. [6]

    Shtabovenko, R

    V . Shtabovenko, R. Mertig and F . Orellana, FEYNCALC 9.3: New features and improve- ments, Comput. Phys. Commun. 256, 107478 (2020), doi:10.1016 /j.cpc.2020.107478, 2001.04407

Show all 72 references
  1. [7]

    Belanger, F

    G. Belanger, F . Boudjema, J. Fujimoto, T . Ishikawa, T . Kaneko, K. Kato and Y. Shimizu, Automatic calculations in high energy physics and GRACE at one-loop, Phys. Rept. 430, 117 (2006), doi:10.1016 /j.physrep.2006.02.001, hep-ph /0308080

  2. [8]

    Bevilacqua, M

    G. Bevilacqua, M. Czakon, M. V . Garzelli, A. van Hameren, A. Kardos, C. G. Papadopou- los, R. Pittau and M. Worek, HELAC-NLO, Comput. Phys. Commun. 184, 986 (2013), doi:10.1016/j.cpc.2012.10.033, 1110.1499. 18 REFERENCES REFERENCES

  3. [9]

    Cascioli, P

    F . Cascioli, P . Maierhofer and S. Pozzorini,Scattering Amplitudes with Open Loops, Phys. Rev. Lett.108, 111601 (2012), doi:10.1103 /PhysRevLett.108.111601, 1111.5206

  4. [10]

    Buccioni, J.-N

    F . Buccioni, J.-N. Lang, J. M. Lindert, P . Maierhöfer, S. Pozzorini, H. Zhang and M. F . Zoller, OpenLoops 2, Eur. Phys. J. C79(10), 866 (2019), doi:10.1140/epjc/s10052-019-7306-2, 1907.13071

  5. [11]

    Cullen, N

    G. Cullen, N. Greiner, G. Heinrich, G. Luisoni, P . Mastrolia, G. Ossola, T . Reiter and F . Tra- montano, Automated One-Loop Calculations withGOSAM, Eur. Phys. J. C72, 1889 (2012), doi:10.1140/epjc/s10052-012-1889-1, 1111.2034

  6. [12]

    Cullen et al., G OSAM-2.0: a tool for automated one-loop calculations within the Stan- dard Model and beyond, Eur

    G. Cullen et al., G OSAM-2.0: a tool for automated one-loop calculations within the Stan- dard Model and beyond, Eur. Phys. J. C 74(8), 3001 (2014), doi:10.1140 /epjc/s10052- 014-3001-5, 1404.7096

  7. [13]

    Alwall, M

    J. Alwall, M. Herquet, F . Maltoni, O. Mattelaer and T . Stelzer, M ADGRAPH 5: Going Beyond, JHEP 06, 128 (2011), doi:10.1007 /JHEP06(2011)128, 1106.0522

  8. [14]

    Alwall, R

    J. Alwall, R. Frederix, S. Frixione, V . Hirschi, F . Maltoni, O. Mattelaer, H. S. Shao, T . Stelzer, P . Torrielli and M. Zaro,The automated computation of tree-level and next-to- leading order differential cross sections, and their matching to parton shower simulations , JHE...

  9. [15]

    Actis, A

    S. Actis, A. Denner, L. Hofer, J.-N. Lang, A. Scharf and S. Uccirati, RECOLA: REcur- sive Computation of One-Loop Amplitudes , Comput. Phys. Commun. 214, 140 (2017), doi:10.1016/j.cpc.2017.01.004, 1605.01090

  10. [16]

    Honeywell, S

    S. Honeywell, S. Quackenbush, L. Reina and C. Reuschle, NLOX, a one-loop provider for Standard Model processes , Comput. Phys. Commun. 257, 107284 (2020), doi:10.1016/j.cpc.2020.107284, 1812.11925

  11. [17]

    Frederix, S

    R. Frederix, S. Frixione, V . Hirschi, D. Pagani, H. S. Shao and M. Zaro, The au- tomation of next-to-leading order electroweak calculations , JHEP 07, 185 (2018), doi:10.1007/JHEP11(2021)085, [Erratum: JHEP 11, 085 (2021)], 1804.10017

  12. [18]

    Denner, D

    A. Denner, D. Lombardi and G. Pelliccioli, Complete NLO corrections to off-shell t ¯tZ pro- duction at the LHC, JHEP 09, 072 (2023), doi:10.1007/JHEP09(2023)072, 2306.13535

  13. [19]

    H.-Y. Bi, M. Kraus, M. Reinartz and M. Worek, NLO QCD predictions for off-shell ttW production in association with a light jet at the LHC , JHEP 09, 026 (2023), doi:10.1007/JHEP09(2023)026, 2305.03802

  14. [20]

    Denner, C

    A. Denner, C. Haitz and G. Pelliccioli, NLO EW and QCD corrections to polarised same- sign WW scattering at the LHC, JHEP 11, 115 (2024), doi:10.1007 /JHEP11(2024)115, 2409.03620

  15. [21]

    N. D. Christensen and C. Duhr, FEYNRULES — Feynman rules made easy, Comput. Phys. Commun. 180, 1614 (2009), doi:10.1016 /j.cpc.2009.02.018, 0806.4194

  16. [22]

    Alloul, N

    A. Alloul, N. D. Christensen, C. Degrande, C. Duhr and B. Fuks, FEYNRULES 2.0 - A com- plete toolbox for tree-level phenomenology , Comput. Phys. Commun. 185, 2250 (2014), doi:10.1016/j.cpc.2014.04.012, 1310.1921

  17. [23]

    Dedes, W

    A. Dedes, W . Materkowska, M. Paraskevas, J. Rosiek and K. Suxho, Feynman rules for the Standard Model Effective Field Theory in R ξ-gauges, JHEP 06, 143 (2017), doi:10.1007/JHEP06(2017)143, 1704.03888. 19 REFERENCES REFERENCES

  18. [24]

    Dedes, M

    A. Dedes, M. Paraskevas, J. Rosiek, K. Suxho and L. Trifyllis, S MEFT FR – Feynman rules generator for the Standard Model Effective Field Theory , Comput. Phys. Commun. 247, 106931 (2020), doi:10.1016 /j.cpc.2019.106931, 1904.03204

  19. [25]

    Dedes, J

    A. Dedes, J. Rosiek, M. Ryczkowski, K. Suxho and L. Trifyllis, S MEFT FR v3 – Feynman rules generator for the Standard Model Effective Field Theory , Comput. Phys. Commun. 294, 108943 (2024), doi:10.1016 /j.cpc.2023.108943, 2302.01353

  20. [26]

    Degrande, C

    C. Degrande, C. Duhr, B. Fuks, D. Grellscheid, O. Mattelaer and T . Reiter, UFO - The Universal FEYNRULES Output, Comput. Phys. Commun. 183, 1201 (2012), doi:10.1016/j.cpc.2012.01.022, 1108.2040

  21. [27]

    Universal Feynman Output

    L. Darmé et al., UFO 2.0: the “Universal Feynman Output" format, Eur. Phys. J. C 83(7), 631 (2023), doi:10.1140 /epjc/s10052-023-11780-9, 2304.09883

  22. [28]

    Degrande, Automatic evaluation of UV and R2 terms for beyond the Standard Model Lagrangians: a proof-of-principle , Comput

    C. Degrande, Automatic evaluation of UV and R2 terms for beyond the Standard Model Lagrangians: a proof-of-principle , Comput. Phys. Commun. 197, 239 (2015), doi:10.1016/j.cpc.2015.08.015, 1406.3030

  23. [29]

    Buchmüller and D

    W . Buchmüller and D. Wyler,Effective Lagrangian Analysis of New Interactions and Flavor Conservation, Nucl. Phys. B 268, 621 (1986), doi:10.1016 /0550-3213(86)90262-2

  24. [30]

    Grzadkowski, M

    B. Grzadkowski, M. Iskrzynski, M. Misiak and J. Rosiek, Dimension-Six Terms in the Standard Model Lagrangian , JHEP 10, 085 (2010), doi:10.1007 /JHEP10(2010)085, 1008.4884

  25. [31]

    Brivio and M

    I. Brivio and M. Trott, The Standard Model as an Effective Field Theory, Phys. Rept. 793, 1 (2019), doi:10.1016 /j.physrep.2018.11.002, 1706.08945

  26. [32]

    Isidori, F

    G. Isidori, F . Wilsch and D. Wyler,The standard model effective field theory at work, Rev. Mod. Phys. 96(1), 015006 (2024), doi:10.1103/RevModPhys.96.015006, 2303.16922

  27. [33]

    Degrande, G

    C. Degrande, G. Durieux, F . Maltoni, K. Mimasu, E. Vryonidou and C. Zhang,Automated one-loop computations in the standard model effective field theory , Phys. Rev. D 103(9), 096024 (2021), doi:10.1103 /PhysRevD.103.096024, 2008.11743

  28. [34]

    Brivio, SMEFT SIM 3.0 — a practical guide , JHEP 04, 073 (2021), doi:10.1007/JHEP04(2021)073, 2012.11343

    I. Brivio, SMEFT SIM 3.0 — a practical guide , JHEP 04, 073 (2021), doi:10.1007/JHEP04(2021)073, 2012.11343

  29. [35]

    Bellm et al., H ERWIG 7.0/HERWIG ++ 3.0 release note, Eur

    J. Bellm et al., H ERWIG 7.0/HERWIG ++ 3.0 release note, Eur. Phys. J. C 76(4), 196 (2016), doi:10.1140 /epjc/s10052-016-4018-8, 1512.01178

  30. [36]

    Bewick et al

    G. Bewick et al. , H ERWIG 7.3 release note , Eur. Phys. J. C 84(10), 1053 (2024), doi:10.1140/epjc/s10052-024-13211-9, 2312.05175

  31. [37]

    Nason, A New method for combining NLO QCD with shower Monte Carlo algorithms , JHEP 11, 040 (2004), doi:10.1088 /1126-6708/2004/11/040, hep-ph /0409146

    P . Nason, A New method for combining NLO QCD with shower Monte Carlo algorithms , JHEP 11, 040 (2004), doi:10.1088 /1126-6708/2004/11/040, hep-ph /0409146

  32. [38]

    Frixione, P

    S. Frixione, P . Nason and C. Oleari, Matching NLO QCD computations with Parton Shower simulations: the POWHEG method , JHEP 11, 070 (2007), doi:10.1088 /1126- 6708/2007/11/070, 0709.2092

  33. [39]

    Alioli, P

    S. Alioli, P . Nason, C. Oleari and E. Re, A general framework for implementing NLO cal- culations in shower Monte Carlo programs: the POWHEG BOX , JHEP 06, 043 (2010), doi:10.1007/JHEP06(2010)043, 1002.2581. 20 REFERENCES REFERENCES

  34. [40]

    Gleisberg, S

    T . Gleisberg, S. Hoeche, F . Krauss, M. Schonherr, S. Schumann, F . Siegert and J. Win- ter, Event generation with SHERPA 1.1, JHEP 02, 007 (2009), doi:10.1088 /1126- 6708/2009/02/007, 0811.4622

  35. [41]

    Bothmann et al

    E. Bothmann et al. , Event generation with SHERPA 3, JHEP 12, 156 (2024), doi:10.1007/JHEP12(2024)156, 2410.22148

  36. [42]

    Kilian, T

    W . Kilian, T . Ohl and J. Reuter, WHIZARD : Simulating Multi-Particle Processes at LHC and ILC, Eur. Phys. J. C71, 1742 (2011), doi:10.1140/epjc/s10052-011-1742-y, 0708.4233

  37. [43]

    Reuter, P

    J. Reuter, P . Bredt, M. Höfer, W . Kilian, N. Kreher, M. Löschner, K. M˛ ekała, T . Ohl, T . Striegl and A. F .˙Zarnecki, New developments in the WHIZARD event generator, EPJ Web Conf. 315, 01020 (2024), doi:10.1051 /epjconf/202431501020, 2412.06605

  38. [44]

    Meson development team, The MESON build system, URL https: //mesonbuild.com/

  39. [45]

    Nogueira,Automatic Feynman Graph Generation, J

    P . Nogueira,Automatic Feynman Graph Generation, J. Comput. Phys. 105, 279 (1993), doi:10.1006/jcph.1993.1074

  40. [46]

    Kuipers, T

    J. Kuipers, T . Ueda, J. A. M. Vermaseren and J. Vollinga, F ORM version 4.0, Comput. Phys. Commun. 184, 1453 (2013), doi:10.1016 /j.cpc.2012.12.028, 1203.6543

  41. [47]

    T . Ueda, T . Kaneko, B. Ruijl and J. A. M. Vermaseren,Further developments of FORM, J. Phys. Conf. Ser.1525, 012013 (2020), doi:10.1088 /1742-6596/1525/1/012013

  42. [48]

    Mastrolia, E

    P . Mastrolia, E. Mirabella and T . Peraro, Integrand reduction of one-loop scat- tering amplitudes through Laurent series expansion , JHEP 06, 095 (2012), doi:10.1007/JHEP11(2012)128, [Erratum: JHEP 11, 128 (2012)], 1203.0291

  43. [49]

    van Deurzen, G

    H. van Deurzen, G. Luisoni, P . Mastrolia, E. Mirabella, G. Ossola and T . Peraro,Multi-leg One-loop Massive Amplitudes from Integrand Reduction via Laurent Expansion , JHEP 03, 115 (2014), doi:10.1007 /JHEP03(2014)115, 1312.6678

  44. [50]

    Peraro, NINJA : Automated Integrand Reduction via Laurent Expansion for One-Loop Am- plitudes, Comput

    T . Peraro, NINJA : Automated Integrand Reduction via Laurent Expansion for One-Loop Am- plitudes, Comput. Phys. Commun. 185, 2771 (2014), doi:10.1016 /j.cpc.2014.06.017, 1403.1229

  45. [51]

    van Hameren, O NELOOP: For the evaluation of one-loop scalar functions , Comput

    A. van Hameren, O NELOOP: For the evaluation of one-loop scalar functions , Comput. Phys. Commun. 182, 2427 (2011), doi:10.1016 /j.cpc.2011.06.011, 1007.4716

  46. [52]

    Binoth, J

    T . Binoth, J. P . Guillet, G. Heinrich, E. Pilon and T . Reiter, GOLEM 95: A Numerical program to calculate one-loop tensor integrals with up to six external legs, Comput. Phys. Commun. 180, 2317 (2009), doi:10.1016 /j.cpc.2009.06.024, 0810.0992

  47. [53]

    Cullen, J

    G. Cullen, J. P . Guillet, G. Heinrich, T . Kleinschmidt, E. Pilon, T . Reiter and M. Rodgers, GOLEM 95C: A library for one-loop integrals with complex masses, Comput. Phys. Commun. 182, 2276 (2011), doi:10.1016 /j.cpc.2011.05.015, 1101.5595

  48. [54]

    J. P . Guillet, G. Heinrich and J. F . von Soden-Fraunhofen, Tools for NLO automation: extension of the GOLEM 95C integral library, Comput. Phys. Commun. 185, 1828 (2014), doi:10.1016/j.cpc.2014.03.009, 1312.3887

  49. [55]

    Catani, S

    S. Catani, S. Dittmaier, M. H. Seymour and Z. Trocsanyi, The Dipole formalism for next- to-leading order QCD calculations with massive partons , Nucl. Phys. B 627, 189 (2002), doi:10.1016/S0550-3213(02)00098-6, hep-ph /0201036. 21 REFERENCES REFERENCES

  50. [56]

    Denner, H

    A. Denner, H. Eck, O. Hahn and J. Kublbeck, Compact Feynman rules for Majorana fermions, Phys. Lett. B 291, 278 (1992), doi:10.1016 /0370-2693(92)91045-B

  51. [57]

    Feruglio,The Chiral approach to the electroweak interactions , Int

    F . Feruglio,The Chiral approach to the electroweak interactions , Int. J. Mod. Phys. A 8, 4937 (1993), doi:10.1142 /S0217751X93001946, hep-ph /9301281

  52. [58]

    Bagger, V

    J. Bagger, V . D. Barger, K.-m. Cheung, J. F . Gunion, T . Han, G. A. Ladinsky , R. Rosenfeld and C. P . Yuan,The Strongly interacting W W system: Gold plated modes, Phys. Rev. D49, 1246 (1994), doi:10.1103 /PhysRevD.49.1246, hep-ph /9306256

  53. [59]

    Koulovassilopoulos and R

    V . Koulovassilopoulos and R. S. Chivukula, The Phenomenology of a nonstan- dard Higgs boson in W(L) W(L) scattering , Phys. Rev. D 50, 3218 (1994), doi:10.1103/PhysRevD.50.3218, hep-ph /9312317

  54. [60]

    C. P . Burgess, J. Matias and M. Pospelov, A Higgs or not a Higgs? What to do if you discover a new scalar particle , Int. J. Mod. Phys. A 17, 1841 (2002), doi:10.1142/S0217751X02009813, hep-ph /9912459

  55. [61]

    Wang and Q

    L.-M. Wang and Q. Wang, Nonstandard Higgs in electroweak chiral Lagrangian (2006), hep-ph/0605104

  56. [62]

    Grinstein and M

    B. Grinstein and M. Trott, A Higgs-Higgs bound state due to new physics at a TeV , Phys. Rev. D76, 073002 (2007), doi:10.1103 /PhysRevD.76.073002, 0704.1505

  57. [63]

    Alonso, M

    R. Alonso, M. B. Gavela, L. Merlo, S. Rigolin and J. Yepes, The Effective Chiral Lagrangian for a Light Dynamical ”Higgs Particle” , Phys. Lett. B 722, 330 (2013), doi:10.1016/j.physletb.2013.04.037, [Erratum: Phys.Lett.B 726, 926 (2013) ], 1212. 3305

  58. [64]

    Buchalla and O

    G. Buchalla and O. Cata, Effective Theory of a Dynamically Broken Electroweak Standard Model at NLO, JHEP 07, 101 (2012), doi:10.1007 /JHEP07(2012)101, 1203.6510

  59. [65]

    Buchalla, O

    G. Buchalla, O. Catà and C. Krause, Complete Electroweak Chiral Lagrangian with a Light Higgs at NLO, Nucl. Phys. B 880, 552 (2014), doi:10.1016 /j.nuclphysb.2014.01.018, [Erratum: Nucl.Phys.B 913, 475–478 (2016)], 1307.5017

  60. [66]

    Binoth, F

    T . Binoth, F . Boudjema, G. Dissertori, A. Lazopoulos, A. Denneret al., A Proposal for a stan- dard interface between Monte Carlo tools and one-loop programs, Comput.Phys.Commun. 181, 1612 (2010), doi:10.1016/j.cpc.2010.05.016, Dedicated to the memory of, and in tribute to, T...

  61. [67]

    Alioli et al., Update of the Binoth Les Houches Accord for a standard interface between Monte Carlo tools and one-loop programs , Comput

    S. Alioli et al., Update of the Binoth Les Houches Accord for a standard interface between Monte Carlo tools and one-loop programs , Comput. Phys. Commun. 185, 560 (2014), doi:10.1016/j.cpc.2013.10.020, 1308.3462

  62. [68]

    Braun, P

    J. Braun, P . Bredt, G. Heinrich and M. Höfer, Double Higgs production in vector boson fusion at NLO QCD in HEFT , JHEP 07, 209 (2025), doi:10.1007 /JHEP07(2025)209, 2502.09132

  63. [69]

    Brivio, Y

    I. Brivio, Y. Jiang and M. Trott, The SMEFTSIM package, theory and tools, JHEP 12, 070 (2017), doi:10.1007 /JHEP12(2017)070, 1709.06492

  64. [72]

    Catani, M

    S. Catani, M. H. Seymour and Z. Trocsanyi, Regularization scheme indepen- dence and unitarity in QCD cross-sections , Phys. Rev. D 55, 6819 (1997), doi:10.1103/PhysRevD.55.6819, hep-ph /9610553. 23

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.