Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FerFlow.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fernando Pérez Panadero
FerFlow.jl
Commits
974c3fce
Commit
974c3fce
authored
Sep 19, 2024
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enviroment updated. Read updated.
parent
d7c4b2d7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
9 deletions
+25
-9
Manifest.toml
Manifest.toml
+18
-1
Project.toml
Project.toml
+2
-0
input/FerFlow.in
input/FerFlow.in
+2
-2
src/mc.jl
src/mc.jl
+1
-1
src/meas.jl
src/meas.jl
+0
-5
src/utils.jl
src/utils.jl
+2
-0
No files found.
Manifest.toml
View file @
974c3fce
...
...
@@ -2,7 +2,7 @@
julia_version
=
"1.8.5"
manifest_format
=
"2.0"
project_hash
=
"
a2f522087b39a566dc4bd7858e0cbf9aae0d605b
"
project_hash
=
"
7a31d20d9e16a1e751c8e1b248aa5f00852fd2de
"
[[deps.ADerrors]]
deps
=
[
"BDIO"
,
"FFTW"
,
"FastGaussQuadrature"
,
"ForwardDiff"
,
"LaTeXStrings"
,
"LinearAlgebra"
,
"Nettle"
,
"PGFPlotsX"
,
"Plots"
,
"Printf"
,
"QuadGK"
,
"Roots"
,
"Statistics"
,
"Test"
,
"UnicodePlots"
]
...
...
@@ -45,6 +45,12 @@ git-tree-sha1 = "a3a402a35a2f7e0b87828ccabbd5ebfbebe356b4"
uuid
=
"dce04be8-c92d-5529-be00-80e4d2c0e197"
version
=
"2.3.0"
[[deps.ArgParse]]
deps
=
[
"Logging"
,
"TextWrap"
]
git-tree-sha1
=
"22cf435ac22956a7b45b0168abbc871176e7eecc"
uuid
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
version
=
"1.2.0"
[[deps.ArgTools]]
uuid
=
"0dad84c5-d112-42e6-8d28-ef12dabb789f"
version
=
"1.1.1"
...
...
@@ -709,6 +715,12 @@ git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
uuid
=
"e6f89c97-d47a-5376-807f-9c37f3926c36"
version
=
"1.0.3"
[[deps.MD5]]
deps
=
[
"Random"
,
"SHA"
]
git-tree-sha1
=
"1576f756617d31eb397a4a517b68562fd28dc2b4"
uuid
=
"6ac74813-4b46-53a4-afec-0b5dc9d7885c"
version
=
"0.2.3"
[[deps.MKL_jll]]
deps
=
[
"Artifacts"
,
"IntelOpenMP_jll"
,
"JLLWrappers"
,
"LazyArtifacts"
,
"Libdl"
,
"oneTBB_jll"
]
git-tree-sha1
=
"f046ccd0c6db2832a9f639e2c669c6fe867e5f4f"
...
...
@@ -1141,6 +1153,11 @@ version = "0.1.1"
deps
=
[
"InteractiveUtils"
,
"Logging"
,
"Random"
,
"Serialization"
]
uuid
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
[[deps.TextWrap]]
git-tree-sha1
=
"43044b737fa70bc12f6105061d3da38f881a3e3c"
uuid
=
"b718987f-49a8-5099-9789-dcd902bef87d"
version
=
"1.0.2"
[[deps.TimerOutputs]]
deps
=
[
"ExprTools"
,
"Printf"
]
git-tree-sha1
=
"5a13ae8a41237cff5ecf34f73eb1b8f42fff6531"
...
...
Project.toml
View file @
974c3fce
[deps]
ADerrors
=
"5e92007d-7bf1-471c-8ceb-4591b8b567a9"
ArgParse
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BDIO
=
"375f315e-f2c4-11e9-2ef9-134f02f79e27"
CUDA
=
"052768ef-5323-5732-b1bb-66c8b64840ba"
LatticeGPU
=
"958c3683-801a-4582-9cfa-2d6e2ae1763b"
MD5
=
"6ac74813-4b46-53a4-afec-0b5dc9d7885c"
TimerOutputs
=
"a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
input/FerFlow.in
View file @
974c3fce
[Run]
user = "Lattice_user"
name = "Run1L
32
"
name = "Run1L
8
"
[Space]
bc = 3 # 3 OPEN, 0 PERIODIC, SF_AFWB or SF_ORBI
size = [
16,16,16,16
]
size = [
8,8,8,8
]
blocks = [4,4,4,4]
[HMC]
...
...
src/mc.jl
View file @
974c3fce
...
...
@@ -7,7 +7,7 @@ using CUDA
function
therm_or_readlist
()
println
(
log_file
,
"
\n
Starting simulation
\n
"
)
println
(
log_file
,
"
\n
Starting simulation
\n
"
)
if
parsed_args
[
"c"
]
==
nothing
println
(
log_file
,
"Thermalizing..."
)
flush
(
log_file
)
...
...
src/meas.jl
View file @
974c3fce
...
...
@@ -34,7 +34,6 @@ function load_fields()
return
nothing
end
"""
function two_pt()
...
...
@@ -106,8 +105,6 @@ function two_pt()
return
nothing
end
"""
function one_pt()
...
...
@@ -182,8 +179,6 @@ function one_pt()
return
nothing
end
"""
function two_pt_rnd()
...
...
src/utils.jl
View file @
974c3fce
...
...
@@ -38,6 +38,8 @@ function read_ff(name::String)
ap_corr
=
Array
{
ComplexF64
}(
undef
,
1
,
iL
[
4
],
N_noise
);
pp_corr_t
=
Array
{
Float64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
ap_corr_t
=
Array
{
ComplexF64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
pp_corr_tfl
=
Array
{
Float64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
ap_corr_tfl
=
Array
{
ComplexF64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
Sigma
=
Array
{
ComplexF64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
Phat_t
=
Array
{
Float64
}(
undef
,
1
,
N_noise
,
nflow
);
Sigma_cfl
=
Array
{
ComplexF64
}(
undef
,
1
,
iL
[
4
],
N_noise
,
nflow
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment