Cirq
Cirq copied to clipboard
[Routing] Add support for handling CircuitOperations recursively.
Summarize the task
The current implementation of RouteCQC unrolls all CircuitOperations before routing. We want to enhance the transformer by allowing recursive routing of CircuitOperations.
Acceptance criteria - when is the task considered done? See how this can be done here.
Related issues: #5838