We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3b74 commit 7f47e13Copy full SHA for 7f47e13
docs/tutorials/google/start.ipynb
@@ -175,12 +175,25 @@
175
},
176
{
177
"cell_type": "code",
178
- "execution_count": null,
+ "execution_count": 9,
179
"metadata": {
180
"cellView": "both",
181
- "id": "EQoTYZIEPa9S"
182
- },
183
- "outputs": [],
+ "id": "EQoTYZIEPa9S",
+ "outputId": "43c72568-3bc8-4b44-871b-b9db19c9e672",
+ "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
+ ],
197
"source": [
198
"# Define a qubit at an arbitrary grid location.\n",
199
"qubit = cirq.GridQubit(0, 0)\n",
0 commit comments