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
fdfe9c54
Commit
fdfe9c54
authored
Nov 25, 2024
by
Alejandro Saez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to fix some incompatibilities with my packages
parent
6aa3963e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/juobs.jl
src/juobs.jl
+5
-5
src/juobs_obs.jl
src/juobs_obs.jl
+2
-2
No files found.
src/juobs.jl
View file @
fdfe9c54
...
@@ -11,11 +11,11 @@ include("juobs_obs.jl")
...
@@ -11,11 +11,11 @@ include("juobs_obs.jl")
include
(
"../constants/juobs_const.jl"
)
include
(
"../constants/juobs_const.jl"
)
include
(
"../constants/path_csv.jl"
)
include
(
"../constants/path_csv.jl"
)
export
EnsInfo
#
export EnsInfo
export
ens_db
,
db
,
db_c
,
flag_s
,
sym_bool
,
ensemble_inv
#
export ens_db, db, db_c, flag_s, sym_bool, ensemble_inv
export
read_mesons
,
read_mesons_correction
,
read_m
esons_multichunks
,
read_mesons_correction_multichunks
,
read_ens_tm
,
read_ens_tm_sym
,
read_ens_TSM
,
read_ens_wil
,
read_ens_csv
,
get_corr_tm
,
get_corr_TSM
,
get_corr_TSM_multichunks
,
get_corr_wil
,
read_ms1
,
read_ms
,
read_md
,
get_YM
,
get_YM_dYM
,
truncate_data!
,
concat_data!
export
read_mesons
,
read_mesons_correction
,
read_m
s1
,
read_ms
,
read_md
,
truncate_data!
,
concat_data!
#, read_mesons_multichunks, read_mesons_correction_multichunks, read_ens_tm, read_ens_tm_sym, read_ens_TSM, read_ens_wil, read_ens_csv, get_corr_tm, get_corr_TSM, get_corr_TSM_multichunks, get_corr_wil, get_YM, get_YM_dYM, corr_sym_E250, corr_sym_D450
export
get_matrix
,
energies
,
uwdot
,
uweigvals
,
uweigvecs
,
uweigen
,
invert
,
getall_eigvals
,
getall_eigvecs
,
hess_reduce
,
uwcholesky
,
transpose
,
tridiag_reduction
,
make_positive_def
,
invert_covar_matrix
export
get_matrix
,
energies
,
uwdot
,
uweigvals
,
uweigvecs
,
uweigen
,
invert
,
getall_eigvals
,
getall_eigvecs
,
hess_reduce
,
uwcholesky
,
transpose
,
tridiag_reduction
,
make_positive_def
,
invert_covar_matrix
export
corr_obs
,
corr_obs_TSM
,
corr_sym
,
corr_sym_E250
,
corr_sym_D450
,
md_sea
,
md_val
,
plat_av
,
lin_fit
,
x_lin_fit
,
y_lin_fit
,
fit_routine
,
global_fit_routine
,
bayesian_av
,
pvalue
,
fve
,
model_av
,
fit_alg
export
corr_obs
,
corr_obs_TSM
,
corr_sym
,
md_sea
,
md_val
,
plat_av
,
lin_fit
,
x_lin_fit
,
y_lin_fit
,
fit_routine
,
global_fit_routine
,
bayesian_av
#
, pvalue, fve, model_av, fit_alg
export
meff
,
mpcac
,
dec_const
,
dec_const_w
,
dec_const_pcvc
,
comp_t0
,
get_m
,
get_m_pbc
,
get_mpcac
,
get_f_wil
,
get_f_wil_pbc
,
get_f_tm
,
get_f_tm_pbc
,
get_w0t0_plat
export
meff
,
mpcac
,
dec_const
,
dec_const_w
,
dec_const_pcvc
,
comp_t0
#
, get_m, get_m_pbc, get_mpcac, get_f_wil, get_f_wil_pbc, get_f_tm, get_f_tm_pbc, get_w0t0_plat
end
# module
end
# module
src/juobs_obs.jl
View file @
fdfe9c54
...
@@ -47,7 +47,7 @@ function meff(corr::Vector{uwreal}, plat::Vector{Int64}; pl::Bool=true, data::Bo
...
@@ -47,7 +47,7 @@ function meff(corr::Vector{uwreal}, plat::Vector{Int64}; pl::Bool=true, data::Bo
title
(
string
(
L"
$
\mu_1 =
$
"
,
mu
[
1
],
L"
$
\mu_2 =
$
"
,
mu
[
2
]))
title
(
string
(
L"
$
\mu_1 =
$
"
,
mu
[
1
],
L"
$
\mu_2 =
$
"
,
mu
[
2
]))
end
end
display
(
gcf
())
display
(
gcf
())
close
(
"all"
)
#
close("all")
end
end
if
!
data
if
!
data
return
mass
return
mass
...
...
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