|
1 | 1 | # Scaleway provider for Qiskit |
2 | 2 |
|
3 | 3 | **Qiskit Scaleway** is a Python package to run quantum circuits on [Scaleway](https://www.scaleway.com/en/) infrastructure, providing access to: |
4 | | -- [AQT](https://www.aqt.eu/) ion-trapped quantum computers |
5 | | -- [IQM](https://meetiqm.com/) superconducting quantum computers |
| 4 | +- [AQT](https://www.aqt.eu/) ion-trapped quantum computers and emulators |
| 5 | +- [IQM](https://iqm.tech/) superconducting quantum computers and emulators |
| 6 | +- [Quobly](httpshttps://www.quobly.io/) electron spin based quantum processors and emulators |
6 | 7 | - [Aer](https://github.com/Qiskit/qiskit-aer) state vector and tensor network multi-GPU emulators |
7 | 8 | - [Qsim](https://github.com/quantumlib/qsim) NISQ emulators |
8 | 9 | - [CUDA-Q](https://developer.nvidia.com/cuda-q) emulators by NVIDIA |
9 | 10 | - [QPerfect](https://github.com/qperfect-io/quantanium-python) emulators by QPerfect |
10 | | -- [Quobly](https://github.com/quobly-sw/Quobly-alloy) silicon spin qubits emulators by Quobly |
11 | 11 |
|
12 | | -To run circuits over [Quandela](https://www.quandela.com/) backends provided by Scaleway, you must use [Perceval SDK](https://perceval.quandela.net/) through the [Scaleway provider](https://perceval.quandela.net/docs/providers.html). |
| 12 | +To run circuits over [Quandela](https://www.quandela.com/) QPUs provided by Scaleway, you must use [Perceval SDK](https://perceval.quandela.net/) through the [Scaleway provider](https://www.scaleway.com/en/docs/quantum-computing/how-to/use-quandela-qpus/). |
| 13 | + |
| 14 | +To run sequence over [Pasqal](https://www.pasqal.com/) QPUs provided by Scaleway, you must use [Pulser SDK](https://docs.pasqal.com/pulser/) through the [Scaleway provider](https://www.scaleway.com/en/docs/quantum-computing/how-to/use-pasqal-qpus/). |
13 | 15 |
|
14 | 16 | More info on the [Quantum service web page](https://www.scaleway.com/en/quantum-as-a-service/). |
15 | 17 |
|
@@ -64,7 +66,7 @@ backends = provider.backends(min_num_qubits=35) |
64 | 66 | print(backends) |
65 | 67 |
|
66 | 68 | # Retrieve a backend by providing search criteria. The search must have a single match |
67 | | -backend = provider.get_backend("EMU-AER-H100") # Or any gate-based compatible QPU |
| 69 | +backend = provider.get_backend("EMU-CUDAQ-4H100SXM") # Or any gate-based compatible QPU |
68 | 70 | ``` |
69 | 71 |
|
70 | 72 | Define a quantum circuit and run it |
|
0 commit comments