Skip to content

PauliSumCollector is not compatible with engine #2677

Open
@MichaelBroughton

Description

@MichaelBroughton

In PauliSum Collector when doing the basis transformations with

circuit.append(ops.Moment(pauli_string.to_z_basis_ops()))

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

Type

No type

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions