FoundryProductsTechnologyCompanyInvestor relationsResource libraryNews
Contact us
Resource library
    Introduction to Dirac-3 home
    Dirac-3 Developer Beginner Guide
    Dirac-3 user guide
    Dirac-3 spec sheet
    Entropy Quantum Computing overview
    Multibody formulation
    qci-client software package
      Getting Started
      Basic Usage
      qci-client
      Dependencies
      Index
      Module Index
    eqc-direct software package

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

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