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
Instead of having to specify TopologicalRegister(ctypes=[REPETITION, REPETITION], params=[{"d" : 3}, {"d" : 3}]), one could instead be able to use TopologicalRegister(2, ctype=REPETITION, params={"d": 3}).
Add overloaded TopologicalRegister constructor in circ.py
The text was updated successfully, but these errors were encountered:
Instead of having to specify
TopologicalRegister(ctypes=[REPETITION, REPETITION], params=[{"d" : 3}, {"d" : 3}])
, one could instead be able to useTopologicalRegister(2, ctype=REPETITION, params={"d": 3})
.The text was updated successfully, but these errors were encountered: