cirq.Schedule.operations_happening_at_same_time_as¶
-
Schedule.operations_happening_at_same_time_as(scheduled_operation: cirq.schedules.scheduled_operation.ScheduledOperation) → List[cirq.schedules.scheduled_operation.ScheduledOperation][source]¶ Finds operations happening at the same time as the given operation.
Parameters: scheduled_operation – The operation specifying the time to query. Returns: Scheduled operations that overlap with the given operation.