Cirq
stable
Installing Cirq
Tutorial
Circuits
Gates
Simulation
Schedules and Devices
Development
API Reference
Devices and Qubits
Single Qubit Gates
Two Qubit Gates
Three Qubit Gates
Other Gate and Operation Classes
Circuits and Schedules
cirq.Circuit
cirq.flatten_op_tree
cirq.freeze_op_tree
cirq.InsertStrategy
cirq.Moment
cirq.moment_by_moment_schedule
cirq.OP_TREE
cirq.QubitOrder
cirq.QubitOrderOrList
cirq.Schedule
cirq.Schedule.exclude
cirq.Schedule.include
cirq.Schedule.operations_happening_at_same_time_as
cirq.Schedule.query
cirq.Schedule.to_circuit
cirq.ScheduledOperation
cirq.transform_op_tree
Trials and Simulations
Magic Method Protocols
Magic Method Protocol Types
Optimization
Utilities
Experiments
Google
Testing
Work in Progress - Noisy Channels
Work in Progress - Stabilizers
Contrib
Cirq
Docs
»
API Reference
»
cirq.Schedule
»
cirq.Schedule.include
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.