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
6dcebc0d
Commit
6dcebc0d
authored
6 months ago
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Computation of PPtilde and PPhat. IO still in dev.
parent
cd7287a0
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
107 additions
and
37 deletions
+107
-37
main.jl
main.jl
+3
-3
src/io.jl
src/io.jl
+3
-2
src/meas.jl
src/meas.jl
+100
-32
src/utils.jl
src/utils.jl
+1
-0
No files found.
main.jl
View file @
6dcebc0d
...
@@ -30,11 +30,11 @@ while RUN_ON
...
@@ -30,11 +30,11 @@ while RUN_ON
@timeit
"HMC"
Gauge_update
()
@timeit
"HMC"
Gauge_update
()
@timeit
"Two point function"
begin
@timeit
"Two point function"
begin
two
_pt
()
Frontflow
_pt
()
two_pt_
rnd
()
two_pt_
lagrange
()
end
end
@timeit
"One point function"
one
_pt
()
@timeit
"One point function"
Backflow
_pt
()
@timeit
"Saving"
save_data
()
@timeit
"Saving"
save_data
()
...
...
This diff is collapsed.
Click to expand it.
src/io.jl
View file @
6dcebc0d
...
@@ -112,7 +112,7 @@ end
...
@@ -112,7 +112,7 @@ end
function
save_data
()
function
save_data
()
ihdr
=
[
convert
(
Int32
,
0608686513
)]
ihdr
=
[
convert
(
Int32
,
1730280201
)]
fname
=
"./output/"
*
params
[
"Run"
][
"name"
]
*
".bdio"
fname
=
"./output/"
*
params
[
"Run"
][
"name"
]
*
".bdio"
if
isfile
(
fname
)
if
isfile
(
fname
)
...
@@ -151,7 +151,8 @@ function save_data()
...
@@ -151,7 +151,8 @@ function save_data()
BDIO_write!
(
fb
,
pp_corr_t
[
:
,
noi
,
fl
])
BDIO_write!
(
fb
,
pp_corr_t
[
:
,
noi
,
fl
])
BDIO_write!
(
fb
,
ap_corr_t
[
:
,
noi
,
fl
])
BDIO_write!
(
fb
,
ap_corr_t
[
:
,
noi
,
fl
])
BDIO_write!
(
fb
,[
phat_t
[
noi
,
fl
]])
BDIO_write!
(
fb
,
pp_hat_t
[
:
,
noi
,
fl
])
BDIO_write!
(
fb
,
pptilde_t
[
:
,
noi
,
fl
])
end
end
end
end
...
...
This diff is collapsed.
Click to expand it.
src/meas.jl
View file @
6dcebc0d
This diff is collapsed.
Click to expand it.
src/utils.jl
View file @
6dcebc0d
...
@@ -3,6 +3,7 @@ using ADerrors
...
@@ -3,6 +3,7 @@ using ADerrors
using
BDIO
using
BDIO
## NEDS UPDATE
function
read_ff
(
name
::
String
)
function
read_ff
(
name
::
String
)
file
=
BDIO_open
(
name
,
"r"
,
"FerFlow correlators"
)
file
=
BDIO_open
(
name
,
"r"
,
"FerFlow correlators"
)
...
...
This diff is collapsed.
Click to expand it.
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