forked from MicrosoftDocs/quantum-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.yml
128 lines (115 loc) · 4.99 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
### YamlMime:Landing
title: Azure Quantum documentation
summary: Learn about quantum computing with the Azure Quantum service. Use Python and Q#, a language for quantum programming, to create and submit quantum programs in the Azure portal, or set up your own local development environment with the Quantum Development Kit (QDK) to write quantum programs.
metadata:
title: Azure Quantum documentation, QDK & Q# programming language
description: Learn quantum computing and develop your quantum programs with the Azure Quantum service. Use Python and Q#, a language for quantum programming, to write your quantum programs and submit them to the real quantum hardware available in Azure Quantum. With the Quantum Development Kit (QDK), you can set up your local development environment and benefit from several tools and libraries to write your quantum programs.
ms.service: azure-quantum
ms.topic: landing-page
ms.collection: collection
author: SoniaLopezBravo
ms.author: sonialopez
ms.date: 11/27/2024
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# About Azure Quantum
- title: About Azure Quantum
linkLists:
- linkListType: overview
links:
- text: What is Azure Quantum?
url: overview-azure-quantum.md
- linkListType: deploy
links:
- text: Create a quantum workspace
url: how-to-create-workspace.md
- linkListType: reference
links:
- text: List of quantum hardware providers
url: qc-target-list.md
- text: Types of quantum target profiles
url: quantum-computing-target-profiles.md
- linkListType: training
links:
- text: Training path - Get started with Azure Quantum
url: /training/paths/quantum-computing-fundamentals/
# Get started
- title: Get started with Q# and the Quantum Development Kit
linkLists:
- linkListType: download
links:
- text: Set up the Quantum Development Kit
url: install-overview-qdk.md
- linkListType: overview
links:
- text: What is Q#?
url: qsharp-overview.md
- linkListType: quickstart
links:
- text: Create your first Q# program
url: qsharp-quickstart.md
- linkListType: tutorial
links:
- text: Create a quantum random number generator
url: tutorial-qdk-quantum-random-number-generator.md
- text: Explore quantum entanglement
url: tutorial-qdk-explore-entanglement.md
- text: Implement Grover's algorithm
url: tutorial-qdk-grovers-search.md
# Develop with QDK
- title: Advanced development with the Quantum Development Kit
linkLists:
- linkListType: overview
links:
- text: Submit Q# programs to Azure Quantum with Visual Studio Code
url: how-to-submit-jobs.md
- linkListType: how-to-guide
links:
- text: Work with Q# projects
url: how-to-work-with-qsharp-projects.md
- text: Debug and test Q# programs
url: testing-debugging.md
- text: Use sessions to group multiple jobs
url: hybrid-computing-interactive.md
- text: Run hybrid quantum computing programs
url: hybrid-computing-integrated.md
- text: Visualize quantum circuit diagrams
url: how-to-visualize-circuits.md
# Resource Estimation
- title: Azure Quantum Resource Estimator
linkLists:
- linkListType: overview
links:
- text: What is the Azure Quantum Resource Estimator?
url: intro-to-resource-estimation.md
- linkListType: quickstart
links:
- text: Run your first resource estimation program
url: quickstart-microsoft-resources-estimator.md
- linkListType: reference
links:
- text: Customize the target parameters of the Resource Estimator
url: overview-resources-estimator.md
- text: Retrieve the output of the Resource Estimator
url: overview-resource-estimator-output-data.md
- linkListType: how-to-guide
links:
- text: Compare multiple configurations of parameters in a single job
url: resource-estimator-batching.md
# Management
- title: Manage your Azure Quantum resources
linkLists:
- linkListType: overview
links:
- text: Azure Quantum Credits
url: azure-quantum-credits.md
- text: Azure Quantum pricing plans
url: pricing.md
- text: Limits and quotas
url: azure-quantum-quotas.md
- linkListType: how-to-guide
links:
- text: Connect to your quantum workspace
url: how-to-connect-workspace.md
- text: Share access to your quantum workspace
url: how-to-share-access-quantum-workspace.md