Skip to content

Commit

Permalink
Z4co: fix bug in calc ZtC
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jul 3, 2024
1 parent ee6ffbf commit 1c64a13
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Z4co/wolfram/wl/Z4c_rhs.wl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SetEQN[trdexAtUU[i_], -2 invgamt[i, l] exAtUU[j, m] dgamt[-j, -l, -m] +

(* (13) *)

SetEQN[ZtC[i_], trGt[i] - trGtd[i]];
SetEQN[ZtC[i_], (trGt[i] - trGtd[i]) / 2];

(* (14) *)

Expand Down Expand Up @@ -113,11 +113,10 @@ SetEQN[dtexAt[i_, j_], chi[] ((-DDalpha[i, j] + alpha[] (R[i, j] - 8 cpi

SetEQN[dttrGt[i_], -2 exAtUU[i, j] dalpha[-j] + 2 alpha[] (Gt[i, -j, -k
] exAtUU[j, k] - 3/2 exAtUU[i, j] dchi[-j] / chi[] - 1/3 invgamt[i, j]
(2 dexKh[-j] + dTheta[-j]) - 8 cpi invgamt[i, j] Sm[-j]) + invgamt[j, k]
ddbeta[-j, -k, i] + 1/3 invgamt[i, j] ddbeta[-j, -k, k]
- trGtd[j] dbeta[-j, i]
+ 2/3 trGtd[i] dbeta[-j, j]
- 2 alpha[] ckappa1 (trGt[i] - trGtd[i])];
(2 dexKh[-j] + dTheta[-j]) - 8 cpi invgamt[i, j] Sm[-j]) + invgamt[j, k
] ddbeta[-j, -k, i] + 1/3 invgamt[i, j] ddbeta[-j, -k, k] - trGtd[j] dbeta[
-j, i] + 2/3 trGtd[i] dbeta[-j, j] - 2 alpha[] ckappa1 (trGt[i] - trGtd[
i])];

(* (6) *)

Expand Down

0 comments on commit 1c64a13

Please sign in to comment.