Skip to content

Commit

Permalink
simplified C++ 2L expressions for mtau
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 22, 2017
1 parent 7224a9d commit 8a0910e
Show file tree
Hide file tree
Showing 3 changed files with 17,895 additions and 26,502 deletions.
2 changes: 1 addition & 1 deletion meta/MSSM/tau_to_cpp.m
Expand Up @@ -47,7 +47,7 @@
delta3[m1_, m2_, m3_] := Delta[m1^2, m2^2, m3^2, -1];
Delta[m1_, m2_, m3_, -1] := DeltaInv[m1,m2,m3];

Simp[expr_] := Collect[expr, {xt, xb, xtau, Fin3[__]}, Simplify[#,TimeConstraint->3600]&] //. {
Simp[expr_] := Collect[expr, {xt, xb, xtau, Fin3[__]}, Simplify[#,TimeConstraint->1200]&] //. {
Power[x_,n_] /; n > 0 :> Symbol["power" <> ToString[n]][x],
Power[x_,-2] :> 1/Symbol["power" <> ToString[2]][x],
Power[x_,-3] :> 1/Symbol["power" <> ToString[3]][x],
Expand Down

0 comments on commit 8a0910e

Please sign in to comment.