FoundryProductsTechnologyCompanyInvestor relationsResource libraryNews
Contact us
Resource library
    Resource library home
    Developer resources
    Applications
    Lessons
    Research and publications
    Support
      Software packages
        eqc-direct software package
        qci-client software package
          Getting Started
          Basic Usage
          qci-client
          Dependencies
          Index
          Module Index
        uqrng-direct software package
        emucore-direct software package
        eqc-models software package
      Spec sheets
      User guides

Couldn’t find what you are looking for? Reach out to technical support.

Contact support
Privacy PolicyCookie PolicyTerms of UseForward Looking StatementsAccessibility Statement
Terms and Conditions of SaleEnd User License Agreement

© 2018-2026 Quantum Computing Inc.

Download

Default

qci_client

qci-client package.

class qci_client.JobStatus(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Enumeration of all jobs statuses, where values match jobs API values.

SUBMITTED = 'SUBMITTED'
QUEUED = 'QUEUED'
RUNNING = 'RUNNING'
COMPLETED = 'COMPLETED'
ERRORED = 'ERRORED'
CANCELLED = 'CANCELLED'
qci_client.QciClient
alias of OptimizationClient

qci_client.utilities

Package-wide utilities.

qci_client.utilities.raise_for_status(*, response: Response) → None[source]

Wrap requests method of same name to include response text in exception message.

Parameters:
response – a response from any API call using the requests package
qci_client.utilities.log_to_console(*, log: str, verbose: bool = True) → None[source]
If verbose is true, then print log with timestamp prefix.
qci_client.utilities.now_utc_ms() → str[source]
Get current time in UTC with microsecond (i.e., maximum) precision.
Next page

Content

  • qci_client
  • qci_client.utilities