JuliaAtoms / AtomicLevels.jl

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

Added string macro for constructing spin-orbitals (closes #58) #88

Closed jagot closed 3 years ago

jagot commented 3 years ago

We can now do

julia> so"2p(1,-1/2)"
2p₁β

julia> rso"3d(2.5)"
3d(5/2)

#