You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 astring
of QASM code anderror
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.
The text was updated successfully, but these errors were encountered: