qiskit-community / qiskit-qec

Qiskit quantum error correction framework
https://qiskit-community.github.io/qiskit-qec/
Apache License 2.0
84 stars 35 forks source link

Allow error graph to be constructed from list of nodes #360

Closed quantumjim closed 1 year ago

quantumjim commented 1 year ago

Summary

Error graph is currently created from an output string (which is then converted to a list of nodes). This allows a list of nodes to be used to create the error graph directly.