Changes between Version 4 and Version 5 of MadLoopStandaloneLibrary
- Timestamp:
- Mar 11, 2016, 7:05:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MadLoopStandaloneLibrary
v4 v5 47 47 Notice 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'. 48 48 The 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 50 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]. You can do so automatically by simply running 51 {{{ 52 > ./check_sa.py 53 }}} 54 from within each subprocess directory (available from MGaMC v2.3.4 onwards). 50 55 51 56 Finally, 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.