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

Commit 8fc8315

Browse files
committed
fixed broken links
1 parent bb0ae02 commit 8fc8315

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

qiskit/fundamentals/0_start_coding_with_qiskit.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"### Step 4: Visualize the circuit <a name='step_4'></a>\n",
221221
"\n",
222222
"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."
224224
]
225225
},
226226
{
@@ -280,7 +280,7 @@
280280
"\n",
281281
"### Step 5: Simulate the experiment <a name='step_5'></a>\n",
282282
"\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",
284284
"\n",
285285
"If you have issues installing Aer, you can alternatively use the Basic Aer\n",
286286
"provider by replacing `Aer` with `BasicAer`. Basic Aer is included in Qiskit\n",
@@ -390,14 +390,13 @@
390390
},
391391
{
392392
"cell_type": "code",
393-
"execution_count": 8,
393+
"execution_count": 1,
394394
"metadata": {},
395395
"outputs": [
396396
{
397397
"data": {
398398
"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>"
401400
],
402401
"text/plain": [
403402
"<IPython.core.display.HTML object>"
@@ -409,7 +408,7 @@
409408
{
410409
"data": {
411410
"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>&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>"
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>&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>"
413412
],
414413
"text/plain": [
415414
"<IPython.core.display.HTML object>"
@@ -424,6 +423,13 @@
424423
"%qiskit_version_table\n",
425424
"%qiskit_copyright"
426425
]
426+
},
427+
{
428+
"cell_type": "code",
429+
"execution_count": null,
430+
"metadata": {},
431+
"outputs": [],
432+
"source": []
427433
}
428434
],
429435
"metadata": {
@@ -442,7 +448,7 @@
442448
"name": "python",
443449
"nbconvert_exporter": "python",
444450
"pygments_lexer": "ipython3",
445-
"version": "3.7.5"
451+
"version": "3.8.1"
446452
}
447453
},
448454
"nbformat": 4,

0 commit comments

Comments
 (0)