1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

EO support, wip

This commit is contained in:
Guido Cossu
2017-05-01 11:06:21 +01:00
parent 99a73f4287
commit 62a64d9108
4 changed files with 60 additions and 4 deletions

View File

@ -59,7 +59,11 @@ public:
Hgrid,
_mass, p),
CloverTerm(&Fgrid),
CloverTermInv(&Fgrid)
CloverTermInv(&Fgrid),
CloverTermEven(&Hgrid),
CloverTermOdd(&Hgrid),
CloverTermInvEven(&Hgrid),
CloverTermInvOdd(&Hgrid)
{
csw = _csw;
assert(Nd == 4); // require 4 dimensions
@ -85,6 +89,8 @@ private:
RealD csw; // Clover coefficient
CloverFieldType CloverTerm, CloverTermInv; // Clover term
CloverFieldType CloverTermEven, CloverTermOdd;
CloverFieldType CloverTermInvEven, CloverTermInvOdd; // Clover term
// eventually these two can be compressed into 6x6 blocks instead of the 12x12
// using the DeGrand-Rossi basis for the gamma matrices