PullaJob#
Module: iqm.pulla.pulla
- class iqm.pulla.pulla.PullaJob(data, _pulla, _context, _result=None)#
Bases:
IQMServerClientJobStatus and results of a pulse-level job.
Attributes
dataLight job-related data.
Methods
Get (and cache) the job result, if the job has completed.
- result(compiler: Compiler) Any | None#
- result() CircuitExecutionResults | None
Get (and cache) the job result, if the job has completed.
- Parameters:
compiler – 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.
Inheritance
