You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>setunits(PARTICLE_PHYSICS);
mass unit: eV c^-2
length unit: m
time unit: s
energy unit: eV
charge unit: e
julia> e =Species("electron")
Species("electron", -1, 510998.95069, 0.5, -9.2847646917e-24, 0)
julia>using JET; @report_optcharge(e)
═════ 73 possible errors found ═════
julia>@report_optmass(e)
═════ 73 possible errors found ═════
The text was updated successfully, but these errors were encountered:
These functions need to be type stable
The text was updated successfully, but these errors were encountered: