Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement iterative spectrum solver #313

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

david-pl
Copy link
Member

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
Copy link

codecov bot commented Jul 19, 2021

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%) ⬇️

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.

@david-pl david-pl marked this pull request as draft July 19, 2021 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant