Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit a386a9a

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 149eae9 + 8612d6e commit a386a9a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

qiskit/artificial_intelligence/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"* [Quantum SVM for Classification](qsvm_classification.ipynb)\n",
1414
"* [qGANs for Learning & Loading Random Distributions](qgans_for_loading_random_distributions.ipynb)\n",
15-
"* More examples can be found in [community/artificial_intelligence](../../community/artificial_intelligence)"
15+
"* More examples can be found in [community/artificial_intelligence](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/artificial_intelligence)"
1616
]
1717
},
1818
{

qiskit/chemistry/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"* [Howto: declarative approach](declarative_approach.ipynb)\n",
1414
"* [Howto: programmatic approach](programmatic_approach.ipynb)\n",
1515
"* [Quantum Chemistry with VQE](dissociation_profile_of_molecule.ipynb) dissociation curve of H<sub>2</sub> and LiH\n",
16-
"* More examples can be found in [community/chemistry](../../community/chemistry)"
16+
"* More examples can be found in [community/chemistry](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/chemistry)"
1717
]
1818
},
1919
{

qiskit/finance/simulation/option_pricing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"- <a href=\"basket_option_pricing.ipynb\">Basket Option</a> (multivariate, payoff with 2 segments)\n",
5151
"- <a href=\"asian_barrier_spread_pricing.ipynb\">Asian Barrier Spread</a> (multivariate, path-dependent, payoff with 3 segments)\n",
5252
"\n",
53-
"More examples on option pricing with a quantum computer can be found in the [Qiskit Finance Community](../../../community/finance/index.ipynb) section of the Qiskit Tutorials.\n",
53+
"More examples on option pricing with a quantum computer can be found in the [Qiskit Finance Community](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/finance) section of the Qiskit Tutorials.\n",
5454
"\n",
5555
"All examples illustrate how to use the genereric Qiskit Finance framework to construct QAE-operators (uncertainty problems). The same framework can be easily adjusted to estimate risk as well, for instance, the Value at Risk (VaR) or the Conditional Value at Risk (CVaR, also known as Expected Shortfall). How to use Qiskit Finance for risk analysis is illustrated in the following tutorial:\n",
5656
"<a href=\"credit_risk_analysis.ipynb\">Credit Risk Analysis</a>.\n",

qiskit/optimization/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"## Contents\n",
1313
"\n",
1414
"* [Solve classical optimization](max_cut_and_tsp.ipynb) (Max-Cut and Traveling Salesman Problem)\n",
15-
"* More examples can be found in [community/optimization](../../community/optimization)"
15+
"* More examples can be found in [community/optimization](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/optimization)"
1616
]
1717
},
1818
{

0 commit comments

Comments
 (0)