Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

BaseProvider

class BaseProvider(*args, **kwargs)[source]

Interface definition of a provider class as needed for experiment data

Methods

job(job_id)[source]

Retrieve a job object using its job ID

Parameters:

job_id (str) – Job ID.

Returns:

The retrieved job

Return type:

BaseJob | ExtendedJob