Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GEVP automated analysis
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
Alessandro
GEVP automated analysis
Commits
614f0dcd
Commit
614f0dcd
authored
3 years ago
by
Alessandro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding info in const.jl for H105
parent
4a71479b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
src/const.jl
src/const.jl
+6
-5
src/gevp.jl
src/gevp.jl
+9
-9
No files found.
src/const.jl
View file @
614f0dcd
#========= ENSEMBLE DATABASE ========#
#========= ENSEMBLE DATABASE ========#
ens_db
=
Dict
(
ens_db
=
Dict
(
#"ens_id"=>[L, beta, is_deg?, m_pi]
#"ens_id"=>[L, beta, is_deg?, m_pi]
"H102r002"
=>
[
32
,
3.4
,
false
,
0.17979
],
"H102r002"
=>
[
32
,
3.4
,
false
,
0.15306
],
"H102r001"
=>
[
32
,
3.4
,
false
,
0.17979
],
"H102r001"
=>
[
32
,
3.4
,
false
,
0.15306
],
"H101"
=>
[
32
,
3.4
,
true
,
0.18302
],
"H105"
=>
[
32
,
3.4
,
false
,
0.12151
],
"H101"
=>
[
32
,
3.4
,
true
,
0.17979
],
"H400"
=>
[
32
,
3.46
,
true
,
0.16345
],
"H400"
=>
[
32
,
3.46
,
true
,
0.16345
],
"N200"
=>
[
48
,
3.55
,
false
,
0.09222
],
"N200"
=>
[
48
,
3.55
,
false
,
0.09222
],
"N202"
=>
[
48
,
3.55
,
true
,
0.13407
],
"N202"
=>
[
48
,
3.55
,
true
,
0.13407
],
...
@@ -44,8 +45,8 @@ const ZM_tm_error = [42, 33, 42, 48, 55] .* 1e-4
...
@@ -44,8 +45,8 @@ const ZM_tm_error = [42, 33, 42, 48, 55] .* 1e-4
#1608.08900
#1608.08900
const
t0_data
=
[
2.86
,
3.659
,
5.164
,
8.595
]
const
t0_data
=
[
2.86
,
3.659
,
5.164
,
8.595
]
const
t0_error
=
[
11
,
16
,
18
,
29
]
.*
1e-3
const
t0_error
=
[
11
,
16
,
18
,
29
]
.*
1e-3
const
t0_ph_value
=
[
0.41
5
]
const
t0_ph_value
=
[
0.41
3
]
const
t0_ph_error
=
ones
(
1
,
1
)
.*
4
e-3
const
t0_ph_error
=
ones
(
1
,
1
)
.*
5
e-3
# 1808.09236
# 1808.09236
const
ZA_data
=
[
0.75642
,
0.76169
,
0.76979
,
0.78378
,
0.79667
]
const
ZA_data
=
[
0.75642
,
0.76169
,
0.76979
,
0.78378
,
0.79667
]
const
ZA_err
=
[
72
,
93
,
43
,
47
,
47
]
.*
1e-5
const
ZA_err
=
[
72
,
93
,
43
,
47
,
47
]
.*
1e-5
...
...
This diff is collapsed.
Click to expand it.
src/gevp.jl
View file @
614f0dcd
...
@@ -12,24 +12,24 @@ rcParams["axes.labelsize"] =16
...
@@ -12,24 +12,24 @@ rcParams["axes.labelsize"] =16
plt
.
rc
(
"text"
,
usetex
=
true
)
plt
.
rc
(
"text"
,
usetex
=
true
)
##
##
#============= SET UP VARIABLES ===========#
#============= SET UP VARIABLES ===========#
const
path_data
=
"/
Volumes/Macintosh HD/Lattice
/data"
const
path_data
=
"/
media/alessandro/4277fef2-edc5-4e0d-89cb-f5d1d44fbc8c
/data"
const
path_plat
=
"/
Users/ale/automation
/plat.txt"
const
path_plat
=
"/
home/alessandro/automated-analysis
/plat.txt"
const
path_results
=
"/
Users/ale
/Desktop/results_gevp"
const
path_results
=
"/
home/alessandro
/Desktop/results_gevp"
const
path_rw
=
"/
Users/ale/Desktop/data/ms1_dat
"
const
path_rw
=
"/
media/alessandro/4277fef2-edc5-4e0d-89cb-f5d1d44fbc8c/data/rwf
"
const
path_md
=
"/Users/ale/Desktop/data/md_dat"
const
path_md
=
"/Users/ale/Desktop/data/md_dat"
const
path_t0
=
"/Users/ale/Desktop/data/t0_shifted.bdio"
const
path_t0
=
"/Users/ale/Desktop/data/t0_shifted.bdio"
const
path_deltam
=
"/Users/ale/Desktop/data/deltam.bdio"
const
path_deltam
=
"/Users/ale/Desktop/data/deltam.bdio"
const
ens_list
=
[
"H101"
,
"H102r001"
,
"H102r002"
,
"H400"
,
"N202"
,
"N200"
,
"N203"
,
"N300"
,
"J303"
]
const
ens_list
=
[
"H101"
,
"H102r001"
,
"H102r002"
]
#
, "H400", "N202", "N200", "N203", "N300", "J303"]
const
bdio_rec
=
[
0
,
2
,
4
,
6
,
8
,
10
,
12
,
14
,
16
]
const
bdio_rec
=
[
0
,
2
,
4
,
6
,
8
,
10
,
12
,
14
,
16
]
#const ens_list = [ "H400", "N202", "N200", "N203", "N300", "J303"]
#const ens_list = [ "H400", "N202", "N200", "N203", "N300", "J303"]
#const bdio_rec = [ 6, 8, 10, 12, 14, 16 ]
#const bdio_rec = [ 6, 8, 10, 12, 14, 16 ]
const
sector
=
Dict
(
"ll"
=>
true
,
"ls"
=>
false
,
"lh"
=>
true
,
"ss"
=>
false
,
"sh"
=>
tru
e
,
"hh"
=>
true
)
const
sector
=
Dict
(
"ll"
=>
true
,
"ls"
=>
false
,
"lh"
=>
true
,
"ss"
=>
false
,
"sh"
=>
fals
e
,
"hh"
=>
true
)
const
tau
=
3
const
tau
=
3
const
_t0
=
2
const
_t0
=
2
const
range_t_fit
=
[
2
,
5
]
const
range_t_fit
=
[
2
,
5
]
const
rwf
=
tru
e
const
rwf
=
fals
e
const
compute_t0
=
tru
e
const
compute_t0
=
fals
e
const
mass_shift
=
tru
e
const
mass_shift
=
fals
e
#go to line 443 to change CL+chiral extrapolation fit model
#go to line 443 to change CL+chiral extrapolation fit model
#========= DO NOT CHANGE AFTER THIS LINE ==========#
#========= DO NOT CHANGE AFTER THIS LINE ==========#
...
...
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