HaeffnerLab / IonSim.jl

a simple tool for simulating trapped ion systems
https://ionsim.org
MIT License
71 stars 17 forks source link

Split species #42

Closed marwahaha closed 2 years ago

marwahaha commented 2 years ago

This reverts commit a41d7377d7caf8b366cd41042724505058ebccf2.

fixes #25

Now we should be able to check if the tests pass.

What else is needed?

marwahaha commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (af16952) into master (4630f9d) will decrease coverage by 10.60%. The diff coverage is 86.15%.

@@             Coverage Diff             @@
##           master      #42       +/-   ##
===========================================
- Coverage   97.09%   86.48%   -10.61%     
===========================================
  Files          11       12        +1     
  Lines         964     1125      +161     
===========================================
+ Hits          936      973       +37     
- Misses         28      152      +124     
Impacted Files Coverage Δ
src/IonSim.jl 100.00% <ø> (ø)
src/traps.jl 94.95% <83.33%> (-4.12%) :arrow_down:
src/ions.jl 83.27% <84.18%> (-16.73%) :arrow_down:
src/constants.jl 90.32% <100.00%> (-3.23%) :arrow_down:
src/hamiltonians.jl 77.31% <100.00%> (-16.42%) :arrow_down:
src/ion_configurations.jl 100.00% <100.00%> (ø)
src/lasers.jl 98.00% <100.00%> (-0.04%) :arrow_down:
src/operators.jl 88.32% <100.00%> (-10.22%) :arrow_down:
src/species/ca40.jl 100.00% <100.00%> (ø)
src/time_evolution.jl 0.00% <0.00%> (-100.00%) :arrow_down:
... and 4 more

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 4630f9d...af16952. Read the comment docs.