1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 12:44:30 +00:00

Merge pull request #387 from lehner/feature/gpt

Parity mass terms for domain wall fermions to enable 4d eofa
This commit is contained in:
Peter Boyle
2022-05-03 08:52:18 -04:00
committed by GitHub
5 changed files with 49 additions and 32 deletions

View File

@@ -65,8 +65,11 @@ CompactWilsonCloverFermion<Impl, CloverHelpers>::CompactWilsonCloverFermion(Gaug
csw_r /= clover_anisotropy.xi_0;
ImportGauge(_Umu);
if (open_boundaries)
if (open_boundaries) {
this->BoundaryMaskEven.Checkerboard() = Even;
this->BoundaryMaskOdd.Checkerboard() = Odd;
CompactHelpers::SetupMasks(this->BoundaryMask, this->BoundaryMaskEven, this->BoundaryMaskOdd);
}
}
template<class Impl, class CloverHelpers>