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

Revert "[Backport 3.8] Control systems resources exceeded (#281)" #295

Closed bcdonovan closed 3 months ago

bcdonovan commented 3 months ago

This reverts commit e99ff5c863a310262adc4c6ddff18e43172e7682.

This reverts the addition of the QSSControlSystemResourcesExceeded error class as the code to actually emit that type of error has not been back ported to release_v3.8.

After discussions with the author @mbhealy it is our recommendation to not back port the code to emit the error as it was developed after the LLVM 17 update and associated refactors making the back port difficult.