PullaJob

PullaJob#

Module: iqm.pulla.pulla

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

Bases: IQMServerClientJob

Status and results of a pulse-level job.

Attributes

data

Light job-related data.

Methods

result

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

Parameters:
result(compiler=None)#

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

Parameters:

compiler (Compiler | None) – Compiler for custom post-processing of the job results. If None, return normal circuit execution results.

Returns:

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

Return type:

Any | None

Inheritance

Inheritance diagram of iqm.pulla.pulla.PullaJob