catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

`MidCircuitMeasure` inherits `MidMeasureMP`

Open mudit2812 opened this issue 1 year ago • 3 comments

Context: MidCircuitMeasure inherits HybridOp but only relies on its tracing functionality and nothing else, but also contains a lot of attributes that make it more appropriate for it to be a child of MidMeasureMP instead of HybridOp.

Description of the Change:

  • MidCircuitMeasure inherits MidMeasureMP and uses useful attributes for the new parent class.
  • Update MidMeasureMP.trace_quantum to be compatible with the above change.
  • Fixed an incorrect link in the changelog.

Benefits:

Possible Drawbacks:

Related GitHub Issues:

mudit2812 avatar Jun 19 '24 15:06 mudit2812