Azure Quantum is Microsoft’s full-stack, public cloud ecosystem for quantum solutions. Use this tag for programming questions concerning Azure Quantum. General quantum computing help can be obtained at Quantum Computing StackExchange.
Questions tagged [azure-quantum]
6 questions
1
vote
1 answer
Reducing circuit initialization complexity
I'm encoding data into a QuantumCircuit via the Initialize method for QFTs. In doing this and transpiling for IonQ backends, I'm getting rather complex circuits. Is there a way to encode this data more efficiently for IonQ backends or a method to…

Jonathan Ortega
- 21
- 3
1
vote
1 answer
Python calling q# file on IONQ QPU results in error about a System.Text.Json, Version=5.0.0.0 file not being found
Attempting to learn how to call q# from Python code and have it run for real on the IONQ QPU as it does (or appears to do) using VS and >dotnet run of the raw q# code. I followed the guides and workshop.
Python code:
import qsharp
import…

Joab.Ai
- 13
- 3
0
votes
0 answers
Azure-quantum: problems with jobs submission
I use pyquil for azure quantum, and submit jobs with run_batch method of AzureQuantumComputer class. For batches with up to 10 circuits there are no problems, but larger batches result in an error below.
Traceback (most recent call last):
File…

tuzjan
- 1
- 1
0
votes
1 answer
Get a sequence of numbers in Q#
I would like to get a list of a mathematical sequence in Q#, but I have an error that I can't solve.
I use Azure Quantum to deploy the code in a Notebook.
Here is what I do:
First I connect to Azure Quantum:
import qsharp.azure
targets =…

cypolo
- 17
- 6
0
votes
1 answer
Azure-quantum authentication is near to impossible with EnvironmentCredential
The code below to solve a simple problem on azure quantum never works. Microsoft, please help me with authentication.
from azure.quantum.optimization import Problem, ProblemType, Term
from typing import List
from azure.quantum.optimization import…

Sagar Dollin
- 31
- 4
0
votes
1 answer
Unable to create Azure Quantum workspace
I’m trying to create an Azure Quantum workspace using an existing storage account but I’m getting the following error:

PerfectlyPanda
- 3,271
- 1
- 6
- 17