QuantumSavory/QuantumClifford.jl

add a control flag for whether the library should report warnings, potentially per warning type

Opened this issue · 2 comments

Specifically, it would be nice if we can set a flag that makes sure that faults_matrix does not raise a warning on redundant parity check matrices.

Probably should use ScopedValues https://github.com/vchuravy/ScopedValues.jl

Is faults_matrix reside in the non-Clifford domain as well?