mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
Bug corrected
This commit is contained in:
parent
c6afa13cbc
commit
c325f8c1d9
3 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ println("Time to take the configuration to memory: ")
|
|||
# Set gauge parameters
|
||||
# FIRST SET: Wilson action/flow
|
||||
println("\n## WILSON ACTION/FLOW TIMES")
|
||||
gp = GaugeParm{PREC}(GRP{PREC}, 6.0, 1.0, (0.5,0.5))
|
||||
gp = GaugeParm{PREC}(GRP{PREC}, 6.0, 1.0)
|
||||
println("Gauge Parameters: ", gp)
|
||||
|
||||
flwint = wfl_rk3(PREC, 0.005, 1.0E-6)
|
||||
|
@ -85,7 +85,7 @@ println("## END Wilson action/flow measurements")
|
|||
# Set gauge parameters
|
||||
# SECOND SET: Improved action/flow
|
||||
println("\n## IMPROVED ACTION/FLOW TIMES")
|
||||
gp = GaugeParm{PREC}(GRP{PREC}, 6.0, 5/6, (0.5,0.5))
|
||||
gp = GaugeParm{PREC}(GRP{PREC}, 6.0, 5/6)
|
||||
println("Gauge Parameters: ", gp)
|
||||
|
||||
flwint = zfl_rk3(PREC, 0.01, 1.0E-6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue