Skip to main content
Usage:
$ qbraid devices [OPTIONS] COMMAND [ARGS]...
Options:
  • --help: Show this message and exit.
Commands:
  • get: Get a qBraid quantum device.
  • list: List qBraid quantum devices.

qbraid devices get

Get a qBraid quantum device. Usage:
$ qbraid devices get [OPTIONS] DEVICE_ID
Arguments:
  • DEVICE_ID: The QRN or ID of the device to get. [required]
Options:
  • --no-fmt: Disable rich console formatting (output raw data) [default: True]
  • --help: Show this message and exit.

qbraid devices list

List qBraid quantum devices. Usage:
$ qbraid devices list [OPTIONS]
Options:
  • -s, --status [ONLINE|UNAVAILABLE|OFFLINE|RETIRED]: Filter by status: ONLINE, UNAVAILABLE, OFFLINE, RETIRED
  • -t, --type TEXT: ‘QPU’|‘SIMULATOR’
  • -v, --vendor [aws|azure|ibm|ionq|qbraid]: Filter by vendor: AWS, AZURE, IBM, IONQ, QBRAID
  • -p, --provider [aqt|aws|azure|equal1|ibm|iqm|ionq|nec|oqc|pasqal|quantinuum|quera|rigetti|qbraid]: Filter by provider: AQT, AWS, AZURE, EQUAL1, IBM, IQM, IONQ, NEC, OQC, PASQAL, QUANTINUUM, QUERA, RIGETTI, QBRAID
  • --help: Show this message and exit.