qbench.jobs module#
Implementation of utilities for interacting with jobs.
- qbench.jobs.retrieve_jobs(backend, job_ids)#
Retrieve jobs with given ids from a backend.
- Parameters:
backend – backend which was used to run the jobs.
job_ids (Sequence[str]) – identifiers of jobs to obtain.
- Returns:
sequence of jobs. Note that it is not guaranteed that the order of this sequence will match order of ids in job_ids parameter.
- Return type:
Sequence[JobV1]