Natural unit system with GeV $\equiv$ 1 for high energy physics (HEP).
Installation
julia> ]
pkg> add HEPUnits
Usage
None of the units are exported for cleanliness.
We can use this package as follows,
using HEPUnits; const units = HEPUnits
m =1units.MeV
t =1e-3* units.yr
# etc.
Julia Packages
This website serves as a package browsing tool for the Julia programming language. It works by aggregating various sources on Github to help you find your next package.