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

QedFVol: Implement charged propagator calculation within ScalarVP module

This commit is contained in:
James Harrison
2017-04-10 16:33:54 +01:00
parent 9f755e0379
commit 26ebe41fef
3 changed files with 225 additions and 23 deletions

View File

@ -100,7 +100,7 @@ void TChargedProp::execute(void)
{
GFSrc_ = env().getObject<ScalarField>(GFSrcName_);
}
// cache free scalar propagator
// cache position-space free scalar propagator
if (!env().hasCreatedObject(prop0Name_))
{
prop0_ = env().createLattice<ScalarField>(prop0Name_);