Skip to main content

Questions tagged [azure-quantum]

For questions related to understanding how to use, implement and study Azure Quantum cloud platform for quantum computation and quantum hardware.

1 vote
1 answer
33 views

Changing the 'compilerRunTimeoutMs' timeout variable on Azure Quantum Resource Estimator

Is there any way to change the variable 'compilerRunTimeoutMs' so that I can increase the timeout for Azure Quantum Resource Estimator. The only way that seems to be an option currently is to build ...
spencerdearman's user avatar
1 vote
1 answer
31 views

Migration guide from Classic QDK to Modern QDK for Q#

Is there any sort of migration guide from the classic QDK to the modern QDK. When I am trying to use functions, I keep running into this This documentation refers to the Classic QDK, which has been ...
spencerdearman's user avatar
0 votes
1 answer
35 views

What is the formula that Azure Quantum Resource Estimator is using for codeDistance?

The Azure Resource Estimator generally talks about codeDistance and says "The code distance is a parameter that controls the number of errors that can be corrected". Is there a specific ...
spencerdearman's user avatar
2 votes
0 answers
42 views

Is there a fix for the varying numerical gradients calculated in the optimizer with qiskit?

I am currently trying to train a quantum circuit on Qiskit using an Azure QPU. I have some parameterized gates that I optimize using ADAMs. However, as the output of the circuit $f(x)$ is not ...
Rij's user avatar
  • 53
1 vote
1 answer
62 views

How to avoid azure-quantum ionq simulator computing a probability distribution of exponential size?

I am running a 3-qubit simulation using ionq.simulator in azure-quantum. When I send the task, I get the result from one shot + probability distribution that ...
Alejandro G's user avatar
2 votes
1 answer
118 views

Number of logical cycles to implement $R_Z(\theta)$ gates in lattice surgery: why isn't it the number of layers $\times$ the $T$-count in $R_Z$?

Let's assume I want to implement a rotation $R_Z(\theta)$ for a lattice-surgery based computation, for $\theta$ being an arbitrary angle (i.e. the gate is not necessarily Clifford nor a $T$-gate). It ...
Marco Fellous-Asiani's user avatar
1 vote
1 answer
32 views

Understanding command Ignore in Q#

Consider the following code on which I want to run the resource estimator: ...
Marco Fellous-Asiani's user avatar
1 vote
1 answer
24 views

Applying Hadamard on inexistent qubit doesn't make Q# compilation fail: why?

This question is perhaps a bit unusual as I am not complaining that my code doesn't compile but rather that it compiles ;) Consider the following code: ...
Marco Fellous-Asiani's user avatar
1 vote
1 answer
62 views

Q#: how to write an algorithm in modular form (I don't understand the syntax and the documentation is a bit obscure)

I would like to make a resource estimate based on Azure resource estimator. However, the circuits I am interested in depend on some classical parameters: for this reason, I would like to make a ...
Marco Fellous-Asiani's user avatar
0 votes
1 answer
113 views

Not able to run on Riggeti from Azure

Trying to run this example (Submit a circuit with Qiskit to Azure Quantum) on Riggeti from Azure, with a US account, but job failed with this error on the Job management console of Azure: ...
Ron Cohen's user avatar
  • 1,482
0 votes
1 answer
117 views

Installing azure-quantum with qiskit dependences

I'm trying to install azure-quantum package with qiskit integration. Following the azure tutorial (https://pypi.org/project/azure-quantum/) they say to use: pip install --upgrade azure-quantum[qiskit]...
Roberto Schiattarella's user avatar
1 vote
1 answer
60 views

Changing target Quantinuum Processor

I am trying to go through the Q# tutorial at https://learn.microsoft.com/en-us/training/modules/qsharp-create-first-quantum-development-kit/4-random-number-generator before I get my hands dirty and ...
PuzzledFish's user avatar
1 vote
1 answer
74 views

How to persistently store Azure-quantum credentials

I'd like to submit and retrieve many Azure-quantum jobs with python scripts executed at the command line, without a Jupyter notebook. The standard method to authenticate with Azure consists of the ...
Jan Balewski's user avatar
0 votes
1 answer
77 views

Azure backend ignoring meas_level=2

I'd like to retrieve from IonQ QPU provided by Azure the per-shot measurements. Azure recommends the results are retrieved via Qiskit. The standard Qiskit command for that is: ...
Jan Balewski's user avatar
2 votes
1 answer
193 views

What are the qubit capabilities of Microsoft Azure?

I've always worked on IBM Cloud when I needed to deploy a quantum application to a NISQ devices. However, though not an hardware expert, I was asked to explore Microsoft Azure, which I see offers IonQ ...
mpro's user avatar
  • 517

15 30 50 per page