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 optional pre measure delay to pulse scheduling #242

Closed reza-j closed 4 months ago

reza-j commented 5 months ago

This PR adds support for optional pre measure delay to pulse scheduling, and also (a) adds pulse utility functions to obtain waveform and phase values; (b) refactors sortOps function from scheduler port pass and move it to utils so that it can be used by other passes as well.

reza-j commented 4 months ago

@bcdonovan @mbhealy mind taking another look at this PR?