Changes between Version 38 and Version 39 of TypeIIISeeSaw


Ignore:
Timestamp:
Jan 10, 2013, 3:36:41 PM (12 years ago)
Author:
Carla Biggio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TypeIIISeeSaw

    v38 v39  
    6262== Notes ==
    6363
    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.
    6565
    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).
    6767
    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.