BasePrimitiveJob
class qiskit.primitives.BasePrimitiveJob(job_id, **kwargs)
Bases: ABC, Generic[ResultT, StatusT]
Primitive job abstract base class.
Initializes the primitive job.
Parameters
- job_id (str) – A unique id in the context of the primitive used to run the job.
- kwargs – Any key value metadata to associate with this job.
Methods
cancel
cancelled
done
in_final_state
abstract in_final_state()
Return whether the job is in a final job state such as DONE or ERROR.
Return type
job_id
result
running
status
¿Le ha resultado útil esta página?
Informe de un error, de una errata o solicite contenido en GitHub.