Skip to content

Commit

Permalink
Merge 0dc6a82 into 096a12f
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 17, 2023
2 parents 096a12f + 0dc6a82 commit 6d4caee
Show file tree
Hide file tree
Showing 13 changed files with 744 additions and 14,740 deletions.
60 changes: 31 additions & 29 deletions docs/tutorials/00_amplitude_estimation.ipynb

Large diffs are not rendered by default.

191 changes: 104 additions & 87 deletions docs/tutorials/01_portfolio_optimization.ipynb

Large diffs are not rendered by default.

129 changes: 62 additions & 67 deletions docs/tutorials/02_portfolio_diversification.ipynb

Large diffs are not rendered by default.

2,384 changes: 58 additions & 2,326 deletions docs/tutorials/03_european_call_option_pricing.ipynb

Large diffs are not rendered by default.

2,358 changes: 39 additions & 2,319 deletions docs/tutorials/04_european_put_option_pricing.ipynb

Large diffs are not rendered by default.

2,362 changes: 26 additions & 2,336 deletions docs/tutorials/05_bull_spread_pricing.ipynb

Large diffs are not rendered by default.

2,459 changes: 35 additions & 2,424 deletions docs/tutorials/06_basket_option_pricing.ipynb

Large diffs are not rendered by default.

85 changes: 36 additions & 49 deletions docs/tutorials/07_asian_barrier_spread_pricing.ipynb

Large diffs are not rendered by default.

1,788 changes: 57 additions & 1,731 deletions docs/tutorials/08_fixed_income_pricing.ipynb

Large diffs are not rendered by default.

3,514 changes: 213 additions & 3,301 deletions docs/tutorials/09_credit_risk_analysis.ipynb

Large diffs are not rendered by default.

95 changes: 56 additions & 39 deletions docs/tutorials/10_qgan_option_pricing.ipynb

Large diffs are not rendered by default.

53 changes: 24 additions & 29 deletions docs/tutorials/11_time_series.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test/data_providers/test_data_providers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2022.
# (C) Copyright IBM 2019, 2023.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -200,8 +200,8 @@ def test_exchangedata(self):
self.fail(f"Test of ExchangeDataProvider failed: {str(ex)}")

@data(
[["MSFT", "AAPL"], [[1367.0, 481.0], [481.0, 213.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1367.0, [[1.0]]],
[["MSFT", "AAPL"], [[1360.0, 479.0], [479.0, 212.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1360.0, [[1.0]]],
)
@unpack
def test_yahoo(self, tickers, covariance, similarity):
Expand Down

0 comments on commit 6d4caee

Please sign in to comment.