openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
38 stars 12 forks source link

Add error category `QSSUnsupportedQASM3` #292

Closed SooluThomas closed 3 months ago

SooluThomas commented 3 months ago

Summary

QSSUnsupportedQASM3 error category will be raised for the cases which fail to generate MLIR from the QUIRGen. These errors used to be categorized under QSSCompilationFailure.

SooluThomas commented 3 months ago

Closing this PR in favor of https://github.com/openqasm/qe-compiler/pull/306. The changes made in #306 includes the changes in this PR