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

QedFVol: Implement exact O(alpha) vacuum polarisation.

This commit is contained in:
James Harrison
2017-05-09 11:46:25 +01:00
parent 6cb563a40c
commit 914f180fa3
2 changed files with 85 additions and 37 deletions

View File

@ -51,8 +51,7 @@ private:
std::string freeMomPropName_, GFSrcName_,
prop0Name_, propQName_,
propSunName_, propTadName_;
std::vector<std::string> phaseName_, muPropQName_,
muPropSunName_, muPropTadName_;
std::vector<std::string> phaseName_, muPropQName_;
std::vector<std::vector<std::string> > vpTensorName_;
ScalarField *freeMomProp_, *GFSrc_,
*prop0_;