Description of the issue
#6987 coerces GridQubit indices to be ints.
If a float is specified, then the behavior changes from the most recent version.
How to reproduce the issue
Details
Before, this would return cirq.GridQubit(4.5, 2.5) and now returns cirq.GridQubit(4, 2)
Cirq version
dev1.5.0
Description of the issue
#6987 coerces GridQubit indices to be ints.
If a float is specified, then the behavior changes from the most recent version.
How to reproduce the issue
Details
Before, this would return
cirq.GridQubit(4.5, 2.5)and now returnscirq.GridQubit(4, 2)Cirq version
dev1.5.0