Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a DAGCircuit::add_from_iter() method in rust #13003

Closed
Tracked by #13001
raynelfss opened this issue Aug 20, 2024 · 0 comments · Fixed by #13032
Closed
Tracked by #13001

Create a DAGCircuit::add_from_iter() method in rust #13003

raynelfss opened this issue Aug 20, 2024 · 0 comments · Fixed by #13032
Assignees
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

Comments

@raynelfss
Copy link
Contributor

raynelfss commented Aug 20, 2024

What should we add?

Tracked by #13001

Create a method DAGCircuit::add_from_iter to create add a chain of PackedInstruction instances to a DAGCircuit preventing the duplicate insertion of DAGOutputNode instances.

@raynelfss raynelfss added Rust This PR or issue is related to Rust code in the repository mod: circuit Related to the core of the `QuantumCircuit` class or the circuit library labels Aug 20, 2024
@raynelfss raynelfss self-assigned this Aug 20, 2024
@raynelfss raynelfss changed the title Create a DAGCircuit::from_iter() method in rust Create a DAGCircuit::add_from_iter() method in rust Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
1 participant