1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-15 04:27:07 +01:00

Merge branch 'develop' into feature/gparity_HMC

This commit is contained in:
Peter Boyle
2021-04-22 01:58:11 +02:00
9 changed files with 131 additions and 60 deletions

View File

@ -29,7 +29,6 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
using namespace std;
using namespace Grid;
;
@ -59,6 +58,10 @@ int main (int argc, char ** argv)
double beta = 1.0;
double c1 = 0.331;
const int nu = 1;
std::vector<int> twists(Nd,0);
twists[nu] = 1;
ConjugateGimplD::setDirections(twists);
ConjugatePlaqPlusRectangleActionR Action(beta,c1);
//ConjugateWilsonGaugeActionR Action(beta);
//WilsonGaugeActionR Action(beta);