SkillAgentSearch skills...

PartonDensity.jl

A Bayesian approach to parton density extraction.

Install / Use

/learn @cescalara/PartonDensity.jl

README

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")
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated10mo ago
Forks6

Languages

Julia

Security Score

82/100

Audited on May 22, 2025

No findings