Skip to content

Commit d99d7bc

Browse files
authored
Add "Optimization analysis" to doc build system (#68)
1 parent 03f57a0 commit d99d7bc

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

dev_tools/docs/sphinx/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ navigation.
4646
qaoa/tasks
4747
qaoa/precomputed_analysis
4848
qaoa/landscape_analysis
49+
qaoa/optimization_analysis
4950
qaoa/hardware_grid_circuits
5051
qaoa/problem_generation_tasks
5152
qaoa/angle_precomputation_tasks

docs/_toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ toc:
2121
path: /cirq/research/qaoa/precomputed_analysis
2222
- title: "Landscape analysis"
2323
path: /cirq/research/qaoa/landscape_analysis
24+
- title: "Optimization analysis"
25+
path: /cirq/research/qaoa/optimization_analysis
2426
- title: "Hardware grid circuits"
2527
path: /cirq/research/qaoa/hardware_grid_circuits
2628
- title: "Routing with tket"
Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,69 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"colab_type": "text",
7+
"id": "Azc8twVhEBGA"
8+
},
9+
"source": [
10+
"##### Copyright 2020 Google"
11+
]
12+
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": 1,
16+
"metadata": {
17+
"cellView": "form",
18+
"colab": {},
19+
"colab_type": "code",
20+
"id": "Wxjxus_UECF_"
21+
},
22+
"outputs": [],
23+
"source": [
24+
"#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n",
25+
"# you may not use this file except in compliance with the License.\n",
26+
"# You may obtain a copy of the License at\n",
27+
"#\n",
28+
"# https://www.apache.org/licenses/LICENSE-2.0\n",
29+
"#\n",
30+
"# Unless required by applicable law or agreed to in writing, software\n",
31+
"# distributed under the License is distributed on an \"AS IS\" BASIS,\n",
32+
"# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
33+
"# See the License for the specific language governing permissions and\n",
34+
"# limitations under the License."
35+
]
36+
},
337
{
438
"cell_type": "markdown",
539
"metadata": {},
640
"source": [
741
"# Optimization Analysis"
842
]
943
},
44+
{
45+
"cell_type": "markdown",
46+
"metadata": {
47+
"colab_type": "text",
48+
"id": "nINncTOwEMgS"
49+
},
50+
"source": [
51+
"<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
52+
" <td>\n",
53+
" <a target=\"_blank\" href=\"https://www.example.org/cirq/research/qaoa/optimization_analysis\"><img src=\"https://www.tensorflow.org/images/tf_logo_32px.png\" />View on QuantumLib</a>\n",
54+
" </td>\n",
55+
" <td>\n",
56+
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/quantumlib/ReCirq/blob/master/docs/qaoa/optimization_analysis.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
57+
" </td>\n",
58+
" <td>\n",
59+
" <a target=\"_blank\" href=\"https://github.com/quantumlib/ReCirq/blob/master/docs/qaoa/optimization_analysis.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View source on GitHub</a>\n",
60+
" </td>\n",
61+
" <td>\n",
62+
" <a href=\"https://storage.googleapis.com/tensorflow_docs/ReCirq/docs/qaoa/optimization_analysis.ipynb\"><img src=\"https://www.tensorflow.org/images/download_logo_32px.png\" />Download notebook</a>\n",
63+
" </td>\n",
64+
"</table>"
65+
]
66+
},
1067
{
1168
"cell_type": "markdown",
1269
"metadata": {},
@@ -544,7 +601,7 @@
544601
],
545602
"metadata": {
546603
"colab": {
547-
"name": "Optimization-Analysis.ipynb",
604+
"name": "optimization_analysis.ipynb",
548605
"provenance": [],
549606
"toc_visible": true
550607
},

0 commit comments

Comments
 (0)