qiskit-alice-bob-provider
qiskit-alice-bob-provider copied to clipboard
feat: update qiskit to v1.2
To update Qiskit to v1.2, a patch is needed on the function substitute_node_with_dag
to keep our custom measure_x gate working.
This patch will probably not work anymore in Qiskit 1.3 as the function is move to Rust code.