Not able to submit a job on IONQ

Chinmoy Chakraborty 20 Reputation points Microsoft Employee
2025-06-12T22:59:33.3133333+00:00

I am not able to deploy IONQ as pay go model and not able to submit a job. I am able to deploy Quantinium but not able to submit a job and it gives error always.

Please help.

This is the code:

=====================

service = AzureQuantumService(workspace)

print("This workspace's targets:")

for target in service.targets():

print("-", target)

q0 = cirq.LineQubit(0)

circuit = cirq.Circuit(

cirq.H(q0),               # Apply an H-gate to q0

cirq.measure(q0)          # Measure q0

)

circuit

print("Circuit:", circuit)

Using the IonQ simulator target, call "run" to submit the job. We'll

use 100 repetitions (simulated runs).

job = service.targets("

quantinuum.sim.h1-1sc

").submit(circuit, name="hello world-cirq-

quantinuum

", repetitions=100)

=======================================

Provider Deployment Image


Quantum

Azure Quantum
Azure Quantum

An Azure service that provides quantum computing and optimization solutions.


Answer accepted by question author
Prrudram-MSFT 28,506 Reputation points Moderator
2025-07-08T18:53:27.78+00:00

Hello Chinmoy Chakraborty,

Thank you for providing the details. Here's what we see in your deployment history:

"Cannot complete purchase as your enrollment for this subscription doesn't allow purchase of marketplace products. Your Azure enrollment administrator can enable purchase of paid marketplace products."

Internal subscriptions are not allowed to purchase 3P marketplace offers, and there's no way around for this.  

Unfortunately, IonQ and Pasqal have chosen not to create free SKUs after the credits plans was deprecated in May, so a subscription with credit card or valid enterprise agreement with marketplace enabled is needed to use those offerings. 

You can try using a personal subscription with credit card to access these Pay as You Go plans for IonQ and Rigetti.

Happy to help if you have any further queries.

If this answers your question, please accept answer and upvote at "Was this helpful" to benefit others in the community.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.