JuliaQuantumControl / QuantumPropagators.jl

Propagators for Quantum Dynamics and Optimal Control
https://juliaquantumcontrol.github.io/QuantumPropagators.jl/
MIT License
16 stars 4 forks source link

Allow to manually specify spectral range for Cheby #62

Closed goerz closed 7 months ago

goerz commented 7 months ago

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 commented 7 months ago

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

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seba-car commented 7 months ago

Great! Thanks @goerz