Skip to content

Commit ac64c4f

Browse files
[QI2-1426] Replaced harcoded backend ids with command in readme (#174)
1 parent d5ea494 commit ac64c4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ The CLI can be used to upload files to Quantum Inspire. These files can both be
3333
qi files upload <filename> <backend_id>
3434
```
3535

36-
The CLI will assume that files with the extension `.cq` are quantum circuits, while files with a `.py` extension are python files. For the `backend_type` use any of the id's in the list below:
36+
The CLI will assume that files with the extension `.cq` are quantum circuits, while files with a `.py` extension are python files. The list of backends (and their properties)
37+
can be retrieved using the following command, from which id field can be read.
3738

38-
* QX emulator, id = 1
39-
* Spin-2+, id = 2
40-
* Starmon-7, id = 3
39+
```bash
40+
qi backends list
41+
```
4142

4243
## Get results
4344

0 commit comments

Comments
 (0)