leonbello / QuantumGraining.jl

A package for obtaining the effective time-averaged Lindbladian.
MIT License
7 stars 3 forks source link

Issue with `reshape_sols()` #15

Closed leonbello closed 1 year ago

leonbello commented 1 year ago

reshape_sols() appears to give wrong matrices on some occasions, which in turn breaks diagram_correction().

leonbello commented 1 year ago

The problem was incorrect calculation of the number of solutions. Should be working now.