Make InsertionNoiseModel
serializable
#6249
Labels
area/serialization
good first issue
This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.
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.
Currently,
InsertionNoiseModel
is not serializable, whileNoiseModel
is. It would be useful ifInsertionNoiseModel
was serializable as well.Calling
cirq.to_json(noise_model)
wherenoise_model
is aInsertionNoiseModel
currently raises the following error:Describe the solution you'd like
Being able to call
cirq.to_json(noise_model)
wherenoise_model
is aInsertionNoiseModel
.What is the urgency from your perspective for this issue? Is it blocking important work?
P1 - Not urgent but would be nice to be able to serialize these noise models
The text was updated successfully, but these errors were encountered: