Get local job by HASH endpoint.
Args: experiment_id (str): The parent experiment ID. job_id (str): ID of the job. user (User): User authenticated with api key.
Returns: LocalJobModel: Job object.
Successful Response
Local user-run Job (regular Qiskit job).
Flow:
* user run normal Qiskit job
* they use haiqu.log(<job|result>) to send it to Haiqu cloud for analysis.
Qiskit and IBM runtime has several types of jobs and types of results. We do our best to analyze them all.
Class for job status.
Submitted, Initializing, Queued, Validating, Running, Cancelled, Done, Error Class for job types.
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD