Changes between Version 13 and Version 14 of SMEFTatNLO
- Timestamp:
- Sep 4, 2020, 11:13:09 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SMEFTatNLO
v13 v14 64 64 Default loading of the model 65 65 {{{ 66 > import model SMEFTatNLO _vX.X66 > import model SMEFTatNLO 67 67 }}} 68 68 will load the pure SM without any effective operators. … … 70 70 The {{{LO}}} restriction card should be used when importing the model for LO generation: 71 71 {{{ 72 > import model SMEFTatNLO _vX.X-LO72 > import model SMEFTatNLO-LO 73 73 }}} 74 74 75 75 For NLO QCD generation, the {{{NLO}}} restriction card should be used when importing the model: 76 76 {{{ 77 > import model SMEFTatNLO _vX.X-NLO77 > import model SMEFTatNLO-NLO 78 78 }}} 79 79 This invokes a restricted set of operators for which the required counterterms are implemented.