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

Commit c8036bc

Browse files
committed
Add missing version and license information to
dissociation_profile_of_molecule.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 da479f1 commit c8036bc

1 file changed

Lines changed: 33 additions & 3 deletions

File tree

qiskit/advanced/aqua/chemistry/dissociation_profile_of_molecule.ipynb

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,40 @@
329329
},
330330
{
331331
"cell_type": "code",
332-
"execution_count": null,
332+
"execution_count": 1,
333333
"metadata": {},
334-
"outputs": [],
335-
"source": []
334+
"outputs": [
335+
{
336+
"data": {
337+
"text/html": [
338+
"<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",
339+
"[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'>Fri Sep 20 18:30:29 2019 CEST</td></tr></table>"
340+
],
341+
"text/plain": [
342+
"<IPython.core.display.HTML object>"
343+
]
344+
},
345+
"metadata": {},
346+
"output_type": "display_data"
347+
},
348+
{
349+
"data": {
350+
"text/html": [
351+
"<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>"
352+
],
353+
"text/plain": [
354+
"<IPython.core.display.HTML object>"
355+
]
356+
},
357+
"metadata": {},
358+
"output_type": "display_data"
359+
}
360+
],
361+
"source": [
362+
"import qiskit.tools.jupyter\n",
363+
"%qiskit_version_table\n",
364+
"%qiskit_copyright"
365+
]
336366
}
337367
],
338368
"metadata": {

0 commit comments

Comments
 (0)