Haiqu.get_circuit(circuit_id: str) → CircuitModel
Get a circuit by ID.- Parameters: circuit_id (str) — The ID of the circuit stored in the Haiqu cloud.
- Returns: The requested circuit.
- Return type: CircuitModel
Examples
Haiqu.get_job(job_id: str) → AnalyticsJobModel | BaseJobModel | DataLoadingJobModel | LocalJobModel | RunJobModel | StateCompressionJobModel | TranspilationJobModel
Get a job by ID.- Parameters: job_id (str) — The ID of the job stored in the Haiqu cloud.
- Returns: The requested job.
- Return type: JOB_MODELS