mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Hadrons: added missing momentum parameter in rare kaon contraction test
This commit is contained in:
parent
1a122a0dd8
commit
d6a7d7d1e0
@ -185,6 +185,7 @@ inline void mesonContraction(Application &application, unsigned int npt,
|
||||
mesPar.output = std::to_string(npt) + "pt/" + label;
|
||||
mesPar.q1 = q1;
|
||||
mesPar.q2 = q2;
|
||||
mesPar.mom = mom;
|
||||
mesPar.gammas = "<Gamma5 Gamma5>";
|
||||
application.createModule<MContraction::Meson>(modName, mesPar);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user