Skip to content

Commit 0ba6001

Browse files
authored
Merge pull request #55 from scaleway/version
Version
2 parents e348b2e + 6b58e63 commit 0ba6001

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Scaleway provider for Qiskit
22

33
**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
67
- [Aer](https://github.com/Qiskit/qiskit-aer) state vector and tensor network multi-GPU emulators
78
- [Qsim](https://github.com/quantumlib/qsim) NISQ emulators
89
- [CUDA-Q](https://developer.nvidia.com/cuda-q) emulators by NVIDIA
910
- [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
1111

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/).
1315

1416
More info on the [Quantum service web page](https://www.scaleway.com/en/quantum-as-a-service/).
1517

@@ -64,7 +66,7 @@ backends = provider.backends(min_num_qubits=35)
6466
print(backends)
6567

6668
# 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
6870
```
6971

7072
Define a quantum circuit and run it

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="qiskit_scaleway",
25-
version="0.3.12",
25+
version="0.3.13",
2626
project_urls={
2727
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
2828
"Source": "https://github.com/scaleway/qiskit-scaleway",

0 commit comments

Comments
 (0)