diff --git a/Hadrons/Modules/MFermion/EMLepton.hpp b/Hadrons/Modules/MFermion/EMLepton.hpp index a67f7495..1a0dfeef 100644 --- a/Hadrons/Modules/MFermion/EMLepton.hpp +++ b/Hadrons/Modules/MFermion/EMLepton.hpp @@ -233,6 +233,7 @@ void TEMLepton::execute(void) for(tl=0;tl::execute(void) // keep the result for the desired delta t Aslashlep = where(tlat == (tl-par().deltat+nt)%nt, proptmp, Aslashlep); } + + //account for possible anti-periodic boundary in time + Aslashlep = where( tlat >= nt-par().deltat, boundary[Tp]*Aslashlep, Aslashlep); + lep = where( tlat >= nt-par().deltat, boundary[Tp]*lep, lep); + } END_MODULE_NAMESPACE