You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement pyqrack interpreter method for qasm2 glob.u gate (#152)
* Reorder UGate arguments to match wrapper function arg order
The wrapper was already in use in a bunch of places with this order,
but using named arguments so it never errored. Still this should be
consistent and I stuck with the order of the wrapper as it is already used.
* Make PyQrackReg iterable by throwing IndexError in getitem method
* Implement pyqrack interpreter method for glob.u gate
* Fix pyright issue in core & reg
* Fix order of glob.u decorator yet again (to match original UGate class args)
* Move new method to separate method table
* Add TODO to clean up PyQrackReg
0 commit comments