-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathTOC.yml
253 lines (253 loc) · 8.97 KB
/
TOC.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
- name: Azure Quantum documentation
href: index.yml
- name: Overview
items:
- name: What is Azure Quantum?
href: overview-azure-quantum.md
- name: What is quantum computing?
href: overview-understanding-quantum-computing.md
- name: Microsoft's quantum machine
href: overview-microsoft-quantum-machine.md
- name: Get started
items:
- name: Explore Copilot in Azure Quantum
href: get-started-azure-quantum.md
- name: Create an Azure Quantum workspace
href: how-to-create-workspace.md
- name: Get started with Azure Quantum notebooks
href: get-started-jupyter-notebook.md
- name: Set up the Quantum Development Kit
href: install-overview-qdk.md
- name: Ways to run Q# programs
href: qsharp-ways-to-work.md
expanded: true
- name: Manage Azure Quantum
items:
- name: Users and workspaces
items:
- name: Work with Azure Quantum notebooks
href: how-to-run-notebooks-workspace.md
- name: Manage your Azure Quantum workspaces
items:
- name: Connect to your Azure Quantum workspace
href: how-to-connect-workspace.md
- name: Manage the access to your Azure Quantum workspace
href: manage-workspace-access.md
- name: Add a group to your Azure Quantum workspace
href: bulk-add-users-to-a-workspace.md
- name: Share access to your Azure Quantum workspace
href: how-to-share-access-quantum-workspace.md
- name: Work with jobs
href: how-to-work-with-jobs.md
- name: Work with Azure Quantum using the Azure CLI
href: how-to-manage-quantum-workspaces-with-the-azure-cli.md
- name: Azure CLI commands >>
href: /cli/azure/quantum
- name: Work with Azure Quantum using the Azure Resource Manager
href: how-to-manage-quantum-workspaces-with-azure-resource-manager.md
- name: Credits, quotas, and pricing information
items:
- name: Azure Quantum Credits
href: azure-quantum-credits.md
- name: Azure Quantum Credits program FAQ
href: credits-faq.md
- name: Azure Quantum pricing
href: pricing.md
- name: Azure Quantum quotas
href: azure-quantum-quotas.md
- name: Billing and job costs in Azure Quantum
href: azure-quantum-job-cost-billing.md
- name: Authentication and security
items:
- name: Authenticate using a service principal
href: optimization-authenticate-service-principal.md
- name: Authenticate using a managed identity
href: optimization-authenticate-managed-identity.md
- name: Authenticate using Access Keys
href: security-manage-access-keys.md
- name: Protect Azure Quantum with resource locks
href: how-to-set-resource-locks.md
- name: Maintenance
items:
- name: Update the QDK
href: install-update-qdk.md
- name: Add or remove a provider
href: how-to-add-a-provider.md
- name: Integrate with Azure Architecture
items:
- name: DevOps for quantum computing
href: /azure/architecture/guide/quantum/devops-for-quantum-computing?toc=/azure/quantum/toc.json&bc=/azure/quantum/breadcrumb/toc.json
- name: Quantum computing integration with classical apps
href: /azure/architecture/example-scenario/quantum/quantum-computing-integration-with-classical-apps?toc=/azure/quantum/toc.json&bc=/azure/quantum/breadcrumb/toc.json
- name: Quantum programming
items:
- name: Get started with Q#
items:
- name: Introduction to Q#
href: qsharp-overview.md
- name: Create your first Q# program
href: qsharp-quickstart.md
- name: Tutorials for Q#
items:
- name: Quantum random number generator
href: tutorial-qdk-quantum-random-number-generator.md
- name: Quantum entanglement
href: tutorial-qdk-explore-entanglement.md
- name: Grover's algorithm
href: tutorial-qdk-grovers-search.md
- name: Quantum Fourier Transform
href: tutorial-qdk-qubit-level-program.md
- name: How-to guides
items:
- name: Submit jobs with Q# and VS Code
href: how-to-submit-jobs.md
- name: Work with Q# projects
href: how-to-work-with-qsharp-projects.md
- name: Debug and test your Q# code
href: testing-debugging.md
- name: Visualize Q# circuit diagrams
href: how-to-visualize-circuits.md
- name: Perform long-running experiments
href: how-to-long-running-experiments.md
- name: Adapt Qiskit samples to Azure Quantum
href: how-to-adapt-qiskit.md
- name: Run quantum programs with QIR languages
items:
- name: Submit a circuit with Qiskit
href: quickstart-microsoft-qiskit.md
- name: Submit a circuit with Cirq
href: quickstart-microsoft-cirq.md
- name: Submit a circuit in provider-specific format
href: quickstart-microsoft-provider-format.md
- name: Reference guides for Q#
items:
- name: VS Code reference for Q# programs
href: vscode-qsharp-reference.md
- name: Language reference for Q#
href: user-guide/language/toc.yml
- name: Hybrid quantum computing (QC)
items:
- name: Introduction to hybrid QC
href: hybrid-computing-overview.md
- name: Sessions
items:
- name: Get started with sessions
href: hybrid-computing-interactive.md
- name: Manage sessions
href: how-to-work-with-sessions.md
- name: Run hybrid QC jobs
href: hybrid-computing-integrated.md
- name: Concepts for hybrid QC
href: hybrid-computing-concepts.md
- name: Resource Estimation
items:
- name: Get started
items:
- name: Introduction to the Resource Estimator
href: intro-to-resource-estimation.md
- name: Run your first resource estimate
href: quickstart-microsoft-resources-estimator.md
- name: Different ways to run the Resource Estimator
href: how-to-submit-re-jobs.md
- name: Customize the target parameters for the Resource Estimator
href: overview-resources-estimator.md
- name: Get the output of the Resource Estimator
href: overview-resource-estimator-output-data.md
- name: Work with the Resource Estimator
items:
- name: Compare multiple configurations
href: resource-estimator-batching.md
- name: Use known estimates
href: resource-estimator-known-estimates.md
- name: Optimize large programs
href: resource-estimator-handle-large-programs.md
- name: Analyze cryptographic protocols
href: resource-estimator-quantum-safe-planning.md
- name: Tutorials with the Resource Estimator
items:
- name: Double-factorized chemistry
href: tutorial-resource-estimator-chemistry.md
- name: Quantum simulators
items:
- name: Sparse simulator
href: sparse-simulator.md
- name: Backend simulators
href: backend-simulators.md
- name: Quantum providers
items:
- name: List of quantum computing providers
href: qc-target-list.md
- name: Types of target profiles
href: quantum-computing-target-profiles.md
- name: Azure Quantum provider global availability
href: provider-global-availability.md
- name: IonQ
items:
- name: IonQ provider and targets
href: provider-ionq.md
- name: IonQ support policy
href: provider-support-ionq.md
- name: Microsoft
items:
- name: Microsoft provider and targets
href: provider-microsoft.md
- name: PASQAL (Private preview)
items:
- name: PASQAL provider and targets
href: provider-pasqal.md
- name: PASQAL support policy
href: provider-support-pasqal.md
- name: Quantinuum
items:
- name: Quantinuum provider and targets
href: provider-quantinuum.md
- name: Quantinuum support policy
href: provider-support-quantinuum.md
- name: Rigetti
items:
- name: Rigetti provider and targets
href: provider-rigetti.md
- name: Rigetti support policy
href: provider-support-rigetti.md
- name: Key concepts of quantum computing
items:
- name: Vectors and matrices
href: concepts-vectors-and-matrices.md
- name: The qubit
href: concepts-the-qubit.md
- name: Multiple qubits
href: concepts-multiple-qubits.md
- name: Dirac notation
href: concepts-dirac-notation.md
- name: Pauli measurements
href: concepts-pauli-measurements.md
- name: Grover's algorithm
href: concepts-grovers.md
- name: Quantum circuits conventions
href: concepts-circuits.md
- name: Quantum entanglement
href: concepts-entanglement.md
- name: Quantum error correction
href: concepts-error-correction.md
- name: Quantum Intermediate Representation
href: concepts-qir.md
- name: Quantum oracles
href: concepts-oracles.md
- name: T gates & T factories
href: concepts-tfactories.md
- name: Troubleshooting
items:
- name: Troubleshooting issues
href: azure-quantum-common-issues.md
- name: Resources
items:
- name: Build your skills with Microsoft training >>
href: /training/paths/quantum-computing-fundamentals/
- name: Contributing to Azure Quantum
href: contributing-overview.md
- name: Further reading
href: further-reading-qdk.md
- name: Release notes
items:
- name: Azure Quantum release notes
href: release-notes.md