quantumlib / ReCirq

Research using Cirq!
https://quantumai.google/cirq/experiments
Apache License 2.0
275 stars 117 forks source link

Fix serialization support for dataclasses #339

Closed pavoljuhas closed 9 months ago

pavoljuhas commented 9 months ago

TestClass._json_dict_() needs to be an instance method.

Fixes serialization of ReadoutScanTask in data_collection.ipynb notebook.