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 execute
mem_necessary_biggest_job_mb (int, optional) – memory required to execute the biggest job
wished_thread_count (int, optional) – number of threads
nb_nodes (int, optional) – number of nodes to be reserved
node_type (
NodeType
, optional) – the type of the nodes to be reserveddevices (list[Device], optional) – list of devices to be used (e.g. QPU hardware, GPU)