fermioniq.client#

The client module provides an interface to use the Fermioniq services.

It allows you to schedule and monitor jobs, and to retrieve the results of completed jobs.

Classes

Client([access_token_id, ...])

This class provides an interface to interact with the Fermioniq API.

ClientConfig(*[, ws_event_loop, ...])

Class for configuring the fermioniq.client.Client() class.

NoResultsErrorReason(value)

An enumeration.

Exceptions

NoResultsError(msg, reason)

Exception raised when results are not available for a job.