Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.11k stars 2.34k forks source link

Create a `DAGCircuit::from_circuit_data` to Rust #13004

Closed raynelfss closed 3 weeks ago

raynelfss commented 1 month ago

What should we add?

Tracked by #13001

We need a DAGCircuit::from_circuit_data which would work as our rust-native circuit_to_dag but will actually be CircuitData to DAGCircuit. It could use the method from #13003 but be more specific with the criteria as CircuitData contains more information than an Iterator does.