Skip to content

Commit 3ed7ffc

Browse files
Fixed missing link (Building Google's quantum computer) (#916)
Co-authored-by: Michael Hucka <[email protected]>
1 parent ab5917a commit 3ed7ffc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

doc/getting_started.ipynb

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
{
1616
"cell_type": "markdown",
17+
"metadata": {
18+
"id": "0V2LXIBKKqA9"
19+
},
1720
"source": [
1821
"# Table of contents\n",
1922
"\n",
@@ -30,13 +33,13 @@
3033
"10. [Estimate the threshold and footprint of a surface code](#surface-code)\n",
3134
"11. [Conclusion](#end-of-tutorial)\n",
3235
"12. [Additional resources](additional-resources)"
33-
],
34-
"metadata": {
35-
"id": "0V2LXIBKKqA9"
36-
}
36+
]
3737
},
3838
{
3939
"cell_type": "markdown",
40+
"metadata": {
41+
"id": "43rMSrBhKtyX"
42+
},
4043
"source": [
4144
"<a class=\"anchor\" id=\"prerequisites\"></a>\n",
4245
"# 0. Prerequisites\n",
@@ -52,10 +55,7 @@
5255
"- *Some* familiarity with quantum error-correcting codes. For example, this tutorial assumes that you've heard the terms \"surface code\" and \"threshold\".\n",
5356
"\n",
5457
"If you don't have these prerequisites yet, take a look at the [additional resources](additional-resources) at the end of this tutorial for suggestions about how to learn more."
55-
],
56-
"metadata": {
57-
"id": "43rMSrBhKtyX"
58-
}
58+
]
5959
},
6060
{
6161
"cell_type": "markdown",
@@ -174,8 +174,8 @@
174174
"colab": {
175175
"base_uri": "https://localhost:8080/"
176176
},
177-
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
178-
"id": "L51yrzUW-qOQ"
177+
"id": "L51yrzUW-qOQ",
178+
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
179179
},
180180
"outputs": [
181181
{
@@ -213,8 +213,8 @@
213213
"colab": {
214214
"base_uri": "https://localhost:8080/"
215215
},
216-
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
217-
"id": "_75gRftr-qOQ"
216+
"id": "_75gRftr-qOQ",
217+
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
218218
},
219219
"outputs": [
220220
{
@@ -255,8 +255,8 @@
255255
"colab": {
256256
"base_uri": "https://localhost:8080/"
257257
},
258-
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
259-
"id": "NXlSD_sy-qOQ"
258+
"id": "NXlSD_sy-qOQ",
259+
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
260260
},
261261
"outputs": [
262262
{
@@ -2125,12 +2125,12 @@
21252125
},
21262126
{
21272127
"cell_type": "code",
2128-
"source": [],
2128+
"execution_count": null,
21292129
"metadata": {
21302130
"id": "QgqQ90GlBcB_"
21312131
},
2132-
"execution_count": null,
2133-
"outputs": []
2132+
"outputs": [],
2133+
"source": []
21342134
},
21352135
{
21362136
"cell_type": "markdown",
@@ -7923,8 +7923,8 @@
79237923
"base_uri": "https://localhost:8080/",
79247924
"height": 404
79257925
},
7926-
"outputId": "42a217ab-1a92-4850-b634-932f3a8f603e",
7927-
"id": "XLqwFH29-qOW"
7926+
"id": "XLqwFH29-qOW",
7927+
"outputId": "42a217ab-1a92-4850-b634-932f3a8f603e"
79287928
},
79297929
"outputs": [
79307930
{
@@ -20967,7 +20967,7 @@
2096720967
"\n",
2096820968
"\n",
2096920969
"- [Quantum computing for the very curious](https://quantum.country/qcvc) by Andy Matuschak and Michael Nielsen\n",
20970-
"- [Building Google's quantum computer]() by Marissa Giustina (2018)\n",
20970+
"- [Building Google's quantum computer](https://www.youtube.com/watch?v=dUdqfqS9Dvg) by Marissa Giustina (2018)\n",
2097120971
"- MIT's [Quantum Information Science I](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.370.1x+1T2018/about)\n",
2097220972
"- John Preskill's [Ph/CS 219A Quantum Computation](https://www.youtube.com/playlist?list=PL0ojjrEqIyPy-1RRD8cTD_lF1hflo89Iu) on YouTube\n",
2097320973
"- Quantum AI's YouTube content:\n",
@@ -21008,4 +21008,4 @@
2100821008
},
2100921009
"nbformat": 4,
2101021010
"nbformat_minor": 0
21011-
}
21011+
}

0 commit comments

Comments
 (0)