Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
add back processor_id so it matches current merged version
  • Loading branch information
senecameeks authored Nov 14, 2023
1 parent 3977180 commit 872383e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,11 @@
"source": [
"# The Google Cloud Project id to use.\n",
"project_id = \"quantum-engine-ninja-access\" #@param {type:\"string\"}\n",
"processor_id = \"\" #@param {type:\"string\"}\n",
"\n",
"from cirq_google.engine.qcs_notebook import get_qcs_objects_for_notebook\n",
"# For real engine instances, delete 'virtual=True' below.\n",
"qcs_objects = get_qcs_objects_for_notebook(project_id, virtual=True)\n",
"qcs_objects = get_qcs_objects_for_notebook(project_id, processor_id, virtual=True)\n",
"\n",
"project_id = qcs_objects.project_id\n",
"engine = qcs_objects.engine\n",
Expand Down

0 comments on commit 872383e

Please sign in to comment.