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

feat: Add iterative decomposition to QASM3 circuits #85

Merged
merged 5 commits into from
Sep 18, 2024

Conversation

victor-villar
Copy link
Contributor

Summary

Fixes #46

Details and comments

Added iterative QASM3 decomposition in case the exported qasm3 cannot be converted back to a QuantumCircuit.
I have also unified the Qasm import/export functions used by transpile and routing.

Copy link
Contributor

@jesus-talavera-ibm jesus-talavera-ibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Resolved conflicts

@victor-villar
Copy link
Contributor Author

@jesus-talavera-ibm I resolved new conflicts. Can you review again?

@victor-villar victor-villar changed the title Add iterative decomposition to QASM3 circuits feat: Add iterative decomposition to QASM3 circuits Sep 18, 2024
@victor-villar victor-villar merged commit 4d32963 into main Sep 18, 2024
4 checks passed
@victor-villar victor-villar deleted the vv-qasm3-iter-decom branch September 18, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use iterative decomposition
2 participants