Cirq icon indicating copy to clipboard operation
Cirq copied to clipboard

broken tutorial on identifying_hardware_changes.ipynb

Open pavoljuhas opened this issue 3 years ago • 2 comments

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

pavoljuhas avatar Jun 23 '22 20:06 pavoljuhas

How did this get passed the notebooks check? Do we execute the notebooks on released versions of Cirq?

vtomole avatar Jun 23 '22 20:06 vtomole

Notebook tests excludes "**/google/*.ipynb"

dabacon avatar Jun 24 '22 16:06 dabacon