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

Allow to manually specify spectral range for Cheby #62

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

goerz
Copy link
Member

@goerz goerz commented Dec 12, 2023

Passing E_min and E_max with specrange_method=:auto (default) or specrange_method=:manual to propagate/init_prop for method=Cheby are now taken as the lowest and highest possible eigenvalue of the dynamical generator, thus allowing to manually specify the spectral range for which to calculate the Chebychev coefficients.

@goerz goerz added the enhancement New feature or request label Dec 12, 2023
@goerz
Copy link
Member Author

goerz commented Dec 12, 2023

@seba-car If you ever run into this problem again ;-)

Passing `E_min` and `E_max` with `specrange_method=:auto` (default) or
`specrange_method=:manual` to `propagate`/`init_prop` for
`method=Cheby` are now taken as the lowest and highest possible
eigenvalue of the dynamical generator, thus allowing to manually specify
the spectral range for which to calculate the Chebychev coefficients.
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e67acdb) 88.7% compared to head (cd07aa3) 88.9%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #62     +/-   ##
========================================
+ Coverage    88.7%   88.9%   +0.3%     
========================================
  Files          28      28             
  Lines        1907    1910      +3     
========================================
+ Hits         1690    1697      +7     
+ Misses        217     213      -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seba-car
Copy link
Member

Great! Thanks @goerz

@goerz goerz merged commit cd07aa3 into master Dec 12, 2023
5 checks passed
@goerz goerz deleted the manual-specrange branch December 12, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants