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

Add progress_bar in mcsolve, ssesolve and dsf_mcsolve #254

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

albertomercurio
Copy link
Member

Description

Finally, this PR fixes #47.

I added the progress_bar in a type-stable way. I have also changed the compact versions of the standard libs, because we support Julia version v1.10 and above.

The, I removed unnecessary calls of makeVal

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 91.30435% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.37%. Comparing base (6972ee5) to head (4a44624).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/time_evolution/ssesolve.jl 86.66% 2 Missing ⚠️
src/time_evolution/time_evolution_dynamical.jl 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   93.60%   93.37%   -0.24%     
==========================================
  Files          31       31              
  Lines        2267     2293      +26     
==========================================
+ Hits         2122     2141      +19     
- Misses        145      152       +7     

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

@albertomercurio albertomercurio merged commit 48f8c41 into qutip:main Oct 4, 2024
8 of 11 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.

Add support for ProgressBar for mcsolve
2 participants