Skip to content

Commit b31b9db

Browse files
authored
[Doc] Update links to the Pasqal cloud doc (#113)
1 parent 3c8d24f commit b31b9db

3 files changed

Lines changed: 5 additions & 5 deletions

examples/tutorial 1 - Using a Quantum Device to Extract Machine-Learning Features.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"## Creating and executing a feature extractor on a physical QPU\n",
168168
"\n",
169169
"Once you have checked that low qubit sequences provide the results you expect on an emulator, you will generally want to move to a QPU.\n",
170-
"For this, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.cloud), which provides\n",
170+
"For this, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.com/cloud), which provides\n",
171171
"you remote access to QPUs built and hosted by Pasqal. In this section, we'll see how to use the latter.\n",
172172
"\n",
173173
"If you don't have an account, just skip to the next section!"

examples/tutorial 1a - Using a Quantum Device to Extract Machine-Learning Features - low-level.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"Once you have checked that the compiled graphs work on an emulator, you will probably want to move to a QPU. Execution on a QPU takes\n",
241241
"resources polynomial in the number of qubits, which hopefully means an almost exponential speedup for large number of qubits.\n",
242242
"\n",
243-
"To experiment with a QPU, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.cloud), which provides you remote access to QPUs built and hosted by Pasqal. In this section, we'll see how to use the latter.\n",
243+
"To experiment with a QPU, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.com/cloud), which provides you remote access to QPUs built and hosted by Pasqal. In this section, we'll see how to use the latter.\n",
244244
"\n",
245245
"If you don't have an account, just skip to the next section!"
246246
]
@@ -303,7 +303,7 @@
303303
"source": [
304304
"There are other ways to use the SDK. For instance, you can enqueue a job and check later whether it has completed. Also, to work around the long waiting lines, Pasqal provides high-performance distributed and hardware-accelerated emulators, which you can access through the SDK.\n",
305305
"\n",
306-
"For more details, [take a look at the documentation of the SDK](https://docs.pasqal.cloud/).\n"
306+
"For more details, [take a look at the documentation of the SDK](https://docs.pasqal.com/cloud).\n"
307307
]
308308
},
309309
{

examples/tutorial 1b - Training SVM QEK - low-level - generic dataset.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@
321321
"Once you have checked that the pulses work on an emulator, you will probably want to move to a QPU. Execution on a QPU takes\n",
322322
"resources polynomial in the number of qubits, which hopefully means an almost exponential speedup for large number of qubits.\n",
323323
"\n",
324-
"To experiment with a QPU, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.cloud), which provides you remote access to QPUs built and hosted by Pasqal. In this section, we'll see how to use the latter.\n",
324+
"To experiment with a QPU, you will need either physical access to a QPU, or an account with [PASQAL Cloud](https://docs.pasqal.com/cloud), which provides you remote access to QPUs built and hosted by Pasqal. In this section, we'll see how to use the latter.\n",
325325
"\n",
326326
"If you don't have an account, just skip to the next section!\n",
327327
"\n",
328-
"> There are other ways to use the SDK. For instance, you can enqueue a job and check later whether it has completed. Also, to work around the long waiting lines, Pasqal provides high-performance distributed and hardware-accelerated emulators, which you can access through the SDK. For more details, [take a look at the documentation of the SDK](https://docs.pasqal.cloud/)."
328+
"> There are other ways to use the SDK. For instance, you can enqueue a job and check later whether it has completed. Also, to work around the long waiting lines, Pasqal provides high-performance distributed and hardware-accelerated emulators, which you can access through the SDK. For more details, [take a look at the documentation of the SDK](https://docs.pasqal.com/cloud)."
329329
]
330330
},
331331
{

0 commit comments

Comments
 (0)