From 201199460a404fbadf3208dc880e0d4451a5e77b Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 27 Sep 2023 16:39:07 +0100 Subject: [PATCH] Remove version tables --- .../tutorials/chsh-with-estimator/index.ipynb | 38 --------------- .../index.ipynb | 42 ----------------- .../tutorials/grover-with-sampler/index.ipynb | 46 ------------------- .../index.ipynb | 38 --------------- .../index.ipynb | 38 --------------- .../qaoa-with-primitives/index.ipynb | 38 --------------- .../user-transpiled-circuits/index.ipynb | 37 --------------- docs/tutorials/vqe-with-estimator/index.ipynb | 46 ------------------- 8 files changed, 323 deletions(-) diff --git a/docs/tutorials/chsh-with-estimator/index.ipynb b/docs/tutorials/chsh-with-estimator/index.ipynb index e4593b377..c04b5ca5c 100644 --- a/docs/tutorials/chsh-with-estimator/index.ipynb +++ b/docs/tutorials/chsh-with-estimator/index.ipynb @@ -444,44 +444,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 76, - "id": "eb75a5c8", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

SoftwareVersion
qiskit0.44.0
qiskit-terra0.25.0
qiskit_aer0.12.2
qiskit_ibm_provider0.6.2
qiskit_ibm_runtime0.11.2
System information
Python version3.11.4
Python compilerClang 15.0.7
Python buildmain, Jun 10 2023 18:08:41
OSDarwin
CPUs8
Memory (Gb)16.0
Wed Aug 02 15:00:01 2023 EDT
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2023.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "import qiskit.tools.jupyter\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/error-suppression-and-error-mitigation/index.ipynb b/docs/tutorials/error-suppression-and-error-mitigation/index.ipynb index ba4a8ce40..3c9256d84 100644 --- a/docs/tutorials/error-suppression-and-error-mitigation/index.ipynb +++ b/docs/tutorials/error-suppression-and-error-mitigation/index.ipynb @@ -1916,48 +1916,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2a773669", - "metadata": { - "slideshow": { - "slide_type": "slide" - } - }, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.22.2
qiskit-aer0.11.0
qiskit-ibmq-provider0.19.2
System information
Python version3.10.4
Python compilerClang 12.0.0
Python buildmain, Mar 31 2022 03:38:35
OSDarwin
CPUs4
Memory (Gb)16.0
Tue Nov 08 12:15:46 2022 EST
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2022.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "from qiskit.tools import jupyter\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/grover-with-sampler/index.ipynb b/docs/tutorials/grover-with-sampler/index.ipynb index 3217cfd18..98dbc09e1 100644 --- a/docs/tutorials/grover-with-sampler/index.ipynb +++ b/docs/tutorials/grover-with-sampler/index.ipynb @@ -418,52 +418,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "5e6db65c", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.24.1
qiskit-aer0.12.0
qiskit-ibmq-provider0.20.2
qiskit0.43.0
System information
Python version3.11.3
Python compilerClang 14.0.6
Python buildmain, Apr 6 2023 08:58:31
OSDarwin
CPUs8
Memory (Gb)16.0
Mon Jun 12 17:59:08 2023 EDT
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2023.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "import qiskit.tools.jupyter\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "984c41ee", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/tutorials/how-to-getting-started-with-estimator/index.ipynb b/docs/tutorials/how-to-getting-started-with-estimator/index.ipynb index 0243683c0..1f73ba9a7 100644 --- a/docs/tutorials/how-to-getting-started-with-estimator/index.ipynb +++ b/docs/tutorials/how-to-getting-started-with-estimator/index.ipynb @@ -1393,44 +1393,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 26, - "id": "eb2e7ff2", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.22.2
qiskit-aer0.11.0
qiskit-ibmq-provider0.19.2
qiskit-nature0.5.0
System information
Python version3.8.1
Python compilerClang 11.0.3 (clang-1103.0.32.62)
Python builddefault, Jul 15 2020 18:48:27
OSDarwin
CPUs8
Memory (Gb)16.0
Mon Nov 07 21:11:54 2022 EST
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2022.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "from qiskit.tools.jupyter import *\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/how-to-getting-started-with-sampler/index.ipynb b/docs/tutorials/how-to-getting-started-with-sampler/index.ipynb index 8551b2a3e..e25b59d93 100644 --- a/docs/tutorials/how-to-getting-started-with-sampler/index.ipynb +++ b/docs/tutorials/how-to-getting-started-with-sampler/index.ipynb @@ -1332,44 +1332,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 27, - "id": "e8781a22", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.22.2
qiskit-aer0.11.0
qiskit-ibmq-provider0.19.2
qiskit-nature0.5.0
System information
Python version3.8.1
Python compilerClang 11.0.3 (clang-1103.0.32.62)
Python builddefault, Jul 15 2020 18:48:27
OSDarwin
CPUs8
Memory (Gb)16.0
Mon Nov 07 21:10:31 2022 EST
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2022.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "from qiskit.tools.jupyter import *\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/qaoa-with-primitives/index.ipynb b/docs/tutorials/qaoa-with-primitives/index.ipynb index b8276d636..ada23e848 100644 --- a/docs/tutorials/qaoa-with-primitives/index.ipynb +++ b/docs/tutorials/qaoa-with-primitives/index.ipynb @@ -442,44 +442,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 3, - "id": "f3f06a12", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.24.0
qiskit-aer0.12.0
qiskit-ibmq-provider0.20.2
qiskit0.43.0
System information
Python version3.11.3
Python compilerClang 14.0.6
Python buildmain, Apr 19 2023 18:51:09
OSDarwin
CPUs8
Memory (Gb)32.0
Mon Jun 12 17:40:06 2023 EDT
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2023.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "import qiskit.tools.jupyter\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/user-transpiled-circuits/index.ipynb b/docs/tutorials/user-transpiled-circuits/index.ipynb index 5e9350ebe..eec676d69 100644 --- a/docs/tutorials/user-transpiled-circuits/index.ipynb +++ b/docs/tutorials/user-transpiled-circuits/index.ipynb @@ -2736,43 +2736,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.20.0
qiskit-aer0.9.1
qiskit-ignis0.7.0
qiskit-ibmq-provider0.18.3
qiskit-aqua0.9.5
qiskit0.34.0
qiskit-nature0.3.0
qiskit-finance0.2.1
qiskit-optimization0.2.3
qiskit-machine-learning0.2.1
System information
Python version3.9.10
Python compilerClang 13.0.0 (clang-1300.0.29.3)
Python buildmain, Jan 15 2022 11:48:00
OSDarwin
CPUs8
Memory (Gb)32.0
Wed Apr 13 19:59:49 2022 BST
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2022.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "from qiskit.tools.jupyter import *\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] } ], "metadata": { diff --git a/docs/tutorials/vqe-with-estimator/index.ipynb b/docs/tutorials/vqe-with-estimator/index.ipynb index 7a36067d1..521fb7860 100644 --- a/docs/tutorials/vqe-with-estimator/index.ipynb +++ b/docs/tutorials/vqe-with-estimator/index.ipynb @@ -550,52 +550,6 @@ "\n", "qiskit_ibm_runtime.version.get_version_info()" ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "19f8dc38", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "

Version Information

Qiskit SoftwareVersion
qiskit-terra0.24.1
qiskit-aer0.12.0
qiskit-ibmq-provider0.20.2
qiskit0.43.0
System information
Python version3.11.3
Python compilerClang 14.0.6
Python buildmain, Apr 6 2023 08:58:31
OSDarwin
CPUs8
Memory (Gb)16.0
Mon Jun 12 17:47:03 2023 EDT
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "

This code is a part of Qiskit

© Copyright IBM 2017, 2023.

This code is licensed under the Apache License, Version 2.0. You may
obtain a copy of this license in the LICENSE.txt file in the root directory
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.

Any modifications or derivative works of this code must retain this
copyright notice, and modified files need to carry a notice indicating
that they have been altered from the originals.

" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "import qiskit.tools.jupyter\n", - "\n", - "%qiskit_version_table\n", - "%qiskit_copyright" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2f65e819", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {