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
45a38e54
Commit
45a38e54
authored
Oct 27, 2020
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deps updated (LsqFit) + fit_routine exported
parent
e8026f4a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
138 additions
and
56 deletions
+138
-56
Manifest.toml
Manifest.toml
+135
-54
Project.toml
Project.toml
+1
-0
src/juobs.jl
src/juobs.jl
+2
-2
No files found.
Manifest.toml
View file @
45a38e54
This diff is collapsed.
Click to expand it.
Project.toml
View file @
45a38e54
...
...
@@ -8,5 +8,6 @@ ADerrors = "5e92007d-7bf1-471c-8ceb-4591b8b567a9"
BDIO
=
"375f315e-f2c4-11e9-2ef9-134f02f79e27"
LaTeXStrings
=
"b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra
=
"37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit
=
"2fda8390-95c7-5789-9bda-21331edee243"
PyPlot
=
"d330b81b-6aea-500a-939a-2ce795aea3ee"
Statistics
=
"10745b16-79ce-11e8-11f9-7d13ad32a3b2"
src/juobs.jl
View file @
45a38e54
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
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