mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 08:46:55 +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:
@ -20,7 +20,8 @@ public:
|
||||
std::string, source,
|
||||
double, mass,
|
||||
double, charge,
|
||||
std::string, output);
|
||||
std::string, output,
|
||||
std::vector<std::string>, outputMom);
|
||||
};
|
||||
|
||||
class TChargedProp: public Module<ChargedPropPar>
|
||||
|
Reference in New Issue
Block a user