Efficient JSON serialization of FrozenCircuit #3633
Labels
area/serialization
area/subcircuits
kind/feature-request
Describes new functionality
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
Is your feature request related to a use case or problem? Please describe.
Part of #3235.
Concise serialization (#3601) is available for Cirq objects, but not yet supported for FrozenCircuit.
Describe the solution you'd like
FrozenCircuit needs the
_serialization_key_
magic method to enable efficient serialization. This should be a fairly small code change, but may require nontrivial updates to its JSON serialization test.What is the urgency from your perspective for this issue? Is it blocking important work?
P1 - I need this no later than the next release (end of quarter)
The text was updated successfully, but these errors were encountered: