JuliaAtoms / AtomicLevels.jl

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

Transition relativistic orbitals to use κ instead of ℓ and j #9

Closed jagot closed 5 years ago

jagot commented 5 years ago

After #7 has been implemented, RelativisticOrbital should be reimplemented with the signature

struct RelativisticOrbital{N<:MQ} <: AbstractOrbital
    n::N
    κ::HalfInteger
end

which is the conventional way of specifying relativistic orbitals.