From eb1031895990796c8b50b58e2aa7da7edccdb1fb Mon Sep 17 00:00:00 2001 From: Seneca Meeks Date: Mon, 27 Nov 2023 10:38:53 -0800 Subject: [PATCH] Created using Colaboratory --- docs/tutorials/google/start.ipynb | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/google/start.ipynb b/docs/tutorials/google/start.ipynb index 92ae54b7be4..0f910cd3bba 100644 --- a/docs/tutorials/google/start.ipynb +++ b/docs/tutorials/google/start.ipynb @@ -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",