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

qbraid devices list

List qBraid quantum devices. Usage:
$ qbraid devices list [OPTIONS]
Options:
  • -s, --status TEXT: ‘ONLINE’|‘OFFLINE’|‘RETIRED’
  • -t, --type TEXT: ‘QPU’|‘SIMULATOR’
  • -p, --provider TEXT: ‘AWS’|‘IBM’|‘IonQ’|‘Rigetti’|‘OQC’|‘QuEra’|‘IQM’|‘NEC’|‘qBraid’|‘Azure’|‘Pasqal’|‘Quantinuum’|‘Equal1’
  • --help: Show this message and exit.

qbraid devices get

Get a qBraid quantum device. Usage:
$ qbraid devices get [OPTIONS] DEVICE_ID
Arguments:
  • DEVICE_ID: The 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.