Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

PartonDensity

CI codecov License: MIT

A Bayesian approach to parton density extraction.

For more information please see the documentation and examples/ scripts.

Quick start

To install PartonDensity.jl and its dependencies, start Julia and run

julia> using Pkg
julia> Pkg.add(url="https://github.com/cescalara/PartonDensity.jl.git")

To install a specific version (git tag) of PartonDensity.jl, e.g. "v0.1.0", run

julia> Pkg.add(url="https://github.com/cescalara/PartonDensity.jl.git", rev="v0.1.0")

To run the examples scripts, you can follow the steps used in the GitHub workflow. In particular, we need to remember to use the latest versions of BAT.jl from GitHub.

using Pkg
Pkg.add(url="https://github.com/bat/BAT.jl.git")