60 questions with Azure Quantum tags

Sort by: Updated
0 answers

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.
60 questions
asked 2024-04-15T16:01:22.3466667+00:00
Vincent Russo 0 Reputation points
commented 2024-04-24T23:18:30.7866667+00:00
Vincent Russo 0 Reputation points
0 answers

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.
60 questions
asked 2024-04-19T04:00:03.03+00:00
John Bruce 5 Reputation points
commented 2024-04-24T19:48:59.1133333+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
1 answer

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":…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2024-04-24T10:31:34.3833333+00:00
Marcus Lee 0 Reputation points
answered 2024-04-24T17:55:56.3+00:00
Prrudram-MSFT 21,966 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2024-04-10T11:36:56.5266667+00:00
Dimitri Berthault 20 Reputation points
accepted 2024-04-15T09:03:58.47+00:00
Dimitri Berthault 20 Reputation points
1 answer One of the answers was accepted by the question author.

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

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
938 questions
asked 2024-04-04T18:35:56.9133333+00:00
Colin Burdine 25 Reputation points
accepted 2024-04-10T15:04:37.74+00:00
Colin Burdine 25 Reputation points
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.
60 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
111 questions
asked 2024-03-19T21:09:07.9033333+00:00
Fernando Martinez 20 Reputation points
accepted 2024-03-23T04:29:43.2133333+00:00
Fernando Martinez 20 Reputation points
2 answers One of the answers was accepted by the question author.

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…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2024-02-06T12:49:40.4533333+00:00
commented 2024-02-07T19:24:09.91+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
1 answer

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
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2024-01-30T12:28:20.0933333+00:00
Saumya Biswas 0 Reputation points
answered 2024-01-31T17:11:24.5066667+00:00
deherman-MSFT 33,296 Reputation points Microsoft Employee
1 answer

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…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
asked 2024-01-26T15:53:20.7466667+00:00
Nikita Chernevskiy 0 Reputation points
answered 2024-01-26T17:24:14.79+00:00
Nikita Chernevskiy 0 Reputation points
1 answer One of the answers was accepted by the question author.

I want to execute my operation.

I wanna run my operation, but there is an error. Error QS4004: Statements can only occur within a callable or specialization declaration. And I can simulate my operation using the magic line..command I tried to apply another solution, but that did not…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-12-22T04:17:47.85+00:00
hyunji kim 65 Reputation points
commented 2024-01-03T09:28:17.84+00:00
Prrudram-MSFT 21,966 Reputation points
1 answer One of the answers was accepted by the question author.

Main function cannot be callable

I want to call Main() function, but this error occurs.. My environment : Azure Quantum (Jupyter notebook) "features": [ "DEFAULT" ] "name": "Microsoft.Quantum.QdkSimRs" "opt_level": "3" …

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-12-29T05:49:05.62+00:00
hyunji kim 65 Reputation points
accepted 2023-12-30T06:07:57.3333333+00:00
hyunji kim 65 Reputation points
1 answer One of the answers was accepted by the question author.

%simulate and %execute do not work.

I want to simulate my code. If I use microsoft.estimator, my code is working. But I want to see the result of my code. (Not resource) If I use other simulator, then the error occur in Figure. And, when I use %simulate, the cell is canceled.... How can…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-12-20T05:37:08.9733333+00:00
hyunji kim 65 Reputation points
accepted 2023-12-29T08:21:54.6233333+00:00
hyunji kim 65 Reputation points
2 answers

Quantum Workspace Azure Notebook - cell magic %%qsharp not found

I try to run a quantum notebook in Azure Quantum Workspace. The note bokk is Python 3. I would like to run a single cell in Q# mode, e.g. I type "%%qsharp" But I'm getting: UsageError: Cell magic %%qsharp not found. ?? shouldn't it be possible…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-12-10T13:28:53.98+00:00
BjornD Jensen 51 Reputation points
edited an answer 2023-12-10T20:18:39.2733333+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
2 answers

Build error when trying to run a Quantum Development Kit (QDK) project in .NET 7.0 on Windows 11, related to the Microsoft.Quantum.Sdk version and its dependencies.

(Couldn't find any tag for Q# & QDK) I am using the latest .NET (version: 7.0.402) and OS is Windows 11. Upon executing dotnet run I get: C:\Users\rames\.nuget\packages\microsoft.quantum.sdk\0.28.302812\Sdk\Sdk.targets(68,5):…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,369 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,119 questions
asked 2023-10-13T13:44:45.5333333+00:00
Ramesh Dange 5 Reputation points
answered 2023-10-13T20:44:34.6833333+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
1 answer

IonQ Harmonium gives probability of a single qubit circuit output as "1" while the same circuit on IonQ Simulator correctly shows 50/50

As described in the title. I have a simple circuit with a qubit that is being measured. I expect that the Result object show probabilities as [{"1": 0.5},{"0":0.5}] but instead I receive: [ExperimentResult(shots=1, success=True,…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-05-06T11:16:56.2766667+00:00
Grzegorz Górnicki 10 Reputation points
commented 2023-06-05T17:40:33.29+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
1 answer

How to get only logical quantum resource estimations?

Is there a way to ask Microsoft Azure quantum resource estimator to only calculate the required logical resources?

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-05-03T23:43:54.1066667+00:00
Alireza Marefat Khah 0 Reputation points
commented 2023-06-05T17:32:42.3433333+00:00
kobulloc-MSFT 23,341 Reputation points Microsoft Employee
1 answer

Timeout error with quantum resource estimator for circuit with 73 qubits

I have some issue with the Azure quantum resource estimator. I am trying to get an estimate for a circuit with 73 (logical) qubits, but I get an "TimeoutError: Timeout waiting for output" after (exactly) 2 minutes have passed.. This is a…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-05-25T14:08:19.5933333+00:00
Anneriet Krol 0 Reputation points
commented 2023-06-02T06:35:45.3733333+00:00
KarishmaTiwari-MSFT 18,367 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

I am not receiving the $ 500 credits for begginers to use for first time the azure quantum.

Hello guys, I created a new Azure Account with Student subscription, then I created a new Quantum Workspace following the guide:…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
asked 2023-05-12T11:37:34.46+00:00
Gabriel Pires 20 Reputation points
accepted 2023-05-16T16:42:41.2433333+00:00
Gabriel Pires 20 Reputation points
1 answer

how to fix black screen in VM through remote desktop without restart ?

how to fix black screen in VM through remote desktop without restart ?

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,614 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
213 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
866 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,902 questions
asked 2023-04-21T19:29:06.3766667+00:00
a 0 Reputation points
commented 2023-05-01T14:58:33.2366667+00:00
KarishmaTiwari-MSFT 18,367 Reputation points Microsoft Employee
0 answers

How to install Tensorflow Quantum and Cirq in Azure Quantum Work space?

Hi Community, Few days back I'm able to install Tensorflow Quantum in azure quantum work space Jupyter notebook, but from last 3 days I'm not able to install Tensorflow quantum libraries in it and I'm facing protobuf and some other incompatible issues…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
60 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,686 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,533 questions
asked 2023-04-13T17:44:32.5766667+00:00
Mudili Devi Chakradhar 0 Reputation points
commented 2023-04-23T15:37:18.8233333+00:00
Prrudram-MSFT 21,966 Reputation points