Skip to content

Commit

Permalink
include imaginary parts in the scale independence test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 26, 2016
1 parent 86d1204 commit 129e18d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_THDM_threshold_corrections_scale_invariance.m
Expand Up @@ -21,9 +21,6 @@
msl[_] :> MSUSY,
M1 -> Mu,
M2 -> Mu,
Abs[p_] :> p,
Conjugate[p_] :> p,
Re[p_] :> p,
trace[Yu, Adj[Yu]] -> Tr[YuMat.ConjugateTranspose[YuMat]],
trace[Yd, Adj[Yd]] -> Tr[YdMat.ConjugateTranspose[YdMat]],
trace[Ye, Adj[Ye]] -> Tr[YeMat.ConjugateTranspose[YeMat]],
Expand Down Expand Up @@ -99,7 +96,7 @@
thresh = lamSARAH //. approx //. GetTHDMThresholds1LLoopFunctions[];

(* mu-dependence of threshold corrections *)
threshMuDep = Expand[Q D[thresh, Q] 16 Pi^2];
threshMuDep = Expand[Q D[thresh, Q] 16 Pi^2] /. Derivative[1][Re][_] -> 1;

TestEquality[Simplify[betaDiff - threshMuDep], Table[0, {i,1,7}]];

Expand Down

0 comments on commit 129e18d

Please sign in to comment.