diff --git a/tests/forces/Test_rect_force.cc b/tests/forces/Test_rect_force.cc index a846af30..e0ffd28c 100644 --- a/tests/forces/Test_rect_force.cc +++ b/tests/forces/Test_rect_force.cc @@ -57,9 +57,10 @@ int main (int argc, char ** argv) SU3::HotConfiguration(pRNG,U); double beta = 1.0; - double c1 = 0.331; + double c1 = -0.331; - PlaqPlusRectangleActionR Action(beta,c1); + IwasakiGaugeActionR Action(beta); + // PlaqPlusRectangleActionR Action(beta,c1); // WilsonGaugeActionR Action(beta); ComplexD S = Action.S(U); @@ -87,7 +88,13 @@ int main (int argc, char ** argv) // fourth order exponential approx parallel_for(auto i=mom.begin();i