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
Currently, electron masses are represented in terms of electron masses, i.e., mass(Electron()) == 1.0. When adding other fermions, this representation will no longer be suitable. We should change to a unitful mass representation.
Currently, electron masses are represented in terms of electron masses, i.e.,
mass(Electron()) == 1.0
. When adding other fermions, this representation will no longer be suitable. We should change to a unitful mass representation.Maybe we could use https://painterqubits.github.io/Unitful.jl/stable/ for this.
The text was updated successfully, but these errors were encountered: