BBN-Q / PyQLab

A python library for instrument control and superconducting QIP experiments.
Apache License 2.0
25 stars 11 forks source link

Fix APS2 instruction merging #91

Closed blakejohnson closed 8 years ago

blakejohnson commented 8 years ago

Fixes issue #90.

The strategy here is just to ensure that all control-flow instructions are synchronous. This basically boils down to re-labeling the start times of such instructions to the max across the various waveform and marker sequences. This happens to also simplify some logic inside create_seq_instructions().

blakejohnson commented 8 years ago

Reviewed by @caryan.