76 questions with Azure Quantum tags

Sort by: Updated
0 answers

Error running qiskit circuit on Azure quantum

I'm trying to run a qiskit program on Azure's quantum backends, but I'm running into a strange error. This occurs with all of the azure.quantum.qiskit backends. pm = generate_preset_pass_manager(backend=backend, optimization_level=1) isa_circuit =…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2025-03-07T01:17:54.82+00:00
Ben Corbett 20 Reputation points
commented 2025-03-07T14:05:40.4233333+00:00
Prrudram-MSFT 27,961 Reputation points
1 answer

Give AzureQuantum application full permissions

I am attempting to run an application on Azure via the QuantumWorkspace. from azure.quantum import Workspace from azure.identity import ClientSecretCredential credential = ClientSecretCredential( tenant_id="<TENANT_ID>", …

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2025-02-19T22:03:03.9766667+00:00
vincent 0 Reputation points
answered 2025-03-05T05:06:20.0966667+00:00
Prrudram-MSFT 27,961 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to become a bug bounty researcher for Microsoft Azure Quantum?

Is it possible to become a bug bounty researcher for Microsoft Azure Quantum? If so, how can one do so and are there any monetary or non monetary rewards?

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2025-02-13T20:02:10.89+00:00
Lorr 20 Reputation points
accepted 2025-03-04T21:45:06.8533333+00:00
Lorr 20 Reputation points
1 answer One of the answers was accepted by the question author.

Conversion rate between Azure Quantum Credit and other currencies

It seems that there are three different currencies used when running on the different Azure Quantum hardware. There are the Azure Quantum Credits (AQC), which is the currency the new account bonus is in and are accepted by PASQAL and Rigetti. Then there…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2025-01-31T00:18:37.61+00:00
Ben Corbett 20 Reputation points
accepted 2025-02-07T20:04:31.71+00:00
Ben Corbett 20 Reputation points
1 answer

Acessing rigetti.qpu.ankaa-3 using AzureQuantum

I am trying to get [Quil-T][1] working on rigetti.qpu.ankaa-3, using [AzureQuantum][2]. I have the following which works perfectly: import os ID = "...." os.environ["AZURE_QUANTUM_SUBSCRIPTION_ID"] = "ID" …

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2025-01-20T12:10:02.5666667+00:00
kannan george 5 Reputation points
commented 2025-01-24T09:27:27.77+00:00
Prrudram-MSFT 27,961 Reputation points
1 answer

Transpiling to IonQ from Qiskit

Hello, I just have a quick question regarding the Qiskit initialization method. It takes a pretty long time ~1min to transpile my 10q circuit to IonQ backends, as opposed to the ~1s for ibmq backends. Does anyone know of better native IonQ implementation…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2022-04-10T23:23:49.577+00:00
Jonathan Ortega 21 Reputation points
answered 2024-11-10T13:55:04.1266667+00:00
Amira Bedhiafi 29,711 Reputation points
1 answer

IonQ native gates feature not working with Azure Quantum hardware

IonQ native gates feature not working with Azure Quantum hardware, The jobs submits correctly but the system is not accepting the input as it is native gates input.

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-09-27T19:18:01.9233333+00:00
Divyanshu singh 0 Reputation points
answered 2024-09-27T21:20:33.0833333+00:00
Sai Krishna Katakam 1,725 Reputation points Microsoft External Staff
1 answer

Logging and Diagnostics Options for Azure Quantum Workspaces

Hi all! I was wondering what logging data and diagnostics options are available broadly for Azure Quantum workspaces? I am interested in any and all data - metrics, diagnostics, threat detection, etc for audit purposes. Where would I find the range of…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,494 questions
asked 2024-09-11T11:29:44.69+00:00
Martin, Laura (STFC,RAL,NQCC) 0 Reputation points
commented 2024-09-17T08:52:35.0133333+00:00
anashetty 2,385 Reputation points Microsoft External Staff
1 answer

Run known estimates

Hi, I am trying to run this tutorial here, but if i run the python script with the code shown there logical_counts = LogicalCounts({ 'numQubits': 12581, 'tCount': 12, 'rotationCount': 12, 'rotationDepth': 12, 'cczCount': 3731607428, …

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-07-23T10:57:31.17+00:00
Aikaterini Gratsea 30 Reputation points
edited an answer 2024-08-12T21:56:04.3066667+00:00
KarishmaTiwari-MSFT 20,582 Reputation points Microsoft Employee
2 answers

How to kill waiting jobs in azure quantum workspace?

I have a lot of jobs stuck for the simulator provider in azure quantum workspace that i need to cancel programmatically. How can i do so?

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-08-08T02:41:41.3533333+00:00
Rajiv Mistry 1 Reputation point
answered 2024-08-10T10:22:16.7433333+00:00
Prrudram-MSFT 27,961 Reputation points
1 answer

Save circuit as a qasm file

I am running the chemistry.py from the tutorial here and I would like to save the circuit as a qasm file. But when I run chemistry.py with the following line included res_circuit = qsharp.circuit(entry_expr=qsharp_string, operation=None) I get the…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-07-11T12:27:55.5933333+00:00
Aikaterini Gratsea 30 Reputation points
commented 2024-08-06T11:29:03.5833333+00:00
Prrudram-MSFT 27,961 Reputation points
1 answer

How to use variable from python cell to qsharp cell in jupyter notebooks

I am working on jupyter notebook, My first cell runs a python script and return some outputs in form of lists (also lists of lists). My next cell is qsharp cell in which I have qsharp script. I want to use the output of my first cell as an input for my…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-07-10T07:47:28.2166667+00:00
Razeen ud-Din / PhD Scholar 20 Reputation points
answered 2024-07-11T17:05:06.78+00:00
Prrudram-MSFT 27,961 Reputation points
2 answers One of the answers was accepted by the question author.

Trying to run the Tuturial on chemistry resource estimator

I am trying to run the turotial https://learn.microsoft.com/en-us/azure/quantum/tutorial-resource-estimator-chemistry, but when I follow the instructions there I get the error IQ# is not installed. Please follow the instructions at…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-07-03T09:17:55.2433333+00:00
Aikaterini Gratsea 30 Reputation points
accepted 2024-07-11T12:31:32.76+00:00
Aikaterini Gratsea 30 Reputation points
1 answer One of the answers was accepted by the question author.

Error in running Examplr project of Teleportation in Q#

I am learning Q# language. I am running the Example of "Teleportation_project" https://learn.microsoft.com/en-us/azure/quantum/user-guide/how-to-work-with-qsharp-projects?tabs=tabid-qsharp%2Ctabid-qsharp-run But when I am running this example I…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-06-26T16:11:43.7466667+00:00
Razeen ud-Din / PhD Scholar 20 Reputation points
commented 2024-07-10T05:50:21.66+00:00
Razeen ud-Din / PhD Scholar 20 Reputation points
1 answer

How can I get my tenant ID, Client ID and Client Secret for an ionq_simulator job

I am trying to run a starter code in cirq's native IDE, i'm almost there, but when I tried to run in on the 'ionq_simulator' but I need a host of ID's to do that, such as the Resource ID, Tenant ID, Client ID and Client Secret. I got the resource ID from…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,504 questions
asked 2024-06-26T03:05:13.17+00:00
Joseph Ezuma 0 Reputation points
commented 2024-06-27T17:18:37.8433333+00:00
kobulloc-MSFT 26,426 Reputation points Microsoft Employee
1 answer

Help me deploy Azure quantum service as a python program.

Hey, I have been following the instructions provided in the link below. https://learn.microsoft.com/en-in/azure/quantum/how-to-submit-jobs?pivots=ide-python&tabs=tabid-python my python code : import qsharp import azure.quantum workspace =…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-05-31T05:57:46.3+00:00
Alok GV 0 Reputation points
answered 2024-06-02T10:05:37.0466667+00:00
Prrudram-MSFT 27,961 Reputation points
1 answer

Accessing data saved during notebook run

I have a notebook instance where I want to save data. I want to be able to save to the same directory in which my notebooks are stored however using, for instance os.listdir(), I am not able to find the file path for which the notebooks are stored.…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-04-15T16:01:22.3466667+00:00
Vincent Russo 20 Reputation points
commented 2024-05-24T04:31:02.3633333+00:00
kobulloc-MSFT 26,426 Reputation points Microsoft Employee
1 answer

Is there a job monitor in quantum azure?

I would like to know how I could monitor my jobs using Azure Quantum. For example, I would like to know how long that will take in terms of time, or even queue position, just to have a better sense of my job. Is there a way to extract the average queue…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-05-13T15:04:48.4333333+00:00
Bruno Chagas 0 Reputation points
commented 2024-05-15T20:10:04.37+00:00
kobulloc-MSFT 26,426 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Startup collaboration request with Azure Quantum

Note: Substantially edited for compliance with the Microsoft Q&A Code of Conduct and Learn Terms of Use to focus on the technical portion of this request. Greetings, I'm reaching out from Quantum Synergy AI, a startup integrating quantum computing…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
619 questions
asked 2024-03-19T21:09:07.9033333+00:00
Fernando Martinez 20 Reputation points
edited the question 2024-05-07T15:46:37.11+00:00
bharathn-msft 5,101 Reputation points Microsoft Employee
1 answer

Can't run Q# program job?

I have been trying to run a Q# program on IonQ. When I use VS Code or the VS Code web app, I get the error Failed to submit the job to Azure. Request failed: Failed to fetch. I tried using a notebook and the job did submit, but it fails with a timeout…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
76 questions
asked 2024-04-19T04:00:03.03+00:00
John Bruce 10 Reputation points
answered 2024-05-01T00:38:24.91+00:00
kobulloc-MSFT 26,426 Reputation points Microsoft Employee