QGL
QGL copied to clipboard
Can't push back frame change to/before control instruction
Can't apply a Z
gate right after a control flow instruction, e.g.
[qwait('CMP')]+ qif(0,[Z(q)])
or
[qwait('CMP')]+ qif(0,[Id(q), Z(q)])
.
In both cases the frame rotation is be pushed back before qwait('CMP')
and becomes unconditional!