microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dmitryv/select-updated

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

katas/content/getting_started/index.md

70lines · modepreview

# Getting Started

@[section]({
    "id": "getting_started__welcome",
    "title": "Welcome to Quantum Katas"
})

kaˑ ta | kah-tuh
_The Japanese word for "form", a pattern of learning and practicing new skills._

<style>
.transparent {
  background: rgba(0, 0, 0, 0.0) !important;
}
</style>
<table>
    <tbody>
        <tr class="transparent" style="border:none;">
            <td rowspan="2" style="border:none;">
                @[svg]({"path": "./media/Copilot.svg"})
            </td>
            <td style="border:none;">
                <b>Self-paced AI-assisted learning</b>
            </td>
        </tr>
        <tr class="transparent" style="border:none;">
            <td style="border:none;">
                Quantum katas are self-paced learning tutorials assisted by Copilot in Azure Quantum.
            </td>
        </tr>
        <tr class="transparent" style="border:none;">
            <td rowspan="2" style="border:none;">
                @[svg]({"path": "./media/Computing.svg"})
            </td>
            <td style="border:none;">
                <b>Focused on quantum computing and programming</b>
            </td>
        </tr>
        <tr class="transparent" style="border:none;">
            <td style="border:none;">
                The Quantum katas focus on teaching quantum computing concepts and quantum programming using the Q# language.
            </td>
        </tr>
        <tr class="transparent" style="border:none;">
            <td rowspan="2" style="border:none;">
                @[svg]({"path": "./media/Coding.svg"})
            </td>
            <td style="border:none;">
                <b>Tutorials with theory and interactive hands-on exercises</b>
            </td>
        </tr>
        <tr class="transparent" style="border:none;">
            <td style="border:none;">
                Each tutorial includes relevant theory and supporting interactive exercises designed to test knowledge.
            </td>
        </tr>
    </tbody>
</table>

@[exercise]({
    "id": "getting_started__flip_qubit",
    "title": "Flip a Qubit",
    "descriptionPath": "./flip_qubit/index.md",
    "codePaths": [
        "../KatasLibrary.qs",
        "./flip_qubit/Verification.qs"
    ],
    "placeholderSourcePath": "./flip_qubit/Placeholder.qs",
    "solutionPath": "./flip_qubit/solution.md"
})