qbraid.runtime.load_job

load_job(job_id, provider='qbraid', **kwargs)[source]

Load a quantum job object from a supported provider.

Parameters:
  • job_id (str) – The provider-specific job identifier.

  • provider (str) – The name of the provider module within in the qbraid.runtime package.

Returns:

A quantum job object of the inferred subclass.

Return type:

QuantumJob

Raises:

JobLoaderError – If the job cannot be loaded.