mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Removed unnecessary "3pt" labels
This commit is contained in:
parent
5be05d85b8
commit
74a5cda84b
@ -128,7 +128,7 @@ void TWeakHamiltonianNonEye::execute(void)
|
|||||||
|
|
||||||
// Perform C-type contractions.
|
// Perform C-type contractions.
|
||||||
SUM_MU(expbuf, trace(C_i_side_loop[mu]*C_f_side_loop[mu]))
|
SUM_MU(expbuf, trace(C_i_side_loop[mu]*C_f_side_loop[mu]))
|
||||||
MAKE_DIAG(expbuf, corrbuf, result[C_diag], "3pt_HW_C")
|
MAKE_DIAG(expbuf, corrbuf, result[C_diag], "HW_C")
|
||||||
|
|
||||||
// Recycle sub-expressions for W-type contractions.
|
// Recycle sub-expressions for W-type contractions.
|
||||||
for (unsigned int mu = 0; mu < ndim; ++mu)
|
for (unsigned int mu = 0; mu < ndim; ++mu)
|
||||||
@ -139,8 +139,8 @@ void TWeakHamiltonianNonEye::execute(void)
|
|||||||
|
|
||||||
// Perform W-type contractions.
|
// Perform W-type contractions.
|
||||||
SUM_MU(expbuf, W_i_side_loop[mu]*W_f_side_loop[mu])
|
SUM_MU(expbuf, W_i_side_loop[mu]*W_f_side_loop[mu])
|
||||||
MAKE_DIAG(expbuf, corrbuf, result[W_diag], "3pt_HW_W")
|
MAKE_DIAG(expbuf, corrbuf, result[W_diag], "HW_W")
|
||||||
|
|
||||||
write(writer, "HW_3pt_NonEye", result[C_diag]);
|
write(writer, "HW_NonEye", result[C_diag]);
|
||||||
write(writer, "HW_3pt_NonEye", result[W_diag]);
|
write(writer, "HW_NonEye", result[W_diag]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user