BBN-Q / QGL

Quantum Gate Language (QGL) is a domain specific language embedded in python for specifying quantum gate sequences.
Apache License 2.0
29 stars 12 forks source link

Do we still use in-place file updates? #261

Open matthewware opened 4 years ago

matthewware commented 4 years ago

I'd like to remove legacy code or see if this code needs to be rewritten to support the .aps file format.

https://github.com/BBN-Q/QGL/blob/c5a076fbe2f7aa08d8d52d3ee9c6868aa1edd500/QGL/drivers/APS2Pattern.py#L1278

Anyone have any strong feelings?

matthewware commented 4 years ago

Waveform updates are working, roughly, as of #264. There are still some issues with the instruction updates.