Skip to content

Commit

Permalink
correcting g3 beta function symbol in extraction script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 1, 2015
1 parent 837481f commit 5f8fad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions meta/ThreeLoopMSSM/beta_g3.m
@@ -1,5 +1,7 @@
{-3*g3^3, bg3*g3, g3*((-1702*g1^4*g3^2)/75 - (3*g1^2*g2^2*g3^2)/5 -
27*g2^4*g3^2 + (22*g1^2*g3^4)/15 + 6*g2^2*g3^4 + (347*g3^6)/3 +
{-3*g3^3, g3*((11*g1^2*g3^2)/5 + 9*g2^2*g3^2 + 14*g3^4 +
g3^2*(-4*trace[Adj[Yb], Yb] - 4*trace[Adj[Yt], Yt])),
g3*((-1702*g1^4*g3^2)/75 - (3*g1^2*g2^2*g3^2)/5 - 27*g2^4*g3^2 +
(22*g1^2*g3^4)/15 + 6*g2^2*g3^4 + (347*g3^6)/3 +
g3^4*((-104*trace[Adj[Yb], Yb])/3 - (104*trace[Adj[Yt], Yt])/3) +
g2^2*g3^2*(-12*trace[Adj[Yb], Yb] - 12*trace[Adj[Yt], Yt]) +
g1^2*g3^2*((-32*trace[Adj[Yb], Yb])/15 - (44*trace[Adj[Yt], Yt])/15) +
Expand Down
Expand Up @@ -63,7 +63,7 @@

{g1 bg11 , g1 bg12 , g1 bg13 } /. repl >> "beta_g1.m";
{g2 bg21 , g2 bg22 , g2 bg23 } /. repl >> "beta_g2.m";
{g3 bg31 , g3 bg3 , g3 bg33 } /. repl >> "beta_g3.m";
{g3 bg31 , g3 bg32 , g3 bg33 } /. repl >> "beta_g3.m";
{betat1 , betat2 , betat3 } /. repl >> "beta_Yu.m";
{betab1 , betab2 , betab3 } /. repl >> "beta_Yd.m";
{betae1 , betae2 , betae3 } /. repl >> "beta_Ye.m";
Expand Down

0 comments on commit 5f8fad0

Please sign in to comment.