Added enviroment

parent b603674f
This diff is collapsed.
[deps]
ADerrors = "5e92007d-7bf1-471c-8ceb-4591b8b567a9"
BDIO = "375f315e-f2c4-11e9-2ef9-134f02f79e27"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LatticeGPU = "958c3683-801a-4582-9cfa-2d6e2ae1763b"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
......@@ -4,11 +4,11 @@ name = "Run1L32"
[Space]
bc = 3 # 3 OPEN, 0 PERIODIC, SF_AFWB or SF_ORBI
size = [32,32,32,32]
size = [16,16,16,16]
blocks = [4,4,4,4]
[HMC]
nth = 5000
nth = 100
beta = 6.0
c0 = 1.0
cG = 1.0
......@@ -22,10 +22,10 @@ theta = 0.0
theta_t = 3.1415926535897
csw = 1.76923076923077
ct = 9.8718528389891003e-01
tsource = 16
tsource = 8
[Measurements]
N_noise = 12
N_noise = 6
Flow_times = [2.47,3.86]
Nsaves = 25
tolerance = 1.0e-13
......
using Pkg
Pkg.activate("/home/fperez/Git/LGPU_fork")
Pkg.activate("./")
using LatticeGPU
using TOML
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment