qat.comm.resource.ttypes.ResourceModel

class qat.comm.resource.ttypes.ResourceModel

Structure describing the resources needed to run a job

Parameters
  • qpu (str) – QPU name

  • nbqbits (int) – number of qubits

  • job_count (int) – number of jobs to execte

  • mem_necessary_biggest_job_mb (int, optional) – memory required to execute the biggest job

  • wished_thread_count (int, optional) – number of threads

  • devices (list[Device], optional) – list of devices to be used (e.g. QPU hardware, GPU)