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
You can another parsing error if your scaffold code has something like a measure register*syn = MeasZ(*a); which gives QASM measure a -> syn; and you'll confuse TriQ qbit = line.split()[1].split('[')[1].split(']')[0] IndexError: list index out of range
Currently ScaffCC is generating spaces in gateset2 gates that TriQ is unable to parse.
I'm not sure if the proper spacing needs to be changed in ScaffCC or if the parsing should just be updated here.
The text was updated successfully, but these errors were encountered: