-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Heavy mesons onlinemeas #570
base: master
Are you sure you want to change the base?
Conversation
…odd lexic conversione
…rs_measurement() now. Next: use the dummy variables defined for the heavy for building the light-heavy correlators
todo: writing into a file
pdf: | ||
pdf-engine: pdflatex | ||
fontsize: 12pt | ||
bibliography: bibliography.bib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For PDF rendering to work I need to add
header-includes:
- \usepackage{braket}
here. In any case this should be translated to plain LaTeX once its done and that merged instead.
… heavy_mesons_onlinemeas
…om/etmc/tmLQCD into heavy_mesons_onlinemeas_gamma5herm
…om/etmc/tmlqcd into heavy_mesons_onlinemeas_gamma5herm
…om/etmc/tmlqcd into heavy_mesons_onlinemeas_gamma5herm
…tmLQCD into heavy_mesons_onlinemeas_gamma5herm
Heavy mesons onlinemeas gamma5herm
I have merged the branch were I was testing the new features: #614. @Marcogarofalo, in the |
meas/correlators.c
Outdated
dum_tot *= -1; | ||
} | ||
if (g1==g2){ | ||
res_hihj_g1g2[hi][hj][g1][g2] = creal(dum_tot); // correlators is real |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you assign here instead of accumulate the result?
No description provided.