Changes between Version 4 and Version 5 of MadLoopStandaloneLibrary


Ignore:
Timestamp:
Mar 11, 2016, 7:05:08 PM (9 years ago)
Author:
Valentin Hirschi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MadLoopStandaloneLibrary

    v4 v5  
    4747Notice that the result for the loop matrix element computed for the last kinematic configuration explored by './check' is not only displayed on screen but also written in the file 'results.dat'. 
    4848The runtime parameter for MadLoop can be edited directly in the card 'MyStandaloneMadLoopOutput/SubProcesses/MadLoopParams.dat' (doesn't necessitate a recompilation).
    49 It is worth noting that one can also steer the MadLoop standalone output with f2py, in a similar way as explained in [wiki:FAQ-General-4 this page].
     49
     50It is worth noting that one can also steer the MadLoop standalone output with f2py, in a similar way as explained in [wiki:FAQ-General-4 this page]. You can do so automatically by simply running
     51{{{
     52> ./check_sa.py
     53}}}
     54from within each subprocess directory (available from MGaMC v2.3.4 onwards).
    5055
    5156Finally, the above is convenient when debugging or testing MadLoop for individual PS points, but it is clear that a library is needed to integrate MadLoop loop matrix elements in any third-party tool.