|
220 | 220 | "### Step 4: Visualize the circuit <a name='step_4'></a>\n", |
221 | 221 | "\n", |
222 | 222 | "You can use `QuantumCircuit.draw()` to view the circuit that you have designed\n", |
223 | | - "in the [various forms](https://qiskit.org/documentation/api/qiskit.circuit.QuantumCircuit.html?highlight=qiskit%20circuit%20quantumcircuit%20draw#qiskit.circuit.QuantumCircuit.draw) used in many textbooks and research articles." |
| 223 | + "in the [various forms](https://qiskit.org/documentation/stubs/qiskit.circuit.QuantumCircuit.draw.html#qiskit.circuit.QuantumCircuit.draw) used in many textbooks and research articles." |
224 | 224 | ] |
225 | 225 | }, |
226 | 226 | { |
|
280 | 280 | "\n", |
281 | 281 | "### Step 5: Simulate the experiment <a name='step_5'></a>\n", |
282 | 282 | "\n", |
283 | | - "Qiskit Aer is a high performance simulator framework for quantum circuits. It provides [several backends](https://qiskit.org/documentation/apidoc/providers/aer/aer_backends.html) to achieve different simulation goals.\n", |
| 283 | + "Qiskit Aer is a high performance simulator framework for quantum circuits. It provides [several backends](https://qiskit.org/documentation/apidoc/aer_provider.html#simulator-backends) to achieve different simulation goals.\n", |
284 | 284 | "\n", |
285 | 285 | "If you have issues installing Aer, you can alternatively use the Basic Aer\n", |
286 | 286 | "provider by replacing `Aer` with `BasicAer`. Basic Aer is included in Qiskit\n", |
|
390 | 390 | }, |
391 | 391 | { |
392 | 392 | "cell_type": "code", |
393 | | - "execution_count": 8, |
| 393 | + "execution_count": 1, |
394 | 394 | "metadata": {}, |
395 | 395 | "outputs": [ |
396 | 396 | { |
397 | 397 | "data": { |
398 | 398 | "text/html": [ |
399 | | - "<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.5 (default, Oct 25 2019, 10:52:18) \n", |
400 | | - "[Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>6</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Thu Dec 19 13:11:56 2019 EST</td></tr></table>" |
| 399 | + "<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.8.1 (default, Jan 8 2020, 15:55:49) [MSC v.1916 64 bit (AMD64)]</td></tr><tr><td>OS</td><td>Windows</td></tr><tr><td>CPUs</td><td>4</td></tr><tr><td>Memory (Gb)</td><td>31.83771514892578</td></tr><tr><td colspan='2'>Thu Feb 20 15:21:07 2020 Romance Standard Time</td></tr></table>" |
401 | 400 | ], |
402 | 401 | "text/plain": [ |
403 | 402 | "<IPython.core.display.HTML object>" |
|
409 | 408 | { |
410 | 409 | "data": { |
411 | 410 | "text/html": [ |
412 | | - "<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>© 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>" |
| 411 | + "<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>© 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>" |
413 | 412 | ], |
414 | 413 | "text/plain": [ |
415 | 414 | "<IPython.core.display.HTML object>" |
|
424 | 423 | "%qiskit_version_table\n", |
425 | 424 | "%qiskit_copyright" |
426 | 425 | ] |
| 426 | + }, |
| 427 | + { |
| 428 | + "cell_type": "code", |
| 429 | + "execution_count": null, |
| 430 | + "metadata": {}, |
| 431 | + "outputs": [], |
| 432 | + "source": [] |
427 | 433 | } |
428 | 434 | ], |
429 | 435 | "metadata": { |
|
442 | 448 | "name": "python", |
443 | 449 | "nbconvert_exporter": "python", |
444 | 450 | "pygments_lexer": "ipython3", |
445 | | - "version": "3.7.5" |
| 451 | + "version": "3.8.1" |
446 | 452 | } |
447 | 453 | }, |
448 | 454 | "nbformat": 4, |
|
0 commit comments