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

Commit 3ab9057

Browse files
committed
Add missing version and license information to european_call_option_pricing.ipynb
Note: the whole notebook was not rerun. Thus, results from earlier executions of this notebook that are still stored may have come from a different version of qiskit. I believe however that no significant changes are to be expected if the notebook were run again with this version of qiskit.
1 parent 6d27fb8 commit 3ab9057

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

qiskit/advanced/aqua/finance/simulation/european_call_option_pricing.ipynb

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,40 @@
487487
},
488488
{
489489
"cell_type": "code",
490-
"execution_count": null,
490+
"execution_count": 1,
491491
"metadata": {},
492-
"outputs": [],
493-
"source": []
492+
"outputs": [
493+
{
494+
"data": {
495+
"text/html": [
496+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.12.0</td></tr><tr><td>Terra</td><td>0.9.0</td></tr><tr><td>Aer</td><td>0.3.0</td></tr><tr><td>Ignis</td><td>0.2.0</td></tr><tr><td>Aqua</td><td>0.6.0</td></tr><tr><td>IBM Q Provider</td><td>0.3.2</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Jul 16 2019, 07:12:58) \n",
497+
"[GCC 9.1.0]</td></tr><tr><td>OS</td><td>Linux</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>15.560554504394531</td></tr><tr><td colspan='2'>Sat Sep 21 10:57:13 2019 CEST</td></tr></table>"
498+
],
499+
"text/plain": [
500+
"<IPython.core.display.HTML object>"
501+
]
502+
},
503+
"metadata": {},
504+
"output_type": "display_data"
505+
},
506+
{
507+
"data": {
508+
"text/html": [
509+
"<div style='width: 100%; background-color:#d5d9e0;padding-left: 10px; padding-bottom: 10px; padding-right: 10px; padding-top: 5px'><h3>This code is a part of Qiskit</h3><p>&copy; Copyright IBM 2017, 2019.</p><p>This code is licensed under the Apache License, Version 2.0. You may<br>obtain a copy of this license in the LICENSE.txt file in the root directory<br> of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.<p>Any modifications or derivative works of this code must retain this<br>copyright notice, and modified files need to carry a notice indicating<br>that they have been altered from the originals.</p></div>"
510+
],
511+
"text/plain": [
512+
"<IPython.core.display.HTML object>"
513+
]
514+
},
515+
"metadata": {},
516+
"output_type": "display_data"
517+
}
518+
],
519+
"source": [
520+
"import qiskit.tools.jupyter\n",
521+
"%qiskit_version_table\n",
522+
"%qiskit_copyright"
523+
]
494524
}
495525
],
496526
"metadata": {

0 commit comments

Comments
 (0)