qiskit-community / qiskit-ignis

Ignis (deprecated) provides tools for quantum hardware verification, noise characterization, and error correction.
Apache License 2.0
167 stars 160 forks source link

Fix weight calculation #567

Closed quantumjim closed 3 years ago

quantumjim commented 3 years ago

Summary

The weight_syndrome_graph method of Decoder objects previously did not have an explicit test. This allowed a problem with the retworkx migration to remain undetected (see #565 ).

Fixes #565