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

Fix a bug in `linear.symplectic._build_hyper_partner` #384

Closed inmzhang closed 1 year ago

inmzhang commented 1 year ago

Summary

A small but obvious bug in _build_hyper_partner

Details and comments

pivot = +1 should be pivot += 1

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.