qojulia / QuantumOptics.jl

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

Implement iterative spectrum solver #313

Open david-pl opened 2 years ago

david-pl commented 2 years ago

This implements a method to compute the spectrum directly in Fourier space using IterativeSolvers together with LinearMaps (similar to steadystate.iterative). Still needs some more tests and polishing.

codecov[bot] commented 2 years ago

Codecov Report

Merging #313 (94baebd) into master (7da9e95) will decrease coverage by 0.03%. The diff coverage is 96.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
- Coverage   98.24%   98.20%   -0.04%     
==========================================
  Files          16       16              
  Lines        1308     1339      +31     
==========================================
+ Hits         1285     1315      +30     
- Misses         23       24       +1     
Impacted Files Coverage Δ
src/timecorrelations.jl 98.61% <96.77%> (-1.39%) :arrow_down:

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 7da9e95...94baebd. Read the comment docs.