Skip to content

Commit 0374bba

Browse files
Merge pull request #53372 from jlehnersd/update-branding-quantum
Updated naming for rebranding, and also updated code to current versions
2 parents e55906f + c3a5c05 commit 0374bba

35 files changed

Lines changed: 159 additions & 176 deletions

learn-pr/quantum/choose-the-best-azure-quantum/4-use-quantum-development-kit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn.quantum.choose-the-best-azure-quantum.use-qdk
3-
title: Exercise - Use the Quantum Development Kit to run a quantum program
3+
title: Exercise - Use the Microsoft Quantum Development Kit to run a quantum program
44
metadata:
5-
title: Exercise - Use the Quantum Development Kit to run a quantum program
6-
description: Use the Quantum Development Kit to run a quantum program
5+
title: Exercise - Use the Microsoft Quantum Development Kit to run a quantum program
6+
description: Use the Microsoft Quantum Development Kit to run a quantum program
77
ms.date: 09/15/2025
88
author: azure-quantum-content
99
ms.author: quantumdocwriters

learn-pr/quantum/choose-the-best-azure-quantum/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quiz:
1919

2020
- content: "If you want to start using Azure Quantum, but you don't have an Azure account, what should you do?"
2121
choices:
22-
- content: "You can use the Microsoft Quantum website or install the Azure Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code) without an Azure account. You can also create an Azure account from the Microsoft Quantum website."
22+
- content: "You can use the Microsoft Quantum website or install the Microsoft Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code) without an Azure account. You can also create an Azure account from the Microsoft Quantum website."
2323
isCorrect: true
2424
explanation: "You don't need an Azure account to start using Azure Quantum, but you should create an Azure account if you want to have access to all the Azure Quantum features."
2525
- content: "You need to create an Azure account and have a valid subscription in order to start using Azure Quantum."

learn-pr/quantum/choose-the-best-azure-quantum/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ After you complete this module, you can:
1515
- Basic knowledge of cloud computing and the Azure ecosystem.
1616
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn&?WT.mc_id=academic-15963-cxa) before you begin.
1717
- The latest version of [Visual Studio Code](https://code.visualstudio.com/download).
18-
- The latest version of the [Azure Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension. Or, use [Visual Studio Code on the Web](https://vscode.dev/quantum), which already includes the Quantum Development Kit extension.
18+
- The latest version of the [Microsoft Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension. Or, use [Visual Studio Code for the Web](https://vscode.dev/quantum), which already includes the Quantum Development Kit extension.

learn-pr/quantum/choose-the-best-azure-quantum/includes/2-explore-azure-quantum-options.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
Azure Quantum is available through three different interfaces: the Microsoft Quantum website, the Azure Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code), and the Azure portal.
1+
Azure Quantum is available through three different interfaces: the Microsoft Quantum website, the Microsoft Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code), and the Azure portal.
22

33
You can use all three options to explore quantum computing and quantum programming. But what are the differences between them? Which one is the best tool for your needs? This unit helps you answer these questions.
44

55
## What is the Microsoft Quantum website?
66

77
The [Microsoft Quantum website](https://quantum.microsoft.com/) allows you to learn and explore quantum computing and quantum programming. You can discover the latest quantum breakthroughs, and create and run quantum programs with the help of Copilot.
88

9-
- **Copilot in Azure Quantum** - AI meets the world of quantum. With a built-in code window and Q# compiler, Copilot in Azure Quantum can not only run your code, but also generate Q# code from your prompts and engage in conversations about quantum computing.
9+
- **Copilot in Microsoft Quantum** - AI meets the world of quantum. With a built-in code window and Q# compiler, Copilot in Microsoft Quantum can run your Q# code and also generate new code from your prompts, and engage in conversations about quantum computing.
1010
- **Quantum Katas** - Hands-on tutorials that teach quantum computing concepts and the Q# programming language from scratch.
11-
- **Code samples** - The Azure Quantum code library is a rich set of samples that use Q#, Python, and Qiskit code to demonstrate quantum scenarios.
11+
- **Code samples** - The Microsoft Quantum code library is a rich set of samples that use Q#, Python, and Qiskit code to demonstrate quantum scenarios.
1212
- **Videos** - Browse the video library for interviews with leading quantum computing researchers and innovators.
13-
- **Azure Quantum blogs** - Stay up to date with the latest quantum computing research and innovations.
13+
- **Microsoft Quantum blogs** - Stay up to date with the latest quantum computing research and innovations.
1414

1515
> [!TIP]
1616
> With the Microsoft Quantum website, you can submit quantum computing programs to the Quantinuum H-Series Emulator without an Azure subscription.
1717
1818
If you're a quantum enthusiast and want to learn by doing, then the Microsoft Quantum website is for you.
1919

20-
:::image type="content" source="../media/copilot.png" alt-text="Screenshot of Copilot in Azure Quantum showing a sample and the answer from Copilot to a question for generating new code.":::
20+
:::image type="content" source="../media/copilot.png" alt-text="Screenshot of Copilot in Microsoft Quantum showing a sample and the answer from Copilot to a question for generating new code.":::
2121

2222
### Is the Microsoft Quantum website the right tool for me?
2323

@@ -27,18 +27,18 @@ Use the following table to help you decide whether you want to use the Microsoft
2727
| --- | --- | --- |
2828
| <ul><li>Learn quantum programming using the tutorials in Quantum Katas</li><li>Read about quantum computing concepts</li><li>Run Q# programs online and simulate them in Quantinuum's H-Series Emulator</li><li>Ask Copilot to explain quantum computing concepts or prompt it to generate a Q# program</li><li>Open your quantum program in VS Code for the Web</li></ul> | <ul><li>No installation required</li><li>No Azure subscription required</li><ul> | <ul><li>Save your programs and results</li><li>Select a quantum computing provider</li><li>Run Python code</li><li>Manage your quantum jobs</li><li>Debug your programs</li></ul>|
2929

30-
## What is the Quantum Development Kit extension?
30+
## What is the QDK extension?
3131

32-
The Quantum Development Kit (QDK) extension is a software development kit for quantum computing. It's an extension for VS Code, which is a free, open-source code editor from Microsoft.
32+
The QDK extension is a software development kit for quantum computing in VS Code, which is a free code editor from Microsoft.
3333

3434
> [!NOTE]
3535
> The QDK extension is available both in VS Code and [VS Code for the web](https://vscode.dev/quantum).
3636
3737
With the QDK extension, you can create Q# programs, load pre-installed Q# samples, and take advantage of features such as improved error messaging, Q# syntax highlighting, and integrated debugging in a local development environment. The QDK also supports OpenQASM and Python development in Jupyter notebooks.
3838

39-
The QDK provides other features, such as the Azure Quantum Resource Estimator. The Resource Estimator is a tool that allows you to estimate the resource requirements to run your quantum programs on real quantum hardware, such as the number of qubits, the number of operations, and the runtime.
39+
The QDK provides other features, such as the Microsoft Quantum resource estimator. The resource estimator is a tool that allows you to estimate the resource requirements to run your quantum programs on real quantum hardware, such as the number of qubits, the number of operations, and the runtime.
4040

41-
You don't need an Azure account to use the QDK in VS Code, but if you already have an Azure account set up, then you can connect directly to your Azure Quantum workspaces from VS Code. This allows you to run your Q# programs on the quantum computers and simulators of the providers that you selected for your workspace.
41+
You don't need to have an Azure account to use the QDK in VS Code, but if you already have an Azure account set up, then you can connect directly to your Azure Quantum workspaces from VS Code. This allows you to run your Q# programs on the quantum computers and simulators of the providers that you selected for your workspace.
4242

4343
:::image type="content" source="../media/quantum-development-kit-extension.png" alt-text="Screenshot of the QDK extension in VS Code.":::
4444

@@ -48,7 +48,7 @@ Use this table as a quick reference to the features of the QDK in VS Code. Typic
4848

4949
| Use it if you want to: | You need: | You can't: |
5050
| --- | --- | --- |
51-
| <ul><li>Use VS Code</li><li>Run Q# samples</li><li>Select your quantum computing providers</li><li>Run Q# and Qiskit programs</li><li>Debug your Q# programs</li><li>Visualize quantum circuit diagrams</li><li>Create and run Jupyter notebooks</li><li>Have compiler error messages</li><li>Use the Resource Estimator</li><li>Save your programs and results</li></ul> | <ul><li>Install [VS Code](https://code.visualstudio.com/) (Only for local development)</li><li>Install the [Azure QDK for VS Code extension](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) </li><li>An Azure subscription and a quantum workspace (Only if you want to run programs on real hardware)</li></ul> | <ul><li>Manage your subscriptions and workspaces</li><li>Manage your quantum jobs</li></ul> |
51+
| <ul><li>Use VS Code</li><li>Run Q# samples</li><li>Select your quantum computing providers</li><li>Run Q# and Qiskit programs</li><li>Debug your Q# programs</li><li>Visualize quantum circuit diagrams</li><li>Create and run Jupyter notebooks</li><li>Have compiler error messages</li><li>Use the resource estimator</li><li>Save your programs and results</li></ul> | <ul><li>Install [VS Code](https://code.visualstudio.com/) (Only for local development)</li><li>Install the [Microsoft QDK for VS Code extension](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) </li><li>An Azure subscription and a quantum workspace (Only if you want to run programs on real hardware)</li></ul> | <ul><li>Manage your subscriptions and workspaces</li><li>Manage your quantum jobs</li></ul> |
5252

5353
## What is the Azure portal?
5454

learn-pr/quantum/choose-the-best-azure-quantum/includes/3-use-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this unit, you learn how to use Copilot on the Microsoft Quantum website to explore quantum computing and quantum programming. Copilot is an AI-powered tool that generates Q# code from your prompts and engages in conversations about quantum computing. You can also run your code and ask Copilot to explain quantum computing concepts.
22

3-
To start exploring Copilot and coding in Azure Quantum, use one of the samples from the **Quantum Samples** dropdown in the [code tool](https://quantum.microsoft.com/en-us/tools/quantum-coding).
3+
To start exploring Copilot and coding in Microsoft Quantum, use one of the samples from the **Quantum Samples** dropdown in the [code tool](https://quantum.microsoft.com/en-us/tools/quantum-coding).
44

55
## Run a quantum program
66

learn-pr/quantum/choose-the-best-azure-quantum/includes/4-use-quantum-development-kit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
In this unit, you learn how to use the Azure Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code) to create and run Q# programs in a local development environment. You also learn how to connect to your Azure Quantum workspace and run your programs on the quantum computers and simulators of the providers that you selected for your quantum workspace.
1+
In this unit, you learn how to use the Microsoft Quantum Development Kit (QDK) extension for Visual Studio Code (VS Code) to create and run Q# programs in a local development environment. You also learn how to connect to your Azure Quantum workspace and run your programs on the quantum computers and simulators of the providers that you selected for your quantum workspace.
22

33
## Install the required tools
44

55
1. Install [VS Code](https://code.visualstudio.com/).
6-
1. Install the [Azure Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension. Or, open [VS Code on the Web](https://vscode.dev/quantum), which already includes the QDK extension.
6+
1. Install the [Microsoft Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension. Or, open [VS Code for the Web](https://vscode.dev/quantum), which already includes the QDK extension.
77
1. To run your programs on real hardware, you need an Azure subscription and an Azure Quantum workspace. If you don't have an Azure account, then create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn&?WT.mc_id=academic-15963-cxa) before you begin.
88

99
## Create and run a Q# program in VS Code
@@ -61,12 +61,12 @@ You can connect to your Azure Quantum workspace from VS Code and submit your Q#
6161
1. In the **QUANTUM WORKSPACES** menu, expand the **Jobs** dropdown under your workspace and hover over your job. This displays timestamps and the job status for your job.
6262
1. To view your job results as a histogram, choose the histogram icon next to the job name. To download your job results as text, choose the text icon next to the job name.
6363
64-
## Create an Azure Quantum notebook
64+
## Create a Microsoft Quantum notebook
6565
6666
The QDK allows you to create Jupyter notebooks in VS Code. You can write Q#, Python, and OpenQASM code in Jupyter notebooks, and run the code on the quantum computers and simulators of the providers that you selected for your Azure Quantum workspace.
6767
6868
To create a Jupyter notebook that connects to Azure Quantum in VS Code, follow these steps:
6969
7070
1. In VS Code, open the **View** menu and choose **Command Palette**.
71-
1. Enter **QDK: Create an Azure Quantum notebook**.
71+
1. Enter **QDK: Create a Microsoft Quantum notebook**.
7272
1. A Jupyter notebook opens in a new tab. The notebook includes code cells that import the required packages for the sample, connect to the Azure Quantum service, and run a Q# program.

learn-pr/quantum/choose-the-best-azure-quantum/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ abstract: |
2222
- Explore the different options to use Azure Quantum.
2323
- Run a quantum program with different Azure Quantum options.
2424
- Create an Azure Quantum workspace.
25-
- Install and use the Azure Quantum Development Kit.
25+
- Install and use the Microsoft Quantum Development Kit.
2626
2727
prerequisites: |
2828
- Basic knowledge of cloud computing and the Azure ecosystem is helpful.
2929
- An Azure subscription. If you don't have one, you can create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn?WT.mc_id=academic-15963-cxa).
3030
- The latest version of [Visual Studio Code](https://code.visualstudio.com/download), or open [VS Code on the Web](https://vscode.dev/).
31-
- The latest version of the [Azure Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension.
31+
- The latest version of the [Microsoft Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode) extension.
3232
iconUrl: /training/achievements/quantum/choose-the-best-azure-quantum-service.svg
3333
ratingEnabled: true
3434
levels:

learn-pr/quantum/estimate-resources-quantum-algorithms/3-azure-quantum-resource-estimator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn.quantum.estimate-resources-quantum-algorithms.azure-quantum-resource-estimator
3-
title: The Azure Quantum Resource Estimator
3+
title: The Microsoft Quantum resource estimator
44
metadata:
5-
title: The Azure Quantum Resource Estimator
6-
description: Learn how to use the Azure Quantum Resource Estimator.
5+
title: The Microsoft Quantum resource estimator
6+
description: Learn how to use the Microsoft Quantum resource estimator.
77
ms.date: 09/22/2025
88
author: azure-quantum-content
99
ms.author: quantumdocwriters

learn-pr/quantum/estimate-resources-quantum-algorithms/4-get-started-with-azure-quantum-resource-estimator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn.quantum.estimate-resources-quantum-algorithms.get-started-with-azure-quantum-resource-estimator
3-
title: Exercise - Get started with the Azure Quantum Resource Estimator
3+
title: Exercise - Get started with the Microsoft Quantum resource estimator
44
metadata:
5-
title: Exercise - Get started with the Azure Quantum Resource Estimator
6-
description: Learn how to use the Azure Quantum Resource Estimator and how to submit a job.
5+
title: Exercise - Get started with the Microsoft Quantum resource estimator
6+
description: Learn how to use the Microsoft Quantum resource estimator and how to submit a job.
77
ms.date: 09/22/2025
88
author: azure-quantum-content
99
ms.author: quantumdocwriters

learn-pr/quantum/estimate-resources-quantum-algorithms/5-estimate-resources-with-azure-quantum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.quantum.estimate-resources-quantum-algorithms.estimate-resources-of-a
33
title: Exercise - Estimate resources for a real-world problem
44
metadata:
55
title: Exercise - Estimate resources for a real-world problem
6-
description: Learn how to run a quantum algorithm on the Azure Quantum Resource Estimator.
6+
description: Learn how to run a quantum algorithm on the Microsoft Quantum resource estimator.
77
ms.date: 09/22/2025
88
author: azure-quantum-content
99
ms.author: quantumdocwriters

0 commit comments

Comments
 (0)