IBMCompositeJob.from_jobs#

classmethod IBMCompositeJob.from_jobs(job_id, jobs, api_client)[source]#

Return an instance of this class.

The input job ID is used to query for sub-job information from the server.

Parameters:
  • job_id (str) – Job ID.

  • jobs (List[IBMCircuitJob]) – A list of circuit jobs that belong to this composite job.

  • api_client (AccountClient) – Client to use to communicate with the server.

Return type:

IBMCompositeJob

Returns:

An instance of this class.