BBN-Q / PyQLab

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

Decouple QGL from PyQLab #96

Closed blakejohnson closed 8 years ago

blakejohnson commented 8 years ago

It really should be a distinct entity. To make it happen we need:

blakejohnson commented 8 years ago

in terms of the dispatch mechanism for compile_to_hardware, we probably just want a plugin mechanism to register translators with QGL.

blakejohnson commented 8 years ago

Travis is still failing for some reason I haven't tracked down yet, but here is the standalone QGL repo:

https://github.com/BBN-Q/QGL

blakejohnson commented 8 years ago

I think this is ready to go. Testing of #104 would be helpful.

blakejohnson commented 8 years ago

Done!