[FEATURE] Add option to qasm3_to_qir
to omit barriers in conversion
#194
Labels
enhancement
New feature or request
qasm3_to_qir
to omit barriers in conversion
#194
Feature Description
The qBraid QIR simulator does not currently support barriers, and
qiskit.QuantumCircuit.measure_all()
implicitly adds barriers. This means that in the qBraid-SDK, the following code currently fails:It would be nice if we could somehow remove barriers from the
pyqir.Module
after conversion, or add an optional argument toqasm3_to_qir
that allows one to exclude barriers from the output of the conversion.Implementation (Optional)
No response
The text was updated successfully, but these errors were encountered: