Get Circuit by ID
Haiqu.get_circuit(circuit_id)
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
Get Job by ID
Haiqu.get_job(job_id)
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