-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Canversion of legacy benchmark program
- Loading branch information
1 parent
440a134
commit c697262
Showing
5 changed files
with
139 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
T=12 | ||
LX=24 | ||
LY=20 | ||
LZ=12 | ||
Measurements = 1 | ||
StartCondition = hot | ||
2KappaMu = 0.03 | ||
kappa = 0.090 | ||
NSave = 50 | ||
BCAngleT = 1 | ||
BCGstabMaxIter = 0 | ||
CGMaxIter = 1000 | ||
GaugeConfigInputFile = conf.save | ||
UseEvenOdd = yes | ||
#PropagatorPrecision = 64 | ||
ReversibilityCheck = no | ||
ReversibilityCheckIntervall = 1 | ||
DebugLevel = 1 | ||
|
||
BeginMonomial GAUGE | ||
UseRectangleStaples = yes | ||
RectangleCoefficient = -0.0833333 | ||
Timescale=0 | ||
Beta = 6.0 | ||
EndMonomial | ||
|
||
BeginMonomial DET | ||
Timescale = 1 | ||
2KappaMu = 0.1 | ||
kappa = 0.125 | ||
AcceptancePrecision = 1e-20 | ||
ForcePrecision = 1e-12 | ||
Name = det | ||
Solver = CG | ||
# CSGHistory = 7 | ||
# CSGHistory2 = 3 | ||
EndMonomial | ||
|
||
|
||
BeginMonomial DETRATIO | ||
Timescale = 2 | ||
2KappaMu = 0.03 | ||
2KappaMu2 = 0.1 | ||
kappa = 0.125 | ||
kappa2 = 0.125 | ||
AcceptancePrecision = 1e-20 | ||
ForcePrecision = 1e-12 | ||
Name = detrat | ||
Solver = CG | ||
CSGHistory = 0 | ||
EndMonomial | ||
|
||
#BeginMonomial NDPOLY | ||
# Timescale = 1 | ||
#EndMonomial | ||
|
||
BeginIntegrator | ||
Type0 = 2MN | ||
Type1 = 2MN | ||
Type2 = 2MN | ||
IntegrationSteps0 = 1 | ||
IntegrationSteps1 = 2 | ||
IntegrationSteps2 = 3 | ||
Tau = 1 | ||
Lambda0 = 0.19 | ||
NumberOfTimescales = 3 | ||
EndIntegrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# $Id$ | ||
# example input file for invert | ||
# requires a 4^4 gauge configuration conf.0000 | ||
|
||
T=48 | ||
L=24 | ||
|
||
DebugLevel = 5 | ||
InitialStoreCounter = 0 | ||
Measurements = 1 | ||
2kappamu = 0.05 | ||
kappa = 0.177 | ||
BCAngleT = 1. | ||
GaugeConfigInputFile = /homea/hch02/hch02dd/gauge/48x24_petrov_conf | ||
InitialStoreCounter = 800 | ||
UseEvenOdd = yes | ||
|
||
SourceType = Volume | ||
ReadSource = no | ||
NoSamples = 12 | ||
|
||
BeginOperator TMWILSON | ||
2kappaMu = 0.05 | ||
kappa = 0.177 | ||
UseEvenOdd = yes | ||
Solver = CG | ||
SolverPrecision = 1.e-14 | ||
MaxSolverIterations = 1000 | ||
AddDownPropagator = yes | ||
EndOperator | ||
|
||
BeginOperator DBTMWILSON | ||
2KappaMubar = 0.139 | ||
2KappaEpsbar = 0.15 | ||
kappa = 0.177 | ||
Solver = CG | ||
SolverPrecision = 1.e-12 | ||
EndOperator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters