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
Describe the bug
An issue with the serialization of 'nonstd_instruments' in processerspec.py that causes ProtocolData with experiment designs generated from a processor spec to not write.
To Reproduce
Steps to reproduce the behavior:
Create a processor spec
Create a target model from the processor spec
Add the quantum instrument to the target model
target_model[('Iz', 0)] = pygsti.modelmembers.instruments.Instrument({'p0': Q0 'p1': Q1})
Generate an experiment design from the target model
Generate data
Create a ProtocolData & attempt to save:
Expected behavior
The serialization should work correctly, allowing me to save ProtocolData with experiment designs generated from a processor spec to not write.
Environment (please complete the following information):
pyGSTi version feature-qiskit-mcm
python version 3.10
The text was updated successfully, but these errors were encountered:
@coreyostrove I sent you over the notebook where I ran into issues over email (with the same name as this issue) because it relates to an active collaboration. I'll update this thread if I get a chance to get a chance to write a stripped down version.
Describe the bug
An issue with the serialization of 'nonstd_instruments' in
processerspec.py
that causes ProtocolData with experiment designs generated from a processor spec to not write.To Reproduce
Steps to reproduce the behavior:
target_model[('Iz', 0)] = pygsti.modelmembers.instruments.Instrument({'p0': Q0 'p1': Q1})
Expected behavior
The serialization should work correctly, allowing me to save ProtocolData with experiment designs generated from a processor spec to not write.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: