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
Due to using non-picklable members from qcs-sdk-python, QAMExecutionResult is not itself serializable. We should add a way to pickle it, either by supporting pickling upstream or implementing it for QAMExecutionResult specifically.
The text was updated successfully, but these errors were encountered:
Yes this would be great. Also, instead of the program data/results disappearing after it's been retrieved by the user (as happens now, from what i understand), it would be great, if it stays available for some (even short) time after, say a day or two. That would allow users to handle potential intermittent retrieval/network/whatever issues (e.g. users tries to retrieve job data, rigetti server sends it over and marks as retrieved, removing relevant data, then something happens along the way and users does not see it... they then can't try to retrieve again, as server thinks that's been done and potentially got rid of it).
Due to using non-picklable members from
qcs-sdk-python
,QAMExecutionResult
is not itself serializable. We should add a way to pickle it, either by supporting pickling upstream or implementing it forQAMExecutionResult
specifically.The text was updated successfully, but these errors were encountered: