65 questions with Azure Quantum tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

A new feature to get the maximum repetitions allowed by a target available in the Azure quantum workspace

A programmatic way of obtaining the maximum shots allowed on a specific hardware present in the Azure Quantum workspace. For example - ionq.qpu.get_max_shots_allowed() should return the maximum number of shots that can be executed on this quantum…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
asked 2021-05-14T12:14:52.19+00:00
Avhijit Nair 21 Reputation points
answered 2021-05-21T14:23:04.397+00:00
Daniel Stocker 81 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Solver failed with error: Not enough quota for metric 'fpga_job_hours' to process job.

I have been evaluating the Quantum Inspired Optimizers available in Azure Quantum. I tested the Simulated Annealing solver first using the CPU version and then the FPGA hardware. Unfortunately I consumed all of my allocated FPGA time. Is it possible to…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
asked 2021-05-07T19:16:27.447+00:00
Rodney Lessard 46 Reputation points
accepted 2021-05-13T22:05:27.507+00:00
Rodney Lessard 46 Reputation points
1 answer One of the answers was accepted by the question author.

Failed to submit the job to the Azure Quantum workspace??

Howdy Quantum folks So I can get a very simple test code (randonum gen) to run on IONQ with no problem using VS and the dotnet run command. Just like in the tutorials and workshop demos. Life is good. Next, I can get a Python code to login to my Quantum…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
asked 2021-05-05T02:47:37.593+00:00
p martin 136 Reputation points
accepted 2021-05-12T12:51:52.46+00:00
p martin 136 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Quantum workspace login requests admin approval in a pop-up

I am having trouble logging into my Azure Quantum Workspace via Python API. I've installed QDK including Python modules. from azure.quantum import Workspace workspace = Workspace( subscription_id= '***', # add your subscription_id …

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
asked 2021-03-10T18:04:48.843+00:00
Rodney Lessard 46 Reputation points
commented 2021-03-29T12:47:44.933+00:00
Monalla-MSFT 12,766 Reputation points
3 answers One of the answers was accepted by the question author.

Can't login to the workspace

I'm using Python to submit a job to azure-quantum. However, in my recent attempt t login to my workspace using: workspace = Workspace( subscription_id="my_subscription_id", resource_group="my_resource_group",…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
65 questions
asked 2021-02-23T21:11:13.887+00:00
Khaled Kelany 96 Reputation points
accepted 2021-02-25T00:38:01.077+00:00
Khaled Kelany 96 Reputation points