Skip to content

Commit 832175f

Browse files
committed
Make willow_pink the default processor in noisy_simulation.ipynb
1 parent 778127e commit 832175f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/simulate/noisy_simulation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@
999999
"import cirq_google\n",
10001000
"\n",
10011001
"# See cirq_google.engine.list_virtual_processors() for available processor names\n",
1002-
"processor_id = \"rainbow\" # or \"weber\" or \"willow_pink\"\n",
1002+
"processor_id = \"willow_pink\" # or \"rainbow\" or \"weber\"\n",
10031003
"# Load the noise properties for the processor\n",
10041004
"noise_props = cirq_google.engine.load_device_noise_properties(processor_id)\n",
10051005
"# Build a noise model from the noise properties\n",

0 commit comments

Comments
 (0)