NLO techniques/Standardization/automation

From Wiki Les Houches 09

(Difference between revisions)
Jump to: navigation, search
Line 77: Line 77:
3. Among the publications cited in the context of automated evaluation of one-loop amplitudes, it might be appropriate to also mention Automated one-loop calculations: A Proof of concept. A. van Hameren, C.G. Papadopoulos, R. Pittau,  JHEP 0909:106,2009.
3. Among the publications cited in the context of automated evaluation of one-loop amplitudes, it might be appropriate to also mention Automated one-loop calculations: A Proof of concept. A. van Hameren, C.G. Papadopoulos, R. Pittau,  JHEP 0909:106,2009.
 +
 +
-----
 +
* Change/response suggestion by Nikolas:
 +
 +
[Point A:]
 +
We welcome the referee's acknowledgment of the helpfulness of our document for the development of NLO Monte Carlo programs.  The referee raises a few valid minor points that have been addressed as follows:
 +
- In 4.2 under OLP_EvalSubProcess (p. 13): added bullet point before last:
 +
"If the OLP can handle MC requests for not-helicity/colour-summed output that is summed by the MC, a parameter or array that defines the requested helicity/colour configuration has to be passed to the function via an input argument."
 +
and below the list added the sentence:
 +
"If the cooperation between the OLP and MC goes beyond the described minimum additional input or output variables
 +
can be added to the interface of OLP_EvalSubProcess (and OLP_Start)."
 +
The sentence below the box has been modified to:
 +
"which correspond to the terms A_2, A_1, A_0, |Born|^2, ..."
 +
 +
[Point B:]
 +
A standard-compliant interface has to provide unsubtracted information and may provide subtracted information.  If the optional subtracted information is provided or not is indicated with IRsubtractionMethod.  The sentence following the description of IRsubtractionMethod (p. 9) is thus clarified:
 +
"Although the IR structure of one-loop amplitudes is universal, we require that unsubtracted information is provided by the OLP even where subtracted information is also made available.  If the MC uses subtracted information provided by the OLP one has to make sure that the used IR methods match."
 +
The last sentence in Sec. 4.2. (p. 14) has been extended with "(also see setting IRsubtractionMethod in Sec. 4.1.1)."
 +
In Sec. 5.2 the first sentence in the last paragraph on p. 15 is changed from
 +
"The OLP directly subtracts the collinear ..." to "The OLP may subtract the collinear ..."
 +
We hope that our clarifications are satisfactory and etc.

Revision as of 20:57, 16 April 2010

Discuss on the various NLO techniques, identify if and what exactly can be standardized in these NLO calculations. Discuss on automation.

People signed up for this group:

Fawzi, Peter, Gudrun, Giampiero, Ian, Tanju, David, Rikkart, Nicolas, Laura, Stefano, Stefan, Nikolas, Ruth, Thomas (R), Maria Vittoria, Duc Ninh, Marcus, Sunhao, Isabella, Son, Vittorio, Lorenzo, Daniel, Darren, Simon (B), Achilleas, Carlo

Les Houches accord for a standard interface between leading order Monte-Carlo tools and one-loop programs (OLPs)

A view slides which are related to the discussion on standardization can be found here (June 2009) [[1]] The starting point for a concrete interface was provided by Tanju and Daniel in this Draft (June 2009).

After extensive discussions and exchange of ideas we have formulated this (preliminary) proposal [[2]] for a MC/OLP interface in December 2009. Several groups and individuals have provided input for this document and work on implementations now. First working examples are expected to be documented in the Les Houches proceedings. We will try to collect relevant program fragments on this page which may serve as guidelines and help for users and providers of MCs and OLPs.

Report from CPC on the BLHA

Reviewer #1:

