Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
populate default project_id
  • Loading branch information
senecameeks authored Nov 10, 2023
1 parent 5e0a8f0 commit c6ceb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"outputs": [],
"source": [
"# The Google Cloud Project id to use.\n",
"project_id = \"\" #@param {type:\"string\"}\n",
"project_id = \"quantum-engine-ninja-access\" #@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",
Expand Down Expand Up @@ -286,7 +286,7 @@
{
"cell_type": "code",
"source": [
"processor_id = \"SYC01_10A_BLACK\" #@param {type:\"string\"}"
"processor_id = \"xmonsim\" #@param {type:\"string\"}"
],
"metadata": {
"cellView": "form",
Expand Down

0 comments on commit c6ceb1e

Please sign in to comment.