mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
More progress in the HMC construction
This commit is contained in:
@ -574,14 +574,14 @@ Note that in step D setting B ~ X - A and using B in place of A in step E will g
|
||||
LatticeMatrix Umu(out._grid);
|
||||
for(int mu=0;mu<Nd;mu++){
|
||||
LieRandomize(pRNG,Umu,0.01);
|
||||
PokeLorentz(out,Umu,mu);
|
||||
pokeLorentz(out,Umu,mu);
|
||||
}
|
||||
}
|
||||
static void ColdConfiguration(GridParallelRNG &pRNG,LatticeGaugeField &out){
|
||||
LatticeMatrix Umu(out._grid);
|
||||
Umu=1.0;
|
||||
for(int mu=0;mu<Nd;mu++){
|
||||
PokeLorentz(out,Umu,mu);
|
||||
pokeLorentz(out,Umu,mu);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user