-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SerializableDevice is not json serializable #4699
Comments
Making this serializable will require getting rid of the lambdas that come in via |
We should also migrate away from using |
I see no reason not to accept this item - having such a contradiction of class name and behavior is very silly. |
We can probably deprecate this class after the new device spec goes in. |
Splitting up quantumlib#4678 - The interface: `QubitPlacer` - The fallback: `NaiveQubitPlacer` - runtime hooks some hacks around quantumlib#4699
Include the SharedRuntimeInfo.device field in the JSON dump and update the affected test data files. Part of quantumlib#4699 and quantumlib#5050.
This class has been deprecated and is now defunct. |
At least not JSON-serializable.
This is a high priority request for cirq.google workflow tools. It's important to be able to save a record of the device you ran on when performing an experiment.
The text was updated successfully, but these errors were encountered: