Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm build_rtd_docs CI job and its dependencies #6417

Merged
merged 9 commits into from
Jan 19, 2024
Next Next commit
Created using Colaboratory
  • Loading branch information
senecameeks committed Nov 27, 2023
commit eb1031895990796c8b50b58e2aa7da7edccdb1fb
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