bmad-sim / AtomicAndPhysicalConstants.jl

Julia package for handling particle identification in simulations.
MIT License
0 stars 1 forks source link

Extend Particle() function to take unicode strings. #43

Open DavidSagan opened 2 weeks ago

DavidSagan commented 2 weeks ago

Right now Particle("³He") does not return the correct particle structure.

DavidSagan commented 2 weeks ago

Note: package Unidecode makes parsing Unicode easy.