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

Replaces the uses of quir call with the converted pulse call in QuirToPulse #273

Closed reza-j closed 4 months ago

reza-j commented 4 months ago

This PR replaces all the uses of quir circuits with their corresponding pulse call, which is needed for dynamic circuits when we want to make a decision based on the measurement result.

The PR also copies over the quir attributes of measure op to their corresponding pulse call.