Create a DAGCircuit::from_circuit_data
to Rust
#13004
Labels
mod: circuit
Related to the core of the `QuantumCircuit` class or the circuit library
Rust
This PR or issue is related to Rust code in the repository
What should we add?
Tracked by #13001
We need a
DAGCircuit::from_circuit_data
which would work as our rust-nativecircuit_to_dag
but will actually beCircuitData
toDAGCircuit
. It could use the method from #13003 but be more specific with the criteria asCircuitData
contains more information than anIterator
does.The text was updated successfully, but these errors were encountered: