Accounts (qiskit_ibm_experiment.accounts)#

Account management functionality related to the IBM experiment service.

Classes#

Account([token, url, channel, proxies, ...])

Class that represents an account.

AccountManager()

Class that bundles account management related functionality.

ProxyConfiguration([urls, username_ntlm, ...])

Class for representing a proxy configuration.

Exceptions#

AccountNotFoundError(*message)

Errors raised when the account is not found.

AccountAlreadyExistsError(*message)

Errors raised when the account already exists.

InvalidAccountError(*message)

Errors raised when the account is invalid.