quil-rs icon indicating copy to clipboard operation
quil-rs copied to clipboard

Integrate `WaveformTemplate`s into the rest of quil-rs

Open antalsz opened this issue 5 months ago • 0 comments

Right now, quil-rs defines the WaveformTemplate trait, but doesn't actually make any internal use of it. We should provide integration between it and the rest of quil-rs; at a minimum, we should provide a function to parse a WaveformInvocation into a WaveformTemplate. This also unlocks the ability to write the unit tests in described in #406, and would overall help avoid problems like that encountered in #405.

antalsz avatar Sep 24 '24 20:09 antalsz