Skip to content

cescalara/QCDNUM.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCDNUM.jl

CI codecov License: MIT

Fast QCD evolution and convolution.

QCDNUM.jl is a Julia wrapper for Michiel Botje's QCDNUM, written in Fortran77. QCDNUM.jl is currently under development and more functionality and documentation will be added soon.

Please check out the documentation for more information.

Quick start

To install QCDNUM.jl, start Julia and run

julia> using Pkg
julia> pkg"add QCDNUM"