diff --git a/cnfg/randfield b/cnfg/randfield deleted file mode 100644 index 6587890..0000000 Binary files a/cnfg/randfield and /dev/null differ diff --git a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fA b/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fA deleted file mode 100644 index af7ea69..0000000 --- a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fA +++ /dev/null @@ -1,8 +0,0 @@ -1 0.0 + 0.0im -2 -0.6030372212882809 + 8.523269031746397e-20im -3 -0.6038618620887128 + 1.4463087574367178e-19im -4 -0.5926760024257145 - 8.533856943587076e-20im -5 -0.601666224177839 + 4.129285617864714e-21im -6 -0.584098047171397 - 5.108667463127499e-20im -7 -0.5976874848953928 + 3.4430565816907224e-20im -8 -0.6031406468183864 + 2.1996386849010112e-20im diff --git a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fP b/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fP deleted file mode 100644 index 554b727..0000000 --- a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.fP +++ /dev/null @@ -1,8 +0,0 @@ -1 0.0 + 0.0im -2 4.073707933719405 + 0.0im -3 3.263441992848985 + 0.0im -4 2.599329122980939 + 0.0im -5 2.0726204194655655 + 0.0im -6 1.7097535104448742 + 0.0im -7 1.4965323741017251 + 0.0im -8 1.3535414135779962 + 0.0im diff --git a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gA b/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gA deleted file mode 100644 index 3345ed1..0000000 --- a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gA +++ /dev/null @@ -1,8 +0,0 @@ -1 0.0 + 0.0im -2 -0.6084153970265829 + 5.61159327555974e-21im -3 -0.5874030271133971 + 4.200754022789296e-20im -4 -0.5990867578116633 + 1.8767073737603092e-20im -5 -0.5901710309969539 + 6.858319894799663e-20im -6 -0.6045239706245472 - 7.273895434546304e-20im -7 -0.6002224832169679 - 1.4463087574367178e-19im -8 -0.5874210789132396 + 4.6375053862172944e-20im diff --git a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gP b/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gP deleted file mode 100644 index cc97213..0000000 --- a/output/sfqcd_L8_b8.4044_k0.1324767_r0_id10n1.gP +++ /dev/null @@ -1,8 +0,0 @@ -1 0.0 + 0.0im -2 1.3469498829880007 + 0.0im -3 1.4652378537401343 + 0.0im -4 1.6960689316800241 + 0.0im -5 1.9966909928964056 + 0.0im -6 2.496926368571815 + 0.0im -7 3.188758530279535 + 0.0im -8 3.983946740235404 + 0.0im diff --git a/sfcf.jl b/sfcf.jl index fa68426..f980850 100644 --- a/sfcf.jl +++ b/sfcf.jl @@ -8,15 +8,15 @@ include("./src/io.jl") include("./src/meas.jl") include("./src/corr.jl") +log_file = open("./output/"*params["Run"]["name"]*".log","w+") +write_log() + @timeit "Imput reading and space allocation" begin read_input() load_structs() U = vector_field(SU3{Float64}, lp) end -log_file = open("./output/"*params["Run"]["name"]*".log","w+") -write_log() - @timeit "Gauge field reading" U .= load_gauge_field() @timeit "Gauge measurements" gauge_meas()