cirq_pasqal.pasqal_gateset.split_multi_op_moments

Split multi-operation moments so each non-measurement operation has its own moment.

Pasqal devices require at most one operation per moment except for measurement operations which can be kept together in a single moment.

circuit Input circuit to transform.
context cirq.TransformerContext storing common configurable options for transformers.

Copy of the input circuit where each non-measurement operation has its own moment.