Open
Description
In PauliSum Collector when doing the basis transformations with
Cirq/cirq/work/pauli_sum_collector.py
Line 112 in 3469e5c
The gates that get returned are cirq.SingleQubitClifford(...)
which won't play nice with the serializers. A quick fix is to just add a cirq.decompose
around the result of pauli_string.to_z_basis_ops()
, but I wasn't sure if people might have other opinions ?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status