1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 08:17:05 +01:00

QedVFol: Allow output of scalar propagator and vacuum polarisation projected to arbitrary lattice momentum, not just zero-momentum.

This commit is contained in:
James Harrison
2017-06-12 18:27:32 +01:00
parent 42f0afcbfa
commit 20e92a7009
4 changed files with 302 additions and 143 deletions

View File

@ -18,7 +18,8 @@ public:
GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarVPPar,
std::string, emField,
std::string, scalarProp,
std::string, output);
std::string, output,
std::vector<std::string>, outputMom);
};
class TScalarVP: public Module<ScalarVPPar>