☰ Documentation menu
Libraries & reference

The ql command-line tool ships with the open-source quantumledger SDK. Generated from the installed CLI.

ql capture-target
Run a callable (module:function) under capture without editing its code.
  • target — module:function to run under capture
  • --project
  • --shots
ql config
get/set/show config (store_path, sync_endpoint, token, default_project).
  • action
  • key
  • value
ql connectors
List discovered connector plugins (and any that couldn't load).
ql demo
Run a built-in GHZ capture against a local simulator.
  • --project
  • --shots
  • --qubits
ql doctor
Diagnose connectivity to the hosted store and local setup.
ql init
Create the local ledger + config (no account, offline).
ql list
List recorded runs.
  • --limit
  • --json
ql login
Store an API token for pushing to a hosted store (and verify it).
  • --token
  • --endpoint
  • --verify — check the endpoint and token before finishing
ql push
Sync local runs to the hosted store.
  • --dry-run
ql reproduce
Re-run a stored result under drifted device state and diff it.
  • run_id
  • --days
  • --profile
  • --html — write the HTML report to this path
ql show
Show a run's provenance document.
  • run_id
  • --raw