forked from MicrosoftDocs/quantum-docs-pr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.yml
105 lines (91 loc) · 3.73 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
### YamlMime:Landing
title: Microsoft Quantum Documentation
summary: Learn how to use the Microsoft Quantum Development Kit and Q#, a language for quantum programming. Learn key concepts and write your first quantum program. Explore the rich tools and libraries of the QDK.
metadata:
title: Microsoft Quantum Documentation and Q# API Reference
description: Explore the concepts of quantum computing and how to use the Microsoft Quantum Development Kit (QDK) and Q#, an open source quantum programming language.
ms.prod: quantum
ms.topic: landing-page
ms.collection: collection
author: cjgronlund
ms.author: cgronlun
ms.date: 5/10/2020
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Card (optional)
- title: Quantum computing
linkLists:
- linkListType: learn
links:
- text: Understanding quantum computing
url: overview/understanding-quantum-computing.md
- text: Quantum computers and quantum simulators
url: overview/quantum-computers-and-simulators.md
- text: What are Q# and the QDK?
url: overview/what-is-qsharp-and-qdk.md
- text: Linear algebra for quantum computing
url: overview/algebra-for-quantum-computing.md
- text: Microsoft Learn modules for quantum computing
url: https://docs.microsoft.com/users/buildcollections2020-6557/collections/1o2iogrmn8x4r
- linkListType: concept
links:
- text: Quantum computing concepts
url: concepts/index.md
# Develop
- title: Start with the Quantum Development Kit
linkLists:
- linkListType: get-started
links:
- text: The Quantum Development Kit
url: quickstarts/get-started.md
- linkListType: download
links:
- text: Install the QDK
url: quickstarts/index.md
- text: Update the QDK
url: quickstarts/update.md
# Development
- title: Q# programming language
linkLists:
- linkListType: how-to-guide
links:
- text: Q# user guide
url: user-guide/index.md
- text: "Quantum simulators and host applications"
url: user-guide/machines/index.md
- linkListType: tutorial
links:
- text: Build a quantum random number generator
url: tutorials/quantum-random-number-generator.md
- text: Explore entanglement with Q#
url: tutorials/explore-entanglement.md
- text: "Quantum speedup: Grover's search algorithm"
url: tutorials/search.md
- linkListType: learn
links:
- text: Learn with the Quantum Katas
url: tutorials/intro-to-katas.md
- text: Browse Q# code samples
url: https://docs.microsoft.com/samples/browse/?languages=qsharp
# Community and contribution
- title: "Community & contribution"
linkLists:
- linkListType: how-to-guide
links:
- text: Contribute to the QDK
url: resources/contributing/index.md
- text: Read the Microsoft Quantum blog
url: https://cloudblogs.microsoft.com/quantum
# Library card
- title: Q# libraries
linkLists:
- linkListType: reference
links:
- text: Standard libraries
url: user-guide/libraries/standard/index.md
- text: Chemistry library
url: user-guide/libraries/chemistry/index.md
- text: Machine learning library
url: user-guide/libraries/machine-learning/index.md
- text: Numerics library
url: user-guide/libraries/numerics/index.md