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

Export circuits to QASM 2.0 code #1

Open
mattrltrent opened this issue Jun 19, 2024 · 0 comments
Open

Export circuits to QASM 2.0 code #1

mattrltrent opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mattrltrent
Copy link
Owner

I was reading the QASM docs, and this should actually be surprisingly easy. It would basically just be a public method on the type quantum.Circuit named something like .ExportToQASM() that returns a string of QASM code and error type if anything goes awry.

This would allow for users to quickly create circuits in this CLI tool and then copy/paste the outputted QASM to IBM's Quantum Composer tool, or further, run the circuit on actual quantum hardware.

@mattrltrent mattrltrent added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant