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

Commit 2a8ee06

Browse files
committed
Update qiskit headers for v0.14
1 parent 5722a52 commit 2a8ee06

3 files changed

Lines changed: 15 additions & 41 deletions

File tree

qiskit/advanced/ignis/1a_calibrating_a_qubit.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
},
633633
{
634634
"cell_type": "code",
635-
"execution_count": 26,
635+
"execution_count": 1,
636636
"metadata": {
637637
"ExecuteTime": {
638638
"end_time": "2019-08-22T01:29:36.602627Z",
@@ -643,8 +643,8 @@
643643
{
644644
"data": {
645645
"text/html": [
646-
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>None</td></tr><tr><td>Terra</td><td>0.11.0</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>None</td></tr><tr><td>IBM Q Provider</td><td>0.4.3</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Aug 13 2019, 15:17:50) \n",
647-
"[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Tue Dec 10 17:30:48 2019 EST</td></tr></table>"
646+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.14.0</td></tr><tr><td>Terra</td><td>0.11.0</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.1</td></tr><tr><td>IBM Q Provider</td><td>0.4.4</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Aug 13 2019, 15:17:50) \n",
647+
"[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Wed Dec 11 12:02:58 2019 EST</td></tr></table>"
648648
],
649649
"text/plain": [
650650
"<IPython.core.display.HTML object>"

qiskit/advanced/ignis/1b_calibrating_a_two_qubit_gate.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
},
463463
{
464464
"cell_type": "code",
465-
"execution_count": 24,
465+
"execution_count": 1,
466466
"metadata": {
467467
"ExecuteTime": {
468468
"end_time": "2019-08-22T01:29:36.602627Z",
@@ -473,8 +473,8 @@
473473
{
474474
"data": {
475475
"text/html": [
476-
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>None</td></tr><tr><td>Terra</td><td>0.11.0</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>None</td></tr><tr><td>IBM Q Provider</td><td>0.4.3</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Aug 13 2019, 15:17:50) \n",
477-
"[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Tue Dec 10 17:25:11 2019 EST</td></tr></table>"
476+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.14.0</td></tr><tr><td>Terra</td><td>0.11.0</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.1</td></tr><tr><td>IBM Q Provider</td><td>0.4.4</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Aug 13 2019, 15:17:50) \n",
477+
"[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Wed Dec 11 12:03:36 2019 EST</td></tr></table>"
478478
],
479479
"text/plain": [
480480
"<IPython.core.display.HTML object>"
@@ -501,6 +501,13 @@
501501
"%qiskit_version_table\n",
502502
"%qiskit_copyright"
503503
]
504+
},
505+
{
506+
"cell_type": "code",
507+
"execution_count": null,
508+
"metadata": {},
509+
"outputs": [],
510+
"source": []
504511
}
505512
],
506513
"metadata": {

qiskit/advanced/terra/5_pulse_schedules.ipynb

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -970,52 +970,19 @@
970970
},
971971
{
972972
"cell_type": "code",
973-
"execution_count": 31,
973+
"execution_count": null,
974974
"metadata": {
975975
"ExecuteTime": {
976976
"end_time": "2019-08-21T09:37:30.807701Z",
977977
"start_time": "2019-08-21T09:37:30.798864Z"
978978
}
979979
},
980-
"outputs": [
981-
{
982-
"data": {
983-
"text/html": [
984-
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>None</td></tr><tr><td>Terra</td><td>0.11.0</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>None</td></tr><tr><td>IBM Q Provider</td><td>0.4.3</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.7.4 (default, Aug 13 2019, 15:17:50) \n",
985-
"[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Tue Dec 10 10:41:44 2019 EST</td></tr></table>"
986-
],
987-
"text/plain": [
988-
"<IPython.core.display.HTML object>"
989-
]
990-
},
991-
"metadata": {},
992-
"output_type": "display_data"
993-
},
994-
{
995-
"data": {
996-
"text/html": [
997-
"<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>"
998-
],
999-
"text/plain": [
1000-
"<IPython.core.display.HTML object>"
1001-
]
1002-
},
1003-
"metadata": {},
1004-
"output_type": "display_data"
1005-
}
1006-
],
980+
"outputs": [],
1007981
"source": [
1008982
"import qiskit.tools.jupyter\n",
1009983
"%qiskit_version_table\n",
1010984
"%qiskit_copyright"
1011985
]
1012-
},
1013-
{
1014-
"cell_type": "code",
1015-
"execution_count": null,
1016-
"metadata": {},
1017-
"outputs": [],
1018-
"source": []
1019986
}
1020987
],
1021988
"metadata": {

0 commit comments

Comments
 (0)