Changes between Version 38 and Version 39 of TypeIIISeeSaw
- Timestamp:
- Jan 10, 2013, 3:36:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeIIISeeSaw
v38 v39 62 62 == Notes == 63 63 64 We implemented the couplings to Goldstone bosons so that the implementation allows for the use of the Feynman gauge. We have checked that the exportation to the `CalcHep` format is successful, however we did not check the `CalcHep` output.64 - We implemented the couplings to Goldstone bosons so that the implementation allows for the use of the Feynman gauge. We have checked that the exportation to the `CalcHep` format is successful, however we did not check the `CalcHep` output. 65 65 66 N.B.: when using this model with `CalcHep` the variables (such as input parameters) longer than 6 characters must be redifined to shorter words (thanks to Jayash Panigrahi).66 - N.B.: when using this model with `CalcHep` the variables (such as input parameters) longer than 6 characters must be redifined to shorter words (thanks to Jayash Panigrahi). 67 67 68 COMMENTS TO THE VARIOUS VERSIONS:69 - 1.1: IndexRange[ Index[SU2W] ] = Range[3] has been substituted by IndexRange[ Index[SU2W] ] = Unfold[Range[3]] , in order to get UFO output.68 - COMMENTS TO THE VARIOUS VERSIONS: 69 - 1.1: "`IndexRange[ Index[SU2W] ] = Range[3]`" has been substituted by "`IndexRange[ Index[SU2W] ] Unfold[Range[3]]`" , in order to get UFO output. If you do not need them, you can use the 1.0 version.