fermioniq.client.Client.get_results#

Client.get_results(job_id: str) JobResult#

Retrieve the job results if available.

Parameters:
job_id

The ID of the job to retrieve the results for.

Returns:
job_result

A JobResult object containing the results of the job.

Raises:
NoResultsError

When results are not available

ApiError

When job can’t be found or authorization fails