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.
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…
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, …
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?
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…
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…
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…
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…
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…
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 =…
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.…
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…
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…
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…
Failed to create a quantum workspace on Azure
I tried to create a new quantum workspace for the first time but it kept failing to do so and this is the error message I get: { "status": "Failed", "error": { "code":…
QIR Error When Running a Quantum Job on the IonQ Simulator
Hi, i'm trying to submit QIR jobs to the ionq simulator just like in this tutorial: https://learn.microsoft.com/en-us/azure/quantum/quickstart-microsoft-provider-format?tabs=tabid-portal%2Ctabid-pyquil and i encountered an issue. This QIR routine…
Azure Quantum IonQ Provider Job Failure (Error message: "job.targetHardware" is required)
I am encountering an issue when submitting quantum circuit jobs to the IonQ providers with the Python Azure Quantum Qiskit client. After submission, jobs are returning as Failed with the error message: Error code: InvalidInputData Error message:…
References for Q# Azure Quantum Study Team
Hi, So, there's somebody who wanna study Azure Quantum Q# with me? We can make a meeting, Team, or thing's like this? I have knowledge to put in, and I need more knowledge about. I know, the algorithms in Quantum Computing are different for Dynamic…
cirq VM can't be created/a purchase failure for the deployment of Azure Marketplace
I am trying to create a resource that is a VM with cirq on ubuntu 22.04, but some sort of validation error (with my trial subscription) keeps failing it. The diagnostic tool says the following: We detected a purchase failure for the deployment of Azure…
Azure Quantum Workspace from VScode Job was terminated due to a failed assertion
I have this code: host.py import json import numpy as np import matplotlib.pyplot as plt import qsharp import qsharp.azure plt.style.use('ggplot') from qsharp import azure from azure.quantum import Workspace from azure.quantum.optimization import…