1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Merge branch 'feature/dirichlet-gparity' into feature/dirichlet

This commit is contained in:
Peter Boyle
2022-06-15 19:23:48 -04:00
30 changed files with 2142 additions and 188 deletions

View File

@ -325,7 +325,7 @@ int main(int argc, char ** argv)
U_GT = U;
// Make a random xform to teh gauge field
SU<Nc>::RandomGaugeTransform(RNG,U_GT,g); // Unit gauge
SU<Nc>::RandomGaugeTransform<PeriodicGimplR>(RNG,U_GT,g); // Unit gauge
Field in_GT(&Grid);
Field out_GT(&Grid);