broken tutorial on identifying_hardware_changes.ipynb
Description of the issue
The tutorial uses a removed method Device.qubit_set() at https://github.com/quantumlib/Cirq/blob/eb2a1dc87498563f996df73c5a2d7c216976efb7/docs/tutorials/google/identifying_hardware_changes.ipynb#L288
@MichaelBroughton found additional issues in the tutorial as detailed at https://github.com/quantumlib/Cirq/pull/5582#issuecomment-1163962184
How to reproduce the issue
Failure on notebook execution. The qubit_set() method was removed in eb2a1dc87498563f996df73c5a2d7c216976efb7.
Cirq version
0.15.0.dev
How did this get passed the notebooks check? Do we execute the notebooks on released versions of Cirq?
Notebook tests excludes "**/google/*.ipynb"