Closed albertomercurio closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.27%. Comparing base (
3d266c0
) to head (1726196
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM !
Description
The current implementation was returning unnormalized states when
saveat
argument was set. This is different from qutip behavior, where the normalized states are returned.Here I fix this difference by normalizing the states when generating the solution.