Skip to content

Commit 8dbceeb

Browse files
committed
Change AI to ML
1 parent 81426f7 commit 8dbceeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aqua/simulations_with_noise_and_measurement_error_mitigation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"\n",
1111
"On the other hand, [Qiskit Ignis](https://qiskit.org/ignis) provides a solution to mitigate the measurement error when running on a noise simulation or a real quantum device.\n",
1212
"\n",
13-
"Further information on Qiskit Aer noise model can be found in the online Qiskit Aer documentation [here](https://qiskit.org/documentation/aer/device_noise_simulation.html) as well as in the [Qiskit Aer tutorials](https://github.com/Qiskit/qiskit-tutorials/tree/master/qiskit/aer).\n",
13+
"Further information on Qiskit Aer noise model can be found in the online Qiskit Aer documentation [here](https://qiskit.org/documentation/aer/device_noise_simulation.html) as well as in the [Qiskit Aer tutorials](https://github.com/Qiskit/qiskit-iqx-tutorials/tree/master/qiskit/advanced/aer).\n",
1414
"\n",
15-
"Further information on measurement error mitigation in Qiskit Ignis can be found in the [Qiskit Ignis tutorial](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/ignis/measurement_error_mitigation.ipynb).\n",
15+
"Further information on measurement error mitigation in Qiskit Ignis can be found in the [Qiskit Ignis tutorial](https://github.com/Qiskit/qiskit-iqx-tutorials/blob/master/qiskit/advanced/ignis/measurement_error_mitigation.ipynb).\n",
1616
"\n",
1717
"Note: this tutorial requires Qiskit Aer and Qiskit Ignis if you intend to run it. This can be installed using pip if you do not have it installed using `pip install qiskit-aer qiskit-ignis`"
1818
]

machine_learning/qsvm_directly.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"### Introduction\n",
1010
"\n",
11-
"Please refer to [this file](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/aqua/machine_learning/qsvm_classification.ipynb) for introduction.\n",
11+
"Please refer to [this file](https://github.com/Qiskit/qiskit-iqx-tutorials/blob/master/qiskit/advanced/aqua/machine_learning/qsvm_classification.ipynb) for introduction.\n",
1212
"\n",
1313
"In this file, we show two ways for using the quantum kernel method: (1) the declarative approach and (2) the programmatic approach. \n"
1414
]

0 commit comments

Comments
 (0)