cirq.Schedule.to_circuit

Schedule.to_circuit() → cirq.circuits.circuit.Circuit[source]

Convert the schedule to a circuit.

This discards most timing information from the schedule, but does place
operations that are scheduled at the same time in the same Moment.