Create a DAGCircuit::add_from_iter()
method in rust
#13003
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
Create a method
DAGCircuit::add_from_iter
to create add a chain ofPackedInstruction
instances to aDAGCircuit
preventing the duplicate insertion ofDAGOutputNode
instances.The text was updated successfully, but these errors were encountered: