fixing implementation of :sys_eq
algorithm for finding the logical operators (_logicals
)
#30
Labels
bug
Something isn't working
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 storageFirst, check out the
_logicals
.CodingTheory/src/Quantum/stabilizer_code.jl
Line 425 in c71ff25
else
clause of_quotient_space
CodingTheory/src/utils.jl
Line 316 in c71ff25
The text was updated successfully, but these errors were encountered: