What is the recommended procedure for submitting batch jobs?
Option 1: Create a QDMI_Device_Job *job that contains an entire batch (so that you can submit all circuits from a common batch at once)
Option 2: Create a QDMI_Device_Job *job that contains just one circuit from the batch (which would require submitting each circuit in separate submissions within a single session)