HEPUnits.jl

Natural unit system with GeV = 1.
Author physcxia
Popularity
1 Star
Updated Last
1 Year Ago
Started In
July 2023

HEPUnits

Build Status Coverage

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.