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 theqbraid.runtime
package.
- Returns:
A quantum job object of the inferred subclass.
- Return type:
- Raises:
JobLoaderError – If the job cannot be loaded.