Skip to content

physcxia/HEPUnits.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Natural unit system with GeV = 1.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages