Problem Statement
After the change to measurements in #1558, measure ops will no longer supported in the pytket decoder, in order to support them again we should decode them to a measure followed by a read - this would be good (necessary for backwards compatibility?) for load_pytket in guppy (loading pytket circuits with measurements without this would compile but not run), however since we also generally want to encourage measurements to happen in guppy itself in order to take advantage of linearity checks we might also not want to do this (would need to be documented well)
Proposed Solution
No response
Component
Rust library
Effort Estimate
Easy - Small change or addition
Additional Context
No response
Problem Statement
After the change to measurements in #1558, measure ops will no longer supported in the pytket decoder, in order to support them again we should decode them to a measure followed by a read - this would be good (necessary for backwards compatibility?) for
load_pytketin guppy (loading pytket circuits with measurements without this would compile but not run), however since we also generally want to encourage measurements to happen in guppy itself in order to take advantage of linearity checks we might also not want to do this (would need to be documented well)Proposed Solution
No response
Component
Rust library
Effort Estimate
Easy - Small change or addition
Additional Context
No response