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

Commit 2841b3e

Browse files
committed
Add missing version and license information to 2_device_noise_simulation.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 6b7ca7d commit 2841b3e

1 file changed

Lines changed: 34 additions & 6 deletions

File tree

qiskit/advanced/aer/2_device_noise_simulation.ipynb

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -725,12 +725,40 @@
725725
},
726726
{
727727
"cell_type": "code",
728-
"execution_count": null,
729-
"metadata": {
730-
"collapsed": true
731-
},
732-
"outputs": [],
733-
"source": []
728+
"execution_count": 1,
729+
"metadata": {},
730+
"outputs": [
731+
{
732+
"data": {
733+
"text/html": [
734+
"<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",
735+
"[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 13:05:40 2019 CEST</td></tr></table>"
736+
],
737+
"text/plain": [
738+
"<IPython.core.display.HTML object>"
739+
]
740+
},
741+
"metadata": {},
742+
"output_type": "display_data"
743+
},
744+
{
745+
"data": {
746+
"text/html": [
747+
"<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>"
748+
],
749+
"text/plain": [
750+
"<IPython.core.display.HTML object>"
751+
]
752+
},
753+
"metadata": {},
754+
"output_type": "display_data"
755+
}
756+
],
757+
"source": [
758+
"import qiskit.tools.jupyter\n",
759+
"%qiskit_version_table\n",
760+
"%qiskit_copyright"
761+
]
734762
}
735763
],
736764
"metadata": {

0 commit comments

Comments
 (0)