JuliaAtoms / AtomicLevels.jl

https://juliaatoms.org/AtomicLevels.jl
Other
12 stars 3 forks source link

`orbital_from_string(Orbital, orb_str)` et al. -> `parse(Orbital, orb_str)` #56

Closed jagot closed 3 years ago

jagot commented 5 years ago

Since they are only used from the string macros at the moment, but unexported, it could be useful to overload parse instead, which would be useful for end-users as well.