|
1 | 1 | { |
2 | 2 | "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 | + }, |
3 | 37 | { |
4 | 38 | "cell_type": "markdown", |
5 | 39 | "metadata": {}, |
6 | 40 | "source": [ |
7 | 41 | "# Optimization Analysis" |
8 | 42 | ] |
9 | 43 | }, |
| 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 | + }, |
10 | 67 | { |
11 | 68 | "cell_type": "markdown", |
12 | 69 | "metadata": {}, |
|
544 | 601 | ], |
545 | 602 | "metadata": { |
546 | 603 | "colab": { |
547 | | - "name": "Optimization-Analysis.ipynb", |
| 604 | + "name": "optimization_analysis.ipynb", |
548 | 605 | "provenance": [], |
549 | 606 | "toc_visible": true |
550 | 607 | }, |
|
0 commit comments