BBN-Q / PyQLab

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

Repeated instructions with control flow #105

Closed dieris closed 8 years ago

dieris commented 8 years ago

I don't know if this is any different in the new QGL, but currently this is not possible: n*([X(q)]+ qif(0,[X(q)])) The same labels are copied n times.

dieris commented 8 years ago

never mind, I just remembered the repeat function in ControlFlow