Following insightful discussion with Eric, I am opening this issue to monitor progress.
Eric notes that _the :sys_eq algorithm for finding the logical operators, which is faster than :VS, occasionally fails for qudits, likely due to an error in row reduction or incorrect pivot column storage_
Following insightful discussion with Eric, I am opening this issue to monitor progress.
Eric notes that _the
:sys_eq
algorithm for finding the logical operators, which is faster than:VS,
occasionally fails for qudits, likely due to an error in row reduction or incorrect pivot column storage_First, check out the
_logicals
. https://github.com/esabo/CodingTheory/blob/c71ff25be70360698ee078dac2ab9539dd62ef01/src/Quantum/stabilizer_code.jl#L425else
clause of_quotient_space
https://github.com/esabo/CodingTheory/blob/c71ff25be70360698ee078dac2ab9539dd62ef01/src/utils.jl#L316