BBN-Q / PyQLab

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

Conditional frame update #100

Closed CoherenceController closed 8 years ago

CoherenceController commented 8 years ago

First pass. Keep track of a different phase update in each branch. It only allows equal total phase per branch (unless there are no further instructions after branching). Also, it does not allow nested loops. --DR

caryan commented 8 years ago

@dieris any unit-tests possible?

dieris commented 8 years ago

does this make sense? I could make more tests if it does

caryan commented 8 years ago

@dieris that's fine for now. If we run into more issues we'll improve the coverage.