HaeffnerLab / IonSim.jl

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

Rename IonSim structs #97

Closed marwahaha closed 1 year ago

marwahaha commented 2 years ago

fixes #96

codecov[bot] commented 2 years ago

Codecov Report

Base: 91.5% // Head: 90.0% // Decreases project coverage by -1.5% :warning:

Coverage data is based on head (d04303c) compared to base (9df6d9e). Patch coverage: 58.5% of modified lines in pull request are covered.

:exclamation: Current head d04303c differs from pull request most recent head 55a5992. Consider uploading reports for the commit 55a5992 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #97 +/- ## ======================================== - Coverage 91.5% 90.0% -1.5% ======================================== Files 15 15 Lines 1166 1197 +31 ======================================== + Hits 1067 1077 +10 - Misses 99 120 +21 ``` | [Impacted Files](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab) | Coverage Δ | | |---|---|---| | [src/IonSim.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL0lvblNpbS5qbA==) | `100.0% <ø> (ø)` | | | [src/vibrational\_modes.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL3ZpYnJhdGlvbmFsX21vZGVzLmps) | `94.3% <0.0%> (-5.7%)` | :arrow_down: | | [src/ion\_traps.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL2lvbl90cmFwcy5qbA==) | `92.9% <22.2%> (ø)` | | | [src/chambers.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL2NoYW1iZXJzLmps) | `82.4% <38.5%> (ø)` | | | [src/ions.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL2lvbnMuamw=) | `81.9% <66.7%> (-0.1%)` | :arrow_down: | | [src/hamiltonians.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL2hhbWlsdG9uaWFucy5qbA==) | `93.3% <100.0%> (+2.3%)` | :arrow_up: | | [src/operators.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL29wZXJhdG9ycy5qbA==) | `97.9% <100.0%> (-0.7%)` | :arrow_down: | | [src/species/be9.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL3NwZWNpZXMvYmU5Lmps) | `100.0% <100.0%> (ø)` | | | [src/species/ca40.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL3NwZWNpZXMvY2E0MC5qbA==) | `100.0% <100.0%> (ø)` | | | [src/species/mg25.jl](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab#diff-c3JjL3NwZWNpZXMvbWcyNS5qbA==) | `100.0% <100.0%> (ø)` | | | ... and [5 more](https://codecov.io/gh/HaeffnerLab/IonSim.jl/pull/97/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HaeffnerLab)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.