Copied from qBraid/qBraid #953
Feature Description
Currently, if device is an instance of a device from the AzureQuantumProvider, device.run() doesn't accept a list of circuits/programs. Instead, it raises the following error:
ValueError: Batch jobs (list of inputs) are not supported for this device. Please provide a single job input
This request is about supporting batch jobs for Azure devices (convenient to dispatch jobs for IonQ, Quantinuum, and others). For context, see: unitaryfoundation/metriq-gym#209 (comment)
Implementation (Optional)
No response
Copied from qBraid/qBraid #953
Feature Description
Currently, if
deviceis an instance of a device from the AzureQuantumProvider,device.run()doesn't accept a list of circuits/programs. Instead, it raises the following error:This request is about supporting batch jobs for Azure devices (convenient to dispatch jobs for IonQ, Quantinuum, and others). For context, see: unitaryfoundation/metriq-gym#209 (comment)
Implementation (Optional)
No response