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

Latest upstream with np-su3 patch and modified Sp_WilsonFunfFermionGauge test to be small (#22)

Co-authored-by: Mashy Green <mashy@me.com>

merging no-su3 patch
This commit is contained in:
Muhammad Asif 2025-02-24 11:38:42 +00:00 committed by GitHub
parent cb3e529b1e
commit b1ba209696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,8 +64,8 @@ int main(int argc, char **argv) {
TheHMC.TheAction.push_back(Level1);
TheHMC.TheAction.push_back(Level2);
TheHMC.Parameters.MD.MDsteps = 36;
TheHMC.Parameters.MD.trajL = 1.0;
TheHMC.Parameters.MD.MDsteps = 2;
TheHMC.Parameters.MD.trajL = 0.1;
TheHMC.ReadCommandLine(argc, argv);
TheHMC.Run();