1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Naming conventon also applied to metadata

This commit is contained in:
ferben 2019-12-05 17:38:43 +00:00
parent 164ed9c434
commit 7ce77690b8

View File

@ -188,7 +188,7 @@ void TSigmaToNucleonNonEye<FImpl>::execute(void)
auto qut = quSpec[par().tf];
for (auto &G: Gamma::gall)
{
r.info.gamma_H = G.g;
r.info.gammaH = G.g;
//Operator Q1, equivalent to the two-trace case in the rare-kaons module
c=Zero();
BaryonUtils<FIMPL>::Sigma_to_Nucleon_NonEye(quTi,quTf,qut,qdTf,qsTi,G,GammaB,GammaB,"Q1",c);