Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing implementation of :sys_eq algorithm for finding the logical operators (_logicals) #30

Open
Fe-r-oz opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Fe-r-oz
Copy link

Fe-r-oz commented Sep 6, 2024

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.

function _logicals(stabs::T, dual_gens::T, logs_alg::Symbol = :sys_eqs) where {T <: CTMatrixTypes}

else clause of _quotient_space

function _quotient_space(big::T, small::T, alg::Symbol=:sys_eqs) where T <: CTMatrixTypes

@esabo esabo added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants