qojulia / QuantumCumulants.jl

Generalized mean-field equations in open quantum systems
Other
70 stars 13 forks source link

Update things to work with MTK v9 #197

Closed david-pl closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 80.11%. Comparing base (05d8536) to head (64bf479). Report is 2 commits behind head on master.

Files Patch % Lines
src/qnumber.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #197 +/- ## ========================================== + Coverage 79.01% 80.11% +1.09% ========================================== Files 26 26 Lines 5271 5572 +301 ========================================== + Hits 4165 4464 +299 - Misses 1106 1108 +2 ```

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

david-pl commented 5 months ago

@ChristophHotter as discussed, could you please fix the hangs on the steady state computation in the examples in the docs? I think this should be good to go then.

ChristophHotter commented 5 months ago

@david-pl I think the steady-state computation is fine. The problem was the function remake(), the kwarg p changed there. The docu now takes ~30min to build.