qutip / QuantumToolbox.jl

Quantum Toolbox in Julia
https://qutip.org/QuantumToolbox.jl/
BSD 3-Clause "New" or "Revised" License
46 stars 16 forks source link

Improve c_ops handling #216

Closed albertomercurio closed 2 months ago

albertomercurio commented 2 months ago

Description

Here I improve the way we handle c_ops. In this way, the liouvillian function or anything related to c_ops should be much easier to read.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 93.41%. Comparing base (e76d77d) to head (cfd568b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #216 +/- ## ========================================== + Coverage 93.27% 93.41% +0.13% ========================================== Files 29 29 Lines 2172 2171 -1 ========================================== + Hits 2026 2028 +2 + Misses 146 143 -3 ```

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