diff --git a/hmc.input b/hmc.input index 1292605f3..883041fd3 100644 --- a/hmc.input +++ b/hmc.input @@ -5,7 +5,7 @@ StartCondition = hot 2KappaMu = 0.03 kappa = 0.090 NSave = 50 -BCAngleT = -1e-1 +BCAngleT = 1 BCGstabMaxIter = 0 CGMaxIter = 1000 GaugeConfigInputFile = conf.save @@ -26,8 +26,8 @@ BeginMonomial DET Timescale = 1 2KappaMu = 0.1 kappa = 0.125 - AcceptancePrecision = 1.e-20 - ForcePrecision = 1.e-12 + AcceptancePrecision = 1e-20 + ForcePrecision = 1e-12 Name = det Solver = CG # CSGHistory = 7 @@ -41,8 +41,8 @@ BeginMonomial DETRATIO 2KappaMu2 = 0.1 kappa = 0.125 kappa2 = 0.125 - AcceptancePrecision = 1.e-20 - ForcePrecision = 1.e-12 + AcceptancePrecision = 1e-20 + ForcePrecision = 1e-12 Name = detrat Solver = CG CSGHistory = 0 diff --git a/sample-input/sample-bicgstab.input b/sample-input/sample-bicgstab.input index 6e9c11f2f..77b3a05f5 100644 --- a/sample-input/sample-bicgstab.input +++ b/sample-input/sample-bicgstab.input @@ -10,7 +10,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -23,7 +23,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = bicgstab - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator diff --git a/sample-input/sample-cg-loop.input b/sample-input/sample-cg-loop.input index 175a8d3fc..9b7da16c5 100644 --- a/sample-input/sample-cg-loop.input +++ b/sample-input/sample-cg-loop.input @@ -13,7 +13,7 @@ Measurements = 2 Nsave = 10 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -26,7 +26,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = CG - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator diff --git a/sample-input/sample-cg.input b/sample-input/sample-cg.input index 163506aec..3229eab2c 100644 --- a/sample-input/sample-cg.input +++ b/sample-input/sample-cg.input @@ -10,7 +10,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -23,7 +23,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = CG - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator @@ -33,6 +33,6 @@ BeginOperator DBTMWILSON 2KappaEpsbar = 0.15 kappa = 0.177 Solver = CG - SolverPrecision = 1.e-12 + SolverPrecision = 1e-12 EndOperator diff --git a/sample-input/sample-cgmms.input b/sample-input/sample-cgmms.input index 7e008b752..eadcce8cd 100644 --- a/sample-input/sample-cgmms.input +++ b/sample-input/sample-cgmms.input @@ -15,7 +15,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = no CGMMSNoExtraMasses = 8 @@ -30,7 +30,7 @@ BeginOperator TMWILSON # this is mandatory UseEvenOdd = no Solver = CGMMS - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 # this is automatic AddDownPropagator = no diff --git a/sample-input/sample-cgs.input b/sample-input/sample-cgs.input index 412c4900a..4bb0abc3f 100644 --- a/sample-input/sample-cgs.input +++ b/sample-input/sample-cgs.input @@ -10,7 +10,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -23,7 +23,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = CGS - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator diff --git a/sample-input/sample-gmres.input b/sample-input/sample-gmres.input index c8976c87a..0558b8e3e 100644 --- a/sample-input/sample-gmres.input +++ b/sample-input/sample-gmres.input @@ -11,7 +11,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -28,7 +28,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = GMRES - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator diff --git a/sample-input/sample-hmc2.input b/sample-input/sample-hmc2.input index 73ef60477..b56c51f31 100644 --- a/sample-input/sample-hmc2.input +++ b/sample-input/sample-hmc2.input @@ -37,8 +37,8 @@ BeginMonomial DET Timescale = 1 2KappaMu = 0.01 kappa = 0.170 - AcceptancePrecision = 1.e-20 - ForcePrecision = 1.e-12 + AcceptancePrecision = 1e-20 + ForcePrecision = 1e-12 Name = det Solver = CG EndMonomial diff --git a/sample-input/sample-invert0_gpu.input b/sample-input/sample-invert0_gpu.input index 2274947a5..0e5db0aba 100644 --- a/sample-input/sample-invert0_gpu.input +++ b/sample-input/sample-invert0_gpu.input @@ -9,7 +9,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -22,7 +22,7 @@ BeginOperator TMWILSON kappa = 0.177 UseEvenOdd = yes Solver = CG - SolverPrecision = 1.e-14 + SolverPrecision = 1e-14 MaxSolverIterations = 1000 AddDownPropagator = yes EndOperator @@ -32,7 +32,7 @@ BeginOperator DBTMWILSON 2KappaEpsbar = 0.15 kappa = 0.177 Solver = CG - SolverPrecision = 1.e-12 + SolverPrecision = 1e-12 EndOperator BeginGPUInit diff --git a/sample-input/sample-invert0_gpu_eo_nd.input b/sample-input/sample-invert0_gpu_eo_nd.input index 700fb649e..d37f96c37 100644 --- a/sample-input/sample-invert0_gpu_eo_nd.input +++ b/sample-input/sample-invert0_gpu_eo_nd.input @@ -9,7 +9,7 @@ InitialStoreCounter = 0 Measurements = 1 2kappamu = 0.05 kappa = 0.177 -BCAngleT = 1. +BCAngleT = 1 GaugeConfigInputFile = conf UseEvenOdd = yes @@ -22,7 +22,7 @@ NoSamples = 12 # kappa = 0.177 # UseEvenOdd = yes # Solver = CG -# SolverPrecision = 1.e-14 +# SolverPrecision = 1e-14 # MaxSolverIterations = 1000 # AddDownPropagator = yes #EndOperator @@ -32,7 +32,7 @@ BeginOperator DBTMWILSON 2KappaEpsbar = 0.012 kappa = 0.2 Solver = CG - SolverPrecision = 1.e-12 + SolverPrecision = 1e-12 MaxSolverIterations = 2000 EndOperator @@ -42,12 +42,12 @@ EndOperator # 2KappaEpsbar = 0.15 # kappa = 0.177 # Solver = CG -# SolverPrecision = 1.e-12 +# SolverPrecision = 1e-12 #EndOperator BeginGPUInit MaxInnerSolverIteration = 70 -# InnerSolverPrecision = 1.e-4 +# InnerSolverPrecision = 1e-4 InnersolverPrecisionCheckAbs = 1 InnersolverPrecisionCheckRel = 1 InnersolverPrecisionAbs = 1.0e-13 diff --git a/sample-input/sample-poly-monomial.input b/sample-input/sample-poly-monomial.input index 509f361d9..acff6a8c2 100644 --- a/sample-input/sample-poly-monomial.input +++ b/sample-input/sample-poly-monomial.input @@ -14,7 +14,7 @@ Measurements = 10000 2KappaMu = 0.177 kappa = 0.177 NSave = 10000 -ThetaT = 1. +ThetaT = 1 BCGstabMaxIter = 0 CGMaxIter = 1000 UseEvenOdd = yes @@ -45,8 +45,8 @@ BeginMonomial POLY 2KappaMu = 0.177 Kappa = 0.177 RootsFile = "Square_root_BR_roots.dat.oox.70.3.3333333333333333e-02" - AcceptancePrecision = 1.e-20 - ForcePrecision = 1.e-12 + AcceptancePrecision = 1e-20 + ForcePrecision = 1e-12 EndMonomial BeginIntegrator