You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,12 @@ The CLI can be used to upload files to Quantum Inspire. These files can both be
33
33
qi files upload <filename><backend_id>
34
34
```
35
35
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.
0 commit comments