quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

convert identity to phased xz in qubit characterization #6421

Closed NoureldinYosri closed 8 months ago

NoureldinYosri commented 8 months ago

SingleQubitCliffordGates fail the gateset check of the grid device https://github.com/quantumlib/Cirq/blob/a3eed6b97490556cf1dda82928a0aa9ea8798da1/cirq-google/cirq_google/devices/grid_device.py#L43-L64. while the objects fail the check the operations themselves are supported but after coversion to a supported format like phased xz

this was missed from #6420