Skip to content

Commit

Permalink
Created using Colaboratory (#6360)
Browse files Browse the repository at this point in the history
  • Loading branch information
senecameeks authored Nov 27, 2023
1 parent b5b3b74 commit 7f47e13
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,25 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 9,
"metadata": {
"cellView": "both",
"id": "EQoTYZIEPa9S"
},
"outputs": [],
"id": "EQoTYZIEPa9S",
"outputId": "43c72568-3bc8-4b44-871b-b9db19c9e672",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Circuit:\n",
"(0, 0): ───X───M('result')───\n"
]
}
],
"source": [
"# Define a qubit at an arbitrary grid location.\n",
"qubit = cirq.GridQubit(0, 0)\n",
Expand Down

0 comments on commit 7f47e13

Please sign in to comment.