JuliaAtoms / AtomicLevels.jl

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

Use kappa quantum number for RelativisticOrbital internally #11

Closed mortenpi closed 5 years ago

mortenpi commented 5 years ago

I also updated the internal API for @rcs_str a bit, since we now have Orbital and RelativisticOrbital separated. Should be rebased before merging after #10 is merged.

Closes #9.

codecov[bot] commented 5 years ago

Codecov Report

Merging #11 into revamp will increase coverage by 0.52%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           revamp   #11      +/-   ##
=======================================
+ Coverage   83.47%   84%   +0.52%     
=======================================
  Files          15    15              
  Lines         593   600       +7     
=======================================
+ Hits          495   504       +9     
+ Misses         98    96       -2
Impacted Files Coverage Δ
src/jj2lsj.jl 92.3% <100%> (ø) :arrow_up:
src/jj_terms.jl 100% <100%> (ø) :arrow_up:
src/configurations.jl 98.25% <100%> (-0.02%) :arrow_down:
src/orbitals.jl 95.83% <100%> (+3.64%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b086f7c...694ea9d. Read the comment docs.

jagot commented 5 years ago

Thanks!