Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions doc/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
{
"cell_type": "markdown",
"metadata": {
"id": "0V2LXIBKKqA9"
},
"source": [
"# Table of contents\n",
"\n",
Expand All @@ -30,13 +33,13 @@
"10. [Estimate the threshold and footprint of a surface code](#surface-code)\n",
"11. [Conclusion](#end-of-tutorial)\n",
"12. [Additional resources](additional-resources)"
],
"metadata": {
"id": "0V2LXIBKKqA9"
}
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "43rMSrBhKtyX"
},
"source": [
"<a class=\"anchor\" id=\"prerequisites\"></a>\n",
"# 0. Prerequisites\n",
Expand All @@ -52,10 +55,7 @@
"- *Some* familiarity with quantum error-correcting codes. For example, this tutorial assumes that you've heard the terms \"surface code\" and \"threshold\".\n",
"\n",
"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."
],
"metadata": {
"id": "43rMSrBhKtyX"
}
]
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -174,8 +174,8 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
"id": "L51yrzUW-qOQ"
"id": "L51yrzUW-qOQ",
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
},
"outputs": [
{
Expand Down Expand Up @@ -213,8 +213,8 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
"id": "_75gRftr-qOQ"
"id": "_75gRftr-qOQ",
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
},
"outputs": [
{
Expand Down Expand Up @@ -255,8 +255,8 @@
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f",
"id": "NXlSD_sy-qOQ"
"id": "NXlSD_sy-qOQ",
"outputId": "9b6d4b2f-1cb9-4941-d533-db148aaaf86f"
},
"outputs": [
{
Expand Down Expand Up @@ -2125,12 +2125,12 @@
},
{
"cell_type": "code",
"source": [],
"execution_count": null,
"metadata": {
"id": "QgqQ90GlBcB_"
},
"execution_count": null,
"outputs": []
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -7923,8 +7923,8 @@
"base_uri": "https://localhost:8080/",
"height": 404
},
"outputId": "42a217ab-1a92-4850-b634-932f3a8f603e",
"id": "XLqwFH29-qOW"
"id": "XLqwFH29-qOW",
"outputId": "42a217ab-1a92-4850-b634-932f3a8f603e"
},
"outputs": [
{
Expand Down Expand Up @@ -20967,7 +20967,7 @@
"\n",
"\n",
"- [Quantum computing for the very curious](https://quantum.country/qcvc) by Andy Matuschak and Michael Nielsen\n",
"- [Building Google's quantum computer]() by Marissa Giustina (2018)\n",
"- [Building Google's quantum computer](https://www.youtube.com/watch?v=dUdqfqS9Dvg) by Marissa Giustina (2018)\n",
"- MIT's [Quantum Information Science I](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.370.1x+1T2018/about)\n",
"- John Preskill's [Ph/CS 219A Quantum Computation](https://www.youtube.com/playlist?list=PL0ojjrEqIyPy-1RRD8cTD_lF1hflo89Iu) on YouTube\n",
"- Quantum AI's YouTube content:\n",
Expand Down Expand Up @@ -21008,4 +21008,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
Loading