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

Depend on qiskit directly #411

Closed 1ucian0 closed 10 months ago

1ucian0 commented 11 months ago

Summary

Currently, qiskit-qec depends on qiskit-terra. Starting in Qiskit 1.0.0 only the qiskit package will be published. This PR changes the requirement to use qiskit instead of qiskit-terra. In this case, it stays in 0.* with <1

Details and comments

https://github.com/Qiskit/qiskit/pull/11230