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
Processor spec quantum instrument serialization only works with string labels (e.g., 'Q0') and not integer labels (e.g., 0). This is at least in part due to this line in processorspec.py:
nonstd_instruments = {':'.join(k): _serialize_instrument(obj) for k, obj in self.nonstd_instruments.items()}
The text was updated successfully, but these errors were encountered:
Processor spec quantum instrument serialization only works with string labels (e.g., 'Q0') and not integer labels (e.g., 0). This is at least in part due to this line in processorspec.py:
nonstd_instruments = {':'.join(k): _serialize_instrument(obj) for k, obj in self.nonstd_instruments.items()}
The text was updated successfully, but these errors were encountered: