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.to_circuit
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.