qojulia / QuantumOptics.jl

Library for the numerical simulation of closed as well as open quantum systems.
http://qojulia.org
Other
533 stars 104 forks source link

Phase space functions declaration moved in QuantumOpticsBase.jl #297

Closed nicolamos closed 3 years ago

nicolamos commented 3 years ago

This is to accommodate the changes proposed in qojulia/QuantumOpticsBase.jl#15. Added imports from QuantumOpticsBase.jl of phase space functions.

codecov[bot] commented 3 years ago

Codecov Report

Merging #297 (5fa7559) into master (d9b5226) will increase coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   97.88%   98.05%   +0.17%     
==========================================
  Files          16       15       -1     
  Lines        1181     1287     +106     
==========================================
+ Hits         1156     1262     +106     
  Misses         25       25              
Impacted Files Coverage Δ
src/phasespace.jl 98.70% <ø> (+0.09%) :arrow_up:
src/mcwf.jl 100.00% <0.00%> (ø)
src/stochastic_base.jl 100.00% <0.00%> (ø)
src/spectralanalysis.jl 100.00% <0.00%> (ø)
src/timecorrelations.jl 100.00% <0.00%> (ø)
src/timeevolution_base.jl 100.00% <0.00%> (ø)
src/stochastic_definitions.jl 100.00% <0.00%> (ø)
src/stochastic_schroedinger.jl 100.00% <0.00%> (ø)
src/bloch_redfield_master.jl 95.69% <0.00%> (+0.19%) :arrow_up:
... and 6 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 d9b5226...5fa7559. Read the comment docs.