HaeffnerLab / IonSim.jl

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

Add Gaussian Noise Process submodule #62

Closed kdbarajas closed 1 year ago

kdbarajas commented 2 years ago

TODO::

marwahaha commented 2 years ago

more on submodules here: https://docs.julialang.org/en/v1/manual/modules/

codecov[bot] commented 2 years ago

Codecov Report

Merging #62 (08a2b3a) into master (e62be49) will decrease coverage by 12.8%. The diff coverage is 50.7%.

@@            Coverage Diff            @@
##           master     #62      +/-   ##
=========================================
- Coverage    92.3%   79.5%   -12.8%     
=========================================
  Files          15      23       +8     
  Lines        1165    1679     +514     
=========================================
+ Hits         1075    1334     +259     
- Misses         90     345     +255     
Impacted Files Coverage Δ
src/noise/ARMA_NoiseProcess.jl 0.0% <0.0%> (ø)
src/noise/noisevector.jl 0.0% <0.0%> (ø)
src/noise/todo_noise_example_test.jl 0.0% <0.0%> (ø)
src/noise/Gaussian_types.jl 46.5% <46.5%> (ø)
src/noise/CARMA_NoiseProcess.jl 48.1% <48.1%> (ø)
src/lasers.jl 93.1% <80.0%> (-4.7%) :arrow_down:
src/noise/Gaussian_interface.jl 85.7% <85.7%> (ø)
src/noise/ARMA_Structure.jl 88.0% <88.0%> (ø)
src/noise/CARMA_Structure.jl 93.5% <93.5%> (ø)
src/IonSim.jl 100.0% <100.0%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

marwahaha commented 2 years ago

Goal after today: Make non-adaptive time-stepping the default

marwahaha commented 2 years ago

Two things from Joe: