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

Commit 77d4c58

Browse files
committed
* Added copyright and version table.
1 parent 0b32237 commit 77d4c58

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

qiskit/advanced/ignis/10_discriminator.ipynb

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,43 @@
627627
"fig.tight_layout()"
628628
]
629629
},
630+
{
631+
"cell_type": "code",
632+
"execution_count": 1,
633+
"metadata": {},
634+
"outputs": [
635+
{
636+
"data": {
637+
"text/html": [
638+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.14.1</td></tr><tr><td>Terra</td><td>0.11.1</td></tr><tr><td>Aer</td><td>0.3.4</td></tr><tr><td>Ignis</td><td>0.2.0</td></tr><tr><td>Aqua</td><td>0.6.2</td></tr><tr><td>IBM Q Provider</td><td>0.4.5</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.6.9 |Anaconda, Inc.| (default, Jul 30 2019, 19:07:31) \n",
639+
"[GCC 7.3.0]</td></tr><tr><td>OS</td><td>Linux</td></tr><tr><td>CPUs</td><td>1</td></tr><tr><td>Memory (Gb)</td><td>7.787731170654297</td></tr><tr><td colspan='2'>Mon Jan 13 10:55:57 2020 CET</td></tr></table>"
640+
],
641+
"text/plain": [
642+
"<IPython.core.display.HTML object>"
643+
]
644+
},
645+
"metadata": {},
646+
"output_type": "display_data"
647+
},
648+
{
649+
"data": {
650+
"text/html": [
651+
"<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, 2020.</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>"
652+
],
653+
"text/plain": [
654+
"<IPython.core.display.HTML object>"
655+
]
656+
},
657+
"metadata": {},
658+
"output_type": "display_data"
659+
}
660+
],
661+
"source": [
662+
"import qiskit.tools.jupyter\n",
663+
"%qiskit_version_table\n",
664+
"%qiskit_copyright"
665+
]
666+
},
630667
{
631668
"cell_type": "code",
632669
"execution_count": null,

0 commit comments

Comments
 (0)