An Azure service that provides quantum computing and optimization solutions.
Quantum encryption for ADO on prem
My main question for this thread would be with Microsoft's plan to someday get rid of on prem ADO, are there future plans to implement post quantum encryption for future patches. I know that we have implemented something on the cloud version of ADO which…
Azure Quantum
Why does the resource estimation output show only a single result instead of multiple Pareto-optimal results?
When I display the results using code like the example below (The input is low-level QASM file), only a single result is shown for each item (for example, Runtime, Physical qubits, and so on). I had expected that multiple Pareto-optimal results would be…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
Question about rotationDepth vs. circuitDepth in Azure Quantum Resource Estimator
Could you explain what rotationDepth (pre-layout rotation depth) means in the Azure Quantum Resource Estimator documentation below, and how it differs from…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
Which QASM input format is recommended for Azure QRE, NISQ-style gates or FTQC-compatible Clifford+T?
When inputting a QASM file based on a NISQ-style gate set (e.g., arbitrary rotations/U gates) and a QASM file already decomposed into an FTQC-compatible gate set (e.g., Clifford+T), the estimation results become significantly different. In practice,…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
Why do repeated Azure QRE runs sometimes produce slightly different results?
I observed that running the estimator multiple times with the exact same QASM input occasionally produces slightly different results. Does Azure QRE internally use randomized procedures (e.g., stochastic optimization, heuristic synthesis, randomized…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
Why does the T-count change in Azure QRE even for an FTQC gate set QASM input?
When I input an FTQC gate set QASM file, the T-count reported by Azure QRE differs from the original T-count in the input circuit. My current understanding is that this may be related to internal optimizations such as PSSPC-based compilation and…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
IonQ and PASQAL provider provisioning failed
Title: IonQ and PASQAL provider provisioning failed Description: IonQ and PASQAL providers fail to provision in my Azure Quantum workspace. Workspace: XXX-XXXXXXX-XXXXXXXX Region: westeurope Resource group: : XXX-XXXXXXX-XXXXXXXX Error:…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
Is the Azure Quantum team considering to offer a PennyLane plugin?
Hi On behalf of the quantum application team at TNO, The Netherlands, I was wondering whether you are considering to offer a PennyLane plugin? Almost all quantum hardware has a PennyLane plugin. However, these can't be used with Azure's API keys. Azure's…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
How to fix 'Deployment validation failed' to create a quantum workspace
I have an Azure for Students subscription. The 'Allowed resource deployment regions' policy restricts me to [malaysiawest, austriaeast, centralindia, southeastasia, koreacentral]. However, when I try to create an Azure Quantum Workspace, the only…
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
Azure | Azure Startups
Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
quantum workspace access keys enabled but no keys show up
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.
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
An Azure service that provides quantum computing and optimization solutions.