Skip to content

Commit 7f47e13

Browse files
authored
Created using Colaboratory (#6360)
1 parent b5b3b74 commit 7f47e13

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/tutorials/google/start.ipynb

+17-4
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,25 @@
175175
},
176176
{
177177
"cell_type": "code",
178-
"execution_count": null,
178+
"execution_count": 9,
179179
"metadata": {
180180
"cellView": "both",
181-
"id": "EQoTYZIEPa9S"
182-
},
183-
"outputs": [],
181+
"id": "EQoTYZIEPa9S",
182+
"outputId": "43c72568-3bc8-4b44-871b-b9db19c9e672",
183+
"colab": {
184+
"base_uri": "https://localhost:8080/"
185+
}
186+
},
187+
"outputs": [
188+
{
189+
"output_type": "stream",
190+
"name": "stdout",
191+
"text": [
192+
"Circuit:\n",
193+
"(0, 0): ───X───M('result')───\n"
194+
]
195+
}
196+
],
184197
"source": [
185198
"# Define a qubit at an arbitrary grid location.\n",
186199
"qubit = cirq.GridQubit(0, 0)\n",

0 commit comments

Comments
 (0)