From b1ba2096962590245b25227cbb002da2413ce55a Mon Sep 17 00:00:00 2001 From: Muhammad Asif <19404936+asifsamiarain@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:38:42 +0000 Subject: [PATCH] Latest upstream with np-su3 patch and modified Sp_WilsonFunfFermionGauge test to be small (#22) Co-authored-by: Mashy Green merging no-su3 patch --- tests/sp2n/Test_hmc_Sp_WilsonFundFermionGauge.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sp2n/Test_hmc_Sp_WilsonFundFermionGauge.cc b/tests/sp2n/Test_hmc_Sp_WilsonFundFermionGauge.cc index d302911d..e655000f 100644 --- a/tests/sp2n/Test_hmc_Sp_WilsonFundFermionGauge.cc +++ b/tests/sp2n/Test_hmc_Sp_WilsonFundFermionGauge.cc @@ -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();