Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
juobs
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
Javier Ugarrio
juobs
Commits
910b9cf1
Commit
910b9cf1
authored
4 years ago
by
Alessandro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small bug fixed
parent
1d04b206
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
constants/juobs_const.jl
constants/juobs_const.jl
+4
-4
src/juobs.jl
src/juobs.jl
+2
-2
No files found.
constants/juobs_const.jl
View file @
910b9cf1
...
...
@@ -39,7 +39,7 @@ const t0_ph = cobs(t0_ph_value, t0_ph_error .^ 2, "sqrt(8 t0) (fm)")
const
a_
=
t0_ph
./
sqrt
.
(
8
.*
t0_
)
const
M
=
cobs
(
M_values
,
C4
,
"charmed meson masses"
)
zm
(
beta
::
Float64
)
=
ZM
[
b_values
.==
beta
]
zm_tm
(
beta
::
Float64
)
=
ZM_tm
[
b_values
.==
beta
]
t0
(
beta
::
Float64
)
=
t0_
[
b_values2
.==
beta
]
a
(
beta
::
Float64
)
=
a_
[
b_values2
.==
beta
]
zm
(
beta
::
Float64
)
=
ZM
[
b_values
.==
beta
]
[
1
]
zm_tm
(
beta
::
Float64
)
=
ZM_tm
[
b_values
.==
beta
]
[
1
]
t0
(
beta
::
Float64
)
=
t0_
[
b_values2
.==
beta
]
[
1
]
a
(
beta
::
Float64
)
=
a_
[
b_values2
.==
beta
]
[
1
]
This diff is collapsed.
Click to expand it.
src/juobs.jl
View file @
910b9cf1
module
juobs
using
ADerrors
,
PyPlot
,
Statistics
,
LaTeXStrings
,
LinearAlgebra
using
ADerrors
,
PyPlot
,
Statistics
,
LaTeXStrings
,
LinearAlgebra
,
LsqFit
include
(
"juobs_types.jl"
)
include
(
"juobs_linalg.jl"
)
...
...
@@ -9,7 +9,7 @@ include("juobs_obs.jl")
export
read_mesons
,
read_ms1
export
get_matrix
,
uwgevp_tot
,
energies
export
corr_obs
,
plat_av
,
lin_fit
,
x_lin_fit
,
y_lin_fit
export
corr_obs
,
plat_av
,
lin_fit
,
x_lin_fit
,
y_lin_fit
,
fit_routine
export
meff
,
dec_const_pcvc
end
# module
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