issues
search
quantumlib
/
ReCirq
Research using Cirq!
https://quantumai.google/cirq/experiments
Apache License 2.0
275
stars
117
forks
source link
Fix serialization for reCirq objects
#337
Closed
dstrain115
closed
9 months ago
dstrain115
commented
9 months ago
Somewhere along the line, the json_serializable_dataclass stoped working.
This is because the functions need to be classmethods or else TaskClass._json
namespace
() fails (requiring positional argument obj)