Qiskit / qiskit-ibm-provider

Qiskit Provider for accessing the IBM Quantum Services: Online Systems and Simulators
https://qiskit.org/ecosystem/ibm-provider/
Apache License 2.0
77 stars 67 forks source link

Performance of `block_order_op_nodes` #829

Open samanthavbarron opened 7 months ago

samanthavbarron commented 7 months ago

The code in this repository is (for the most part) duplicated in qiskit-ibm-runtime, so I'm opening this issue here as well to connect with this issue in qiskit-ibm-provider.

Additionally, as far as I can tell the code doesn't need to be duplicated in both repos, unless there are strange dependency issues that prevent importing one from the other.

https://github.com/Qiskit/qiskit-ibm-provider/blob/96c3b94b1352ba87283e4b3f459016c48ee17524/qiskit_ibm_provider/transpiler/passes/scheduling/utils.py#L29