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

Commit b5ba6f5

Browse files
committed
version info
1 parent 2d76ac4 commit b5ba6f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

qiskit/fundamentals/3_the_ibmq_account.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
"source": [
942942
"## Job Manager <a name='job manager'></a>\n",
943943
"\n",
944-
"`qiskit-ibmq-provider` version `0.4.0` (`Qiskit` version `0.14`) introduced a new Job Manager (`IBMQJobManager`), as a higher-level mechanism for handling jobs composed of multiple circuits or pulse schedules. The Job Manager splits the experiments into multiple jobs based on backend restrictions. When the jobs are finished, it collects and presents the results in a unified view.\n",
944+
"`qiskit-ibmq-provider` version `0.4` (`Qiskit` version `0.14`) introduced a new Job Manager (`IBMQJobManager`), as a higher-level mechanism for handling jobs composed of multiple circuits or pulse schedules. The Job Manager splits the experiments into multiple jobs based on backend restrictions. When the jobs are finished, it collects and presents the results in a unified view.\n",
945945
"\n",
946946
"`IBMQJobManager` has the following methods:\n",
947947
"- `run()`: Execute a set of circuits or pulse schedules.\n",
@@ -972,7 +972,7 @@
972972
"source": [
973973
"from qiskit.providers.ibmq.managed import IBMQJobManager\n",
974974
"\n",
975-
"sim_backend = provider.backends.ibmq_qasm_simulator\n",
975+
"sim_backend = provider.get_backend('ibmq_qasm_simulator')\n",
976976
"# Prepare a set of circuits\n",
977977
"circs = []\n",
978978
"for _ in range(20):\n",
@@ -1142,8 +1142,8 @@
11421142
{
11431143
"data": {
11441144
"text/html": [
1145-
"<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.10.0</td></tr><tr><td>Aer</td><td>0.3.3</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.3</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 03:02:14) \n",
1146-
"[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>8</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Tue Nov 12 15:32:35 2019 EST</td></tr></table>"
1145+
"<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.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 03:02:14) \n",
1146+
"[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>8</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Tue Dec 10 08:57:00 2019 EST</td></tr></table>"
11471147
],
11481148
"text/plain": [
11491149
"<IPython.core.display.HTML object>"

0 commit comments

Comments
 (0)