1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Hot start SU3

This commit is contained in:
Peter Boyle 2016-12-22 17:51:45 +00:00
parent 7dc36628a1
commit 0903c48caa

View File

@ -91,7 +91,8 @@ int main (int argc, char ** argv)
GridParallelRNG sRNG4(sUGrid); sRNG4.SeedFixedIntegers(seeds4);
GridParallelRNG sRNG5(sFGrid); sRNG5.SeedFixedIntegers(seeds5);
LatticeGaugeField Umu(UGrid); random(RNG4,Umu);
LatticeGaugeField Umu(UGrid);
SU3::HotConfiguration(RNG4,Umu);
RealD mass=0.1;
RealD M5 =1.8;