cirq.Schedule.include

Schedule.include(scheduled_operation: cirq.schedules.scheduled_operation.ScheduledOperation)[source]

Adds a scheduled operation to the schedule.

Parameters:scheduled_operation – The operation to add.
Raises:ValueError – The operation collided with something already in the schedule.