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::from_circuit_data to Rust #13004

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

Create a DAGCircuit::from_circuit_data to Rust #13004

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

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.

@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 linked a pull request Sep 4, 2024 that will close this issue
6 tasks
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
Development

Successfully merging a pull request may close this issue.

1 participant