Skip to content

Commit

Permalink
Translate m_[i2,i1] in beta functions
Browse files Browse the repository at this point in the history
This form appears in beta functions of SARAH models Seesaw[1-3].
  • Loading branch information
jhyeon committed Sep 8, 2014
1 parent 265d34b commit 3484954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/BetaFunction.m
Expand Up @@ -114,7 +114,8 @@
beta = (loopFactor * expr) /.
{ Kronecker[Susyno`LieGroups`i1,SARAH`i2] :> CreateUnitMatrix[type],
a_[Susyno`LieGroups`i1] :> a,
a_[Susyno`LieGroups`i1,SARAH`i2] :> a };
a_[Susyno`LieGroups`i1,SARAH`i2] :> a,
a_[SARAH`i2,Susyno`LieGroups`i1] :> SARAH`Tp[a] };
{localDecl, traceRules} = Traces`CreateDoubleTraceAbbrs[{expr}];
localDecl = Traces`CreateLocalCopiesOfTraces[{expr}, "TRACE_STRUCT"];
beta = beta /. traceRules;
Expand Down

0 comments on commit 3484954

Please sign in to comment.