The authors of the manuscript ``A proposal for a standard interface between Monte Carlo tools and one-loop programs propose an interface for the communication between programs for the calculation of one-loop amplitudes (OLP), and programs dealing with anything else necessary in a next-to-leading (NLO) order calculation. Since this communication is bound to be non-trivial, the existence of such a standard interface would be of great help in the development of full NLO Monte Carlo programs.

Except for a few points, the paper is clearly written.

Contents

Point A

The first point that may need clarification is related to the proposed MatrixElementSquarType, in case it is not set to CHsummed. In this case, the MC has to perform color and/or helicity summation, and necessarily has to provide color and/or helicity configurations to the OLP. In the discussion about OLP_EvalSubProcess, it is suggested that the OLP can provide more color and helicity information, but is not mentioned whether the OLP could take such information as input. Only momentum configurations are mentioned as input.


Suggestions for Point A

  • Suggestions and comments from Rikkert. In the interface between MadFKS and Rocket, we used a Monte Carlo sum over the helicities, i.e. for a given phase space point we calculated the contributions only for 1 helicity configuration. We simply did this by putting an extra array with the helicities of the external particles in the argument of the call to the OLP_EvalSubProcess(..) subroutine. This was for us by far the easiest solution, in particular because we were looking at process with only massless external particles, so there are no ambiguities in the definition of the spin/helicity, see also the proceedings arXiv:1003.1241. We could, maybe, stress a bit more that the arguments of this call (as written in the paper), are the minimum requirements. It should be left free to the users to extend it if necessary.
Suggestions and comments from

Point B

Secondly, the paper propagates, eg. at the beginning of page 9, the philosophy for the OLP to provide un-subtracted information, and not only subtracted information. This seems to conflict with the last paragraph of page 15, where it is mentioned that The OLP directly subtracts the collinear and soft divergences.... This probably has to do with the discussed mass regularization, and could be clarified more.


Suggestions for Point B

Suggestions and comments from 
Suggestions and comments from

Then there are a few details: 1. Page 4 after formula 2.7 identifies should be identified

2. Same page, same paragraph the sentence In actual calculations, subtraction methods are applied... maybe should be rephrased, stating that the proposed standard assumes the use of subtraction methods.

3. Among the publications cited in the context of automated evaluation of one-loop amplitudes, it might be appropriate to also mention Automated one-loop calculations: A Proof of concept. A. van Hameren, C.G. Papadopoulos, R. Pittau, JHEP 0909:106,2009.


  • Change/response suggestion by Nikolas:

[Point A:] We welcome the referee's acknowledgment of the helpfulness of our document for the development of NLO Monte Carlo programs. The referee raises a few valid minor points that have been addressed as follows: - In 4.2 under OLP_EvalSubProcess (p. 13): added bullet point before last: "If the OLP can handle MC requests for not-helicity/colour-summed output that is summed by the MC, a parameter or array that defines the requested helicity/colour configuration has to be passed to the function via an input argument." and below the list added the sentence: "If the cooperation between the OLP and MC goes beyond the described minimum additional input or output variables can be added to the interface of OLP_EvalSubProcess (and OLP_Start)." The sentence below the box has been modified to: "which correspond to the terms A_2, A_1, A_0, |Born|^2, ..."

[Point B:] A standard-compliant interface has to provide unsubtracted information and may provide subtracted information. If the optional subtracted information is provided or not is indicated with IRsubtractionMethod. The sentence following the description of IRsubtractionMethod (p. 9) is thus clarified: "Although the IR structure of one-loop amplitudes is universal, we require that unsubtracted information is provided by the OLP even where subtracted information is also made available. If the MC uses subtracted information provided by the OLP one has to make sure that the used IR methods match." The last sentence in Sec. 4.2. (p. 14) has been extended with "(also see setting IRsubtractionMethod in Sec. 4.1.1)." In Sec. 5.2 the first sentence in the last paragraph on p. 15 is changed from "The OLP directly subtracts the collinear ..." to "The OLP may subtract the collinear ..." We hope that our clarifications are satisfactory and etc.

Personal tools