Open
Description
Describe the issue
Users report that
cirq.X**0.5 == cirq.PhasedXPowGate(exponent=0.5, phase_exponent=0)
is True before the change and False afterwards. This is affecting internal code that uses this.
The fact that this difference was not picked up in CI checks probably means the test cases currently in Cirq need to be expanded to cover this.