Skip to content

Commit 1c221e4

Browse files
authored
Update README with CUDA-Q and qsim support
Added support for CUDA-Q and qsim devices in the README.
1 parent 68729e0 commit 1c221e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- [Aer](https://github.com/Qiskit/qiskit-aer) state vector and tensor network multi-GPU emulators
1515
- [AQT](https://www.aqt.eu/) trapped-ions quantum computers
1616
- [IQM](https://meetiqm.com/) superconducting quantum computers
17+
- [CUDA-Q](https://developer.nvidia.com/cuda-q) NVIDIA's quantum framework
18+
- [qsim](https://quantumai.google/qsim) Google's full state-vector simulator
1719

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

@@ -32,6 +34,8 @@ The following device names are supported:
3234
- `scaleway.aer` - Aer emulation, offers flexibility, noiseless by default but can handle given Aer's noise models, large choice of backends.
3335
- `scaleway.aqt` - AQT (Alpine Quantum Technologies), noisy trapped-ions based quantum computers.
3436
- `scaleway.iqm` - IQM, superconducting quantum computers.
37+
- `scaleway.cudaq` - NVIDIA, emulation framework.
38+
- `scaleway.qsim` - Google, full state-vector simulator.
3539

3640
### Install the package
3741
We encourage installing Scaleway provider via pip:
@@ -115,7 +119,7 @@ You can find examples under the [examples folder](doc/examples/) of this reposit
115119
This repository is in a very early stage and is still in active development. If you are looking for a way to contribute please read [CONTRIBUTING.md](CONTRIBUTING.md).
116120

117121
## Reach us
118-
We love feedback. Feel free to reach us on [Scaleway Slack community](https://slack.scaleway.com/), we are waiting for you on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource)..
122+
We love feedback! Feel free to reach us on [Scaleway Slack community](https://slack.scaleway.com/), we are waiting for you on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource).
119123

120124
## License
121125
[License Apache 2.0](LICENSE)

0 commit comments

Comments
 (0)