iqm.pulla.pulla.SweepJob

iqm.pulla.pulla.SweepJob#

class iqm.pulla.pulla.SweepJob(data, _pulla, _context, _result=None)#

Bases: IQMServerClientJob

Status and results of a Pulla sweep job.

Created by Pulla.submit_playlist().

Attributes

data

Light job-related data.

Methods

__eq__(other)

Return self==value.

__repr__()

Return repr(self).

result()

Get (and cache) the job result, if the job has completed.

Parameters:
result()#

Get (and cache) the job result, if the job has completed.

Returns:

Circuit measurement results for the job, or None if the results are not available.

Return type:

list[dict[str, list[list[int]]]] | None