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

Improve SciMLOperator handling of sesolveProblem #283

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

albertomercurio
Copy link
Member

Description

With this PR I improve the handling of SciMLOperator in sesolveProblem. More specifically, the mcsolveProblem was returning a ScaledOperator instead of a simpler MatrixOperator. Now, it returns a MatrixOperator, which should make the operations a bit faster.

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.63%. Comparing base (54ded38) to head (7a0806e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
- Coverage   94.17%   93.63%   -0.54%     
==========================================
  Files          32       32              
  Lines        2470     2465       -5     
==========================================
- Hits         2326     2308      -18     
- Misses        144      157      +13     

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

Copy link
Member

@ytdHuang ytdHuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ytdHuang ytdHuang merged commit 70209fe into qutip:main Nov 3, 2024
13 of 14 checks passed
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.

2 participants