Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-romiti committed Jan 23, 2024
1 parent f7a94a3 commit 13db981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meas/correlators.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ void heavy_correlators_measurement(const int traj, const int id, const int ieo,
for (size_t g2 = 0; g2 < 2; g2++) {
// heavy doublet spinor propagator
for (int alpha_1=0; alpha_1 < 4; alpha_1++){
spinor eta_h = arr_spinor[1][1][alpha_1][hj][hi][0];
spinor eta_h = arr_spinor[0][1][alpha_1][hj][hi][0];
spinor psi_u = arr_spinor[1][0][alpha_1][f0][f0][i];
for (int alpha_2=0; alpha_2 < 4; alpha_2++){
spinor eta_u = arr_spinor[0][0][alpha_2][f0][f0][0];
Expand Down

0 comments on commit 13db981

Please sign in to comment.