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
0a7d3d60
Commit
0a7d3d60
authored
Feb 12, 2025
by
Antonino D'Anna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
included juobs GammaMethod to juobs' module
parent
9a53b34a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/juobs.jl
src/juobs.jl
+2
-1
No files found.
src/juobs.jl
View file @
0a7d3d60
...
@@ -7,6 +7,7 @@ import Statistics: mean
...
@@ -7,6 +7,7 @@ import Statistics: mean
include
(
"juobs_types.jl"
)
include
(
"juobs_types.jl"
)
include
(
"juobs_linalg.jl"
)
include
(
"juobs_linalg.jl"
)
include
(
"juobs_reader.jl"
)
include
(
"juobs_reader.jl"
)
include
(
"juobs_gammaMethod.jl"
)
include
(
"juobs_tools.jl"
)
include
(
"juobs_tools.jl"
)
include
(
"juobs_plots.jl"
)
include
(
"juobs_plots.jl"
)
include
(
"juobs_obs.jl"
)
include
(
"juobs_obs.jl"
)
...
@@ -21,6 +22,6 @@ export get_matrix, energies, uwdot, uweigvals, uweigvecs, uweigen, invert, getal
...
@@ -21,6 +22,6 @@ export get_matrix, energies, uwdot, uweigvals, uweigvecs, uweigen, invert, getal
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
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
export
plot_data
,
plot_func
,
pvalue
,
fve
,
model_av
,
fit_alg
export
plot_data
,
plot_func
,
pvalue
,
fve
,
model_av
,
fit_alg
export
meff
,
mpcac
,
dec_const
,
dec_const_w
,
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_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
GammaMethod
end
# module
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