Not able to submit a job on IONQ
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 =…
Azure Quantum
How to resolve "Value too large" error in Azure resource estimator for larger inputs?
I have been using the Azure resource estimator to evaluate the resource requirements for algorithms like Shor's and HHL. However, I encounter an error ("Value too large") when entering larger real-world inputs, such as increasing the bit-length…
Azure Quantum
How do you calculate the number of physical qubits needed for a single T factory?
Hello, I have been using the Resource Estimator that estimates the number of physical qubits required to run algorithms with different error correction codes. I am curious about exactly how you calculate the T factory qubits. In the documentation and…
Azure Quantum
quantum workspace access keys enabled but no keys show up
Azure Quantum

How to fix this error for a quantum azure workspace: Message: Job cannot be created or updated while provider is not in a valid provisioning state.
I want to run circuits using ionq but i keep getting this error message: Message: Job cannot be created or updated while provider is not in a valid provisioning state.. i have ionq as a provider but my jobs keep failing.
Azure Quantum

How to alter the physical error rate in the Azure Resource Estimator?
I have been trying to use the resources estimator to estimate the physical qubit resources needed to run an algorithm with surface code (my own algorithm). I modified the code to do this, and was able to alter the physical gate error rate in the params…
Azure Quantum
When will Microsoft release a quantum operating system?
With all the media attention on quantum computing, is Microsoft preparing to release a quantum enabled operating system? Maybe the answer is not classical binary but yes, no and both?
Azure Quantum
Azure Quantum- I have somethings I am wanting to create to show off a lil bit but umm... kinda lost here
Subject: Exclusive Quantum AI Breakthrough—Available for Acquisition or For Microsoft to build and Use if they will help me out with it. I can't build it myself I am too dumb! Hi [Microsoft Azure Quantum], I have developed a Quantum AI framework that…
Azure Quantum
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

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

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
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
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

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

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
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 Monitor
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
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

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

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
