Skip to content

Commit

Permalink
Merge branch 'heavy_mesons_onlinemeas_gamma5herm' of https://github.c…
Browse files Browse the repository at this point in the history
…om/etmc/tmLQCD into heavy_mesons_onlinemeas_gamma5herm
  • Loading branch information
simone-romiti committed Jan 23, 2024
2 parents 500705e + 3d93a01 commit 44f3ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions meas/correlators.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void heavy_correlators_measurement(const int traj, const int id, const int ieo,
#endif

/* heavy-light correlators variables */
// sign change bilinear^\dagger, with Gamma = 1,gamma_
// sign change bilinear^\dagger, with Gamma = 1,gamma_5
double eta_Gamma[2] = {1.0, -1.0};

// even-odd spinor fields for the light and heavy doublet correlators
Expand Down Expand Up @@ -904,11 +904,12 @@ void heavy_correlators_measurement(const int traj, const int id, const int ieo,
}

void correlators_measurement(const int traj, const int id, const int ieo) {
//light_correlators_measurement(traj, id, ieo);

// ??? maybe add a double check? does i1 --> light and i2 --> heavy?
if (measurement_list[id].measure_heavy_mesons == 1) {
const int i1 = 0, i2 = 1;
heavy_correlators_measurement(traj, id, ieo, i1, i2);
}

light_correlators_measurement(traj, id, ieo);
}
2 changes: 0 additions & 2 deletions offline_measurement.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ int main(int argc, char *argv[])
if (g_proc_id == 0) {
fprintf(stdout, "#\n# Beginning offline measurement.\n");
}
//printf("Ciao Simone4!\n");
meas->measurefunc(nstore, imeas, even_odd_flag);
printf("Ciao Simone5!\n");
}
nstore += Nsave;
}
Expand Down

0 comments on commit 44f3ff0

Please sign in to comment.