Backend ionq.qpu.aria-1 taking significantly more time than "average queue time" to run. Can we check how many jobs are scheduled before us? Or how to check if my job submission is correctly done?

San 0 Reputation points
2023-03-30T03:16:48.9733333+00:00

The "average queue time" for ionq.qpu.aria-1 is presently 206h 57m, equivalently around 8.5 days (picture 1 attached). And I had submitted my job on 16th March 2023 (picture 2 attached).
Almost 14 days are over for me, but still the job is in "waiting", not running.

Is there anyway to check how many jobs are present in the queue?
Is there anyway to check if my job submission is correct?

average queue time 206h for ionq aria

Job submitted on 16th March 2023

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
    2023-03-31T07:19:24.2566667+00:00

    @San Thanks for posting your query on Microsoft Q&A.

    You can check how many jobs are present in the queue by using the target list command. The Average Queue Time column of this command shows you how many seconds recently run jobs waited in the queue. This can give you an idea of how long you might have to wait.

    To check if your job submission is correct and check on the status, you can use the az quantum job show command. This command shows you the status of your job and any error messages that may have occurred. Eventually, you should see the Status in the above table change to Succeeded. Once that's done you can get the results from the job by running az quantum job output.

    Reference documentation:

    Let me know the results in the "comments" and we would be happy to investigate further. Comment is the fastest way of notifying the experts.

    If this helps, please 'Accept answer' so that it can help others in the community looking for help on the same topic.