Gauge compiling as a sweep: merge single qubit gates #6994
Labels
area/error-mitigation
kind/feature-request
Describes new functionality
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
Problem Statement
as_sweep() might transform a circuit with consecutive parameterized phxz operations.
Usually, after gauge_compiling, users would optimize the circuit by merging single qubit gates. While merging parameterized circuit isn't supported.
Potential Solutions
Support this in as_sweep() or merging the qubits in cirq.merge_single_qubit_gates_to_phxz.
The text was updated successfully, but these errors were encountered: