Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 3.14 KB

how-to-submit-re-jobs.md

File metadata and controls

61 lines (42 loc) · 3.14 KB
author description ms.author ms.date ms.service ms.subservice ms.custom ms.topic title uid no-loc zone_pivot_groups
SoniaLopezBravo
This document provides a basic guide to run resource estimates both locally and online using different SDKs and IDEs.
sonialopez
01/07/2024
azure-quantum
computing
how-to
Run the Resource Estimator
microsoft.quantum.submit-resource-estimation-jobs
target
targets
ide-local-portal-jupyter

Different ways to run the Resource Estimator

In this article, you learn to work with the Azure Quantum Resource Estimator. The Resource Estimator is part of the Quantum Development Kit and is available in different platforms and IDEs.

If you run a Q# program, the Resource Estimator is available in Visual Studio Code with the Quantum Development Kit extension. You don't neet to have an Azure subscription to use the Resource Estimator in Visual Studio Code.

If you run a Qiskit or QIR program, the Resource Estimator is available in the Azure portal, and you need an Azure subscription to use it.

The following table shows the different ways to run the Resource Estimator.

User scenario Platform Tutorial
Estimate the resources of a Q# program Visual Studio Code Select Q# in VS Code at the top of the page
Estimate the resources of a Q# program (advanced) Jupyter Notebook in Visual Studio Code Select Q# in Jupyter Notebook at the top of the page
Estimate the resources of a Qiskit program Azure portal Select Qiskit in Azure portal at the top of the page
Estimate the resources of a QIR program Azure portal Submit QIR
Use FCIDUMP files as argument parameters (advanced) Visual Studio Code Submit a quantum chemistry problem

::: zone pivot="platform-local"

[!INCLUDE local-procedure]

::: zone-end

::: zone pivot="platform-local-jupyter"

[!INCLUDE local-jupyter-procedure]

::: zone-end

::: zone pivot="platform-portal-qiskit"

[!INCLUDE portal-qiskit-procedure]

::: zone-end

Note

If you run into any issue while working with the Resource Estimator, check out the Troubleshooting page, or contact AzureQuantumInfo@microsoft.com.

Next steps

  • Understand the results of the Resource Estimator
  • Customize resource estimates to machine characteristics
  • Handle large programs with the Resource Estimator
  • Tutorial: Estimate the resources of a quantum chemistry problem