mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Naming conventon also applied to metadata
This commit is contained in:
parent
164ed9c434
commit
7ce77690b8
@ -188,7 +188,7 @@ void TSigmaToNucleonNonEye<FImpl>::execute(void)
|
|||||||
auto qut = quSpec[par().tf];
|
auto qut = quSpec[par().tf];
|
||||||
for (auto &G: Gamma::gall)
|
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
|
//Operator Q1, equivalent to the two-trace case in the rare-kaons module
|
||||||
c=Zero();
|
c=Zero();
|
||||||
BaryonUtils<FIMPL>::Sigma_to_Nucleon_NonEye(quTi,quTf,qut,qdTf,qsTi,G,GammaB,GammaB,"Q1",c);
|
BaryonUtils<FIMPL>::Sigma_to_Nucleon_NonEye(quTi,quTf,qut,qdTf,qsTi,G,GammaB,GammaB,"Q1",c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user