A Julia package for representing charged particles inspired by PlasmaPy's particles subpackage.
- Support for elementary particles, ions, and isotopes
- Flexible string-based particle construction with common particle aliases
- Physical properties (mass, charge, atomic number, charge number, etc.)
- Integration with Mendeleev.jl for chemical element data
using Pkg
Pkg.add("ChargedParticles")
Contributions are welcome! Please feel free to submit a Pull Request.