Changes between Version 24 and Version 25 of ComplexMassScheme
- Timestamp:
- Aug 20, 2015, 2:19:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComplexMassScheme
v24 v25 5 5 The Complex Mass Scheme (CMS henceforth) can be activated by simply typing the following command in the interactive shell: 6 6 7 {{{MG5_aMC> set complex_mass_scheme True /False}}}7 {{{MG5_aMC> set complex_mass_scheme True}}} 8 8 9 9 The CMS implementation is rather straightforward at leading-order (LO) but it becomes more involved at next-to-leading-order (NLO) because of mainly two points … … 29 29 30 30 {{{ MG5_aMC> check cms [-reuse] <process_definition> <options> }}} 31 * Ex.: {{{ check cms -reuse u d~ > e+ ve a [virt=QCD QED] --name=udx_epvea --tweak=['default','allwidths->allwidths*0.99(widths_x_0.99)'] }}} 31 32 || '''Minimal example''' || '''{{{ check cms u d~ > e+ ve a [virt=QCD QED] }}}''' || 33 || Example with options || {{{ check cms -reuse u d~ > e+ ve a [virt=QCD QED] --name=udx_epvea --tweak=['default','allwidths->allwidths*0.99(widths_x_0.99)'] }}} || 32 34 33 35 First, the '-reuse' suffix following 'cms' specifies that you want to reuse relevant information existing from previous runs. This includes potentially reusing the fortran output of the NLO matrix element if the same process was run before with the 'cms check' command. Also, if a name was given to this run (see option '--name' further) and the corresponding saved result python pickled file exists on disk, this run will be skipped and the result recycled from the pickle file.