Nuclides.jl

A presentation for nuclides in Julia.

Usage

julia> using Nuclides
julia> # Define a nuclide by a nuclide string C12 = nuclide"C-12"nuclide"¹²C"
julia> # It presents as a beautiful upperscript format C12nuclide"¹²C"
julia> # Copy and paste this supperscript format is also compatible C12 = nuclide"¹²C"nuclide"¹²C"
julia> # get nuclide info by functions C12 |> atomic_number6
julia> C12 |> mass_number12
julia> C12 |> metastable_state0
julia> C12 |> neutron_number6