Skip to content

Commit

Permalink
Removed trailing dots in all FLT in all remaining input files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Jan 30, 2012
1 parent fb30427 commit 8748221
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions hmc.input
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample-input/sample-bicgstab.input
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample-input/sample-cg-loop.input
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Measurements = 2
Nsave = 10
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sample-input/sample-cg.input
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand All @@ -33,6 +33,6 @@ BeginOperator DBTMWILSON
2KappaEpsbar = 0.15
kappa = 0.177
Solver = CG
SolverPrecision = 1.e-12
SolverPrecision = 1e-12
EndOperator

4 changes: 2 additions & 2 deletions sample-input/sample-cgmms.input
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = no
CGMMSNoExtraMasses = 8
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample-input/sample-cgs.input
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample-input/sample-gmres.input
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample-input/sample-hmc2.input
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sample-input/sample-invert0_gpu.input
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand All @@ -32,7 +32,7 @@ BeginOperator DBTMWILSON
2KappaEpsbar = 0.15
kappa = 0.177
Solver = CG
SolverPrecision = 1.e-12
SolverPrecision = 1e-12
EndOperator

BeginGPUInit
Expand Down
10 changes: 5 additions & 5 deletions sample-input/sample-invert0_gpu_eo_nd.input
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ InitialStoreCounter = 0
Measurements = 1
2kappamu = 0.05
kappa = 0.177
BCAngleT = 1.
BCAngleT = 1
GaugeConfigInputFile = conf
UseEvenOdd = yes

Expand All @@ -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
Expand All @@ -32,7 +32,7 @@ BeginOperator DBTMWILSON
2KappaEpsbar = 0.012
kappa = 0.2
Solver = CG
SolverPrecision = 1.e-12
SolverPrecision = 1e-12
MaxSolverIterations = 2000
EndOperator

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sample-input/sample-poly-monomial.input
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Measurements = 10000
2KappaMu = 0.177
kappa = 0.177
NSave = 10000
ThetaT = 1.
ThetaT = 1
BCGstabMaxIter = 0
CGMaxIter = 1000
UseEvenOdd = yes
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8748221

Please sign in to comment.