|
15 | 15 | "## Contents\n",
|
16 | 16 | "Qiskit Aqua has the following tutorials, samples and input files for the cross-domain library and domain-specific application and stacks built upon it. Aqua currently provides AI, Chemistry, Finance and Optimization domain applications.\n",
|
17 | 17 | "\n",
|
18 |
| - "### 1. [Qiskit Aqua](aqua/)<a id='aqua'></a>\n", |
| 18 | + "### 1. [Qiskit Aqua](./)<a id='aqua'></a>\n", |
19 | 19 | "\n",
|
20 | 20 | "This folder contains some Jupyter Notebook examples showing how to run algorithms in Aqua\n",
|
21 | 21 | "along with some Python code files too.\n",
|
22 | 22 | "\n",
|
23 |
| - "The folder [input_files](general/input_files) contains a number of example JSON input files that can be loaded \n", |
24 |
| - "and run by the Aqua\n", |
25 |
| - "[GUI](https://github.com/Qiskit/aqua/blob/master/README.md#gui) or\n", |
26 |
| - "[command line](https://github.com/Qiskit/aqua/blob/master/README.md#command-line) tool.\n", |
| 23 | + "The folder [input_files](./input_files) contains a number of example JSON input files that can be loaded \n", |
| 24 | + "and run by the Qiskit Aqua\n", |
| 25 | + "[GUI or command line](https://github.com/Qiskit/qiskit-aqua-interfaces) tool.\n", |
27 | 26 | "\n",
|
28 | 27 | "The following notebooks are noted:\n",
|
29 | 28 | "\n",
|
30 |
| - "* [Using Aqua algorithms, a how to guide](general/vqe.ipynb)\n", |
31 |
| - "* [Using Aqua's quantum evolution functionality](general/evolution.ipynb)\n", |
32 |
| - "* [The EOH (Evolution of Hamiltonian) Algorithm](general/eoh.ipynb)\n", |
33 |
| - "* [Variaitonal Eigensolver + Quantum Phase Estimation](general/vqe2iqpe.ipynb)\n", |
| 29 | + "* [Using Aqua algorithms, a how to guide](algorithm_introduction_with_vqe.ipynb)\n", |
| 30 | + "* [Using Aqua's quantum evolution functionality](evolution.ipynb)\n", |
| 31 | + "* [The EOH (Evolution of Hamiltonian) Algorithm](eoh.ipynb)\n", |
| 32 | + "* [Variaitonal Eigensolver + Quantum Phase Estimation](vqe2iqpe.ipynb)\n", |
34 | 33 | "\n",
|
35 | 34 | "The repository here may be viewed for the\n",
|
36 |
| - "[full listing](https://github.com/Qiskit/qiskit-tutorial/tree/master/community/aqua/general).\n", |
| 35 | + "[full listing](./).\n", |
37 | 36 | "\n",
|
38 | 37 | "### 2. [Qiskit Chemistry](../chemistry/)<a id='chemistry'></a>\n",
|
39 | 38 | "\n",
|
40 | 39 | "This folder contains some Jupyter Notebook examples showing how to run algorithms in Qiskit Chemistry along with some Python code files too. There are also some .hdf5 files containing saved molecular data that can be used in experiments, see the main Qiskit Chemistry documentation for more information on the HDF5 driver and .hdf5 files. \n",
|
41 | 40 | "\n",
|
42 |
| - "The folder [input_files](../chemistry/input_files) contains a number of example input files that can be loaded and run by the Qiskit Chemistry\n", |
43 |
| - "[GUI](https://github.com/Qiskit/qiskit-chemistry/blob/master/README.md#gui) or \n", |
44 |
| - "[command line](https://github.com/Qiskit/qiskit-chemistry/blob/master/README.md#command-line) tool.\n", |
| 41 | + "The folder [input_files](../chemistry/input_files) contains a number of example input files that can be loaded and run by the Qiskit Aqua\n", |
| 42 | + "[GUI or command line](https://github.com/Qiskit/qiskit-aqua-interfaces) tool.\n", |
45 | 43 | "\n",
|
46 | 44 | "The following notebooks are noted:\n",
|
47 | 45 | "\n",
|
|
54 | 52 | "* [H2 ground state energy with VQE and SPSA](../chemistry/h2_vqe_spsa.ipynb) Near-term device experiment\n",
|
55 | 53 | "\n",
|
56 | 54 | "There are many more notebooks. The repository here may be viewed for the\n",
|
57 |
| - "[full listing](https://github.com/Qiskit/qiskit-tutorial/tree/master/community/chemistry).\n", |
| 55 | + "[full listing](../chemistry).\n", |
58 | 56 | "\n",
|
59 | 57 | "### 3. [Qiskit Artificial Intelligence](../artificial_intelligence/)<a id='artificial_intelligence'></a>\n",
|
60 | 58 | "\n",
|
61 | 59 | "Qiskit Artificial Intelligence is a set of tools, algorithms and software for use with quantum computers to carry out research and investigate how to take advantage of quantum computing power to solve artificial intelligence problems. \n",
|
62 | 60 | "\n",
|
63 |
| - "* [Quantum SVM algorithm: multiclass classifier extension](artificial_intelligence/qsvm_multiclass.ipynb)\n", |
64 |
| - "* [Variational Quantum Classifier (vqc)](artificial_intelligence/vqc.ipynb)\n", |
| 61 | + "* [Quantum SVM algorithm: multiclass classifier extension](../artificial_intelligence/qsvm_multiclass.ipynb)\n", |
| 62 | + "* [Variational Quantum Classifier (vqc)](../artificial_intelligence/vqc.ipynb)\n", |
65 | 63 | "\n",
|
66 | 64 | "The repository here may be viewed for the\n",
|
67 |
| - "[full listing](https://github.com/Qiskit/qiskit-tutorial/tree/master/community/artificial_intelligence).\n", |
| 65 | + "[full listing](../artificial_intelligence).\n", |
68 | 66 | "\n",
|
69 | 67 | "### 4. [Qiskit Optimization](../optimization/)<a id='optimization'></a>\n",
|
70 | 68 | "\n",
|
|
75 | 73 | "* [Using Aqua for stable-set problems](../optimization/stable_set.ipynb)\n",
|
76 | 74 | "\n",
|
77 | 75 | "The repository here may be viewed for the\n",
|
78 |
| - "[full listing](https://github.com/Qiskit/qiskit-tutorial/tree/master/community/optimization).\n", |
| 76 | + "[full listing](../optimization).\n", |
79 | 77 | "\n",
|
80 | 78 | "### 5. [Qiskit Finance](../finance/)<a id='finance'></a>\n",
|
81 | 79 | "\n",
|
82 | 80 | "Qiskit Finance is a set of tools, algorithms and software for use with quantum computers to carry out research and investigate how to take advantage of quantum computing power to solve problems in the financial domain.\n",
|
83 |
| - "Please also see the [Qiskit Finance Tutorials](../../qiskit/finance/index.ipynb) for more examples.\n", |
| 81 | + "Please also see the [Qiskit Finance Tutorials](https://github.com/Qiskit/qiskit-tutorials/tree/master/qiskit/finance/index.ipynb) for more examples.\n", |
84 | 82 | "\n",
|
85 | 83 | "Quantum computing for option pricing:\n",
|
86 |
| - "* <a href=\"simulation/long_butterfly.ipynb\">Long Butterfly</a> (univariate, payoff with 4 segments)\n", |
87 |
| - "* <a href=\"simulation/short_butterfly.ipynb\">Short Butterfly</a> (univariate, payoff with 4 segments)\n", |
88 |
| - "* <a href=\"simulation/iron_condor.ipynb\">Iron Condor</a> (univariate, payoff with 5 segments)\n", |
| 84 | + "* <a href=\"../finance/simulation/long_butterfly.ipynb\">Long Butterfly</a> (univariate, payoff with 4 segments)\n", |
| 85 | + "* <a href=\"../finance/simulation/short_butterfly.ipynb\">Short Butterfly</a> (univariate, payoff with 4 segments)\n", |
| 86 | + "* <a href=\"../finance/simulation/iron_condor.ipynb\">Iron Condor</a> (univariate, payoff with 5 segments)\n", |
89 | 87 | "\n",
|
90 | 88 | "The repository here may be viewed for the\n",
|
91 | 89 | "[full listing](../finance).\n",
|
|
0 commit comments