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

Commit e81d89a

Browse files
committed
Fixup, save version and copyright
1 parent 0ed5715 commit e81d89a

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

qiskit/advanced/terra/programming_with_pulses/getting_started_with_pulse.ipynb

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
},
217217
{
218218
"cell_type": "code",
219-
"execution_count": null,
219+
"execution_count": 8,
220220
"metadata": {},
221221
"outputs": [
222222
{
@@ -246,9 +246,35 @@
246246
},
247247
{
248248
"cell_type": "code",
249-
"execution_count": null,
249+
"execution_count": 9,
250250
"metadata": {},
251-
"outputs": [],
251+
"outputs": [
252+
{
253+
"data": {
254+
"text/html": [
255+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.15.0</td></tr><tr><td>Terra</td><td>0.12.0</td></tr><tr><td>Aer</td><td>0.4.0</td></tr><tr><td>Ignis</td><td>0.2.0</td></tr><tr><td>Aqua</td><td>0.6.4</td></tr><tr><td>IBM Q Provider</td><td>0.4.6</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.6 (default, Dec 30 2019, 19:38:28) \n",
256+
"[Clang 11.0.0 (clang-1100.0.33.16)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>6</td></tr><tr><td>Memory (Gb)</td><td>32.0</td></tr><tr><td colspan='2'>Wed Feb 19 12:05:39 2020 EST</td></tr></table>"
257+
],
258+
"text/plain": [
259+
"<IPython.core.display.HTML object>"
260+
]
261+
},
262+
"metadata": {},
263+
"output_type": "display_data"
264+
},
265+
{
266+
"data": {
267+
"text/html": [
268+
"<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>"
269+
],
270+
"text/plain": [
271+
"<IPython.core.display.HTML object>"
272+
]
273+
},
274+
"metadata": {},
275+
"output_type": "display_data"
276+
}
277+
],
252278
"source": [
253279
"import qiskit.tools.jupyter\n",
254280
"%qiskit_version_table\n",

0 commit comments

Comments
 (0)