JuliaQuantumControl / QuantumPropagators.jl

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

Fix `Op * SVector` #67

Closed goerz closed 6 months ago

goerz commented 6 months ago

Multiplication with * should assume that the operator and state are both immutable.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (cfaa95e) 89.0% compared to head (736e84f) 89.0%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #67 +/- ## ======================================== + Coverage 89.0% 89.0% +0.1% ======================================== Files 28 28 Lines 1925 1930 +5 ======================================== + Hits 1712 1717 +5 Misses 213 213 ```

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