Replies: 1 comment
-
Hi, did you check that the difference between |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When I calculate a hzz loop with TID, it does not get right result. As the figure shows, a and b should be the same, but somehow b is wrong. The only difference is replace k1->k2+k3 before or after TID. Anyone knows why?
Thanks in advance
-I/Pi^2 FAD[{q, mh}, {q + k1, mh}, {q + k2,
mz}] (MTD[[Alpha], [Beta]] -
FVD[q + k2, [Alpha]] FVD[q + k2, [Beta]]/mz^2)
a = FCE[ExpandScalarProduct[
Simplify[TID[%, q, ToPaVe -> True, UsePaVeBasis -> True]] /.
k1 -> k2 + k3]] /. FVD[k2, [Alpha]] -> 0 /.
FVD[k3, [Beta]] -> 0;
-I/Pi^2 FAD[{q, mh}, {q + k1, mh}, {q + k2,
mz}] (MTD[[Alpha], [Beta]] -
FVD[q + k2, [Alpha]] FVD[q + k2, [Beta]]/mz^2) /. k1 -> k2 + k3
b = FCE[ExpandScalarProduct[
Simplify[TID[%, q, ToPaVe -> True, UsePaVeBasis -> True]]]] /.
FVD[k2, [Alpha]] -> 0 /. FVD[k3, [Beta]] -> 0;
Beta Was this translation helpful? Give feedback.
All reactions