Open jagot opened 2 years ago
For some reason, I thought it logical to only loop over the peel: https://github.com/JuliaAtoms/AtomicLevels.jl/blob/0bb57c1d4d1083e0f12be8fe62aabe117bcd9eed/src/csfs.jl#L115-L117 This has now come back to bite me, and I think it would make more sense to loop over all subshells.
Granted, the core is closed and all subshells trivially couple to ¹S₀/0, but still.
¹S₀
0
For some reason, I thought it logical to only loop over the peel: https://github.com/JuliaAtoms/AtomicLevels.jl/blob/0bb57c1d4d1083e0f12be8fe62aabe117bcd9eed/src/csfs.jl#L115-L117 This has now come back to bite me, and I think it would make more sense to loop over all subshells.