microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
katas/content/getting_started/index.md
67lines · modecode
| 1 | # Getting Started |
| 2 | |
| 3 | @[section]({ |
| 4 | "id": "getting_started__welcome", |
| 5 | "title": "Welcome to Quantum Katas" |
| 6 | }) |
| 7 | |
| 8 | kaˑ ta | kah-tuh |
| 9 | _The Japanese word for "form", a pattern of learning and practicing new skills._ |
| 10 | |
| 11 | <style> |
| 12 | .transparent { |
| 13 | background: rgba(0, 0, 0, 0.0) !important; |
| 14 | } |
| 15 | </style> |
| 16 | <table> |
| 17 | <tbody> |
| 18 | <tr class="transparent" style="border:none;"> |
| 19 | <td rowspan="2" style="border:none;"> |
| 20 | @[svg]({"path": "./media/Copilot.svg"}) |
| 21 | </td> |
| 22 | <td style="border:none;"> |
| 23 | <b>Self-paced AI-assisted learning</b> |
| 24 | </td> |
| 25 | </tr> |
| 26 | <tr class="transparent" style="border:none;"> |
| 27 | <td style="border:none;"> |
| 28 | Quantum katas are self-paced learning tutorials assisted by Copilot in Azure Quantum. |
| 29 | </td> |
| 30 | </tr> |
| 31 | <tr class="transparent" style="border:none;"> |
| 32 | <td rowspan="2" style="border:none;"> |
| 33 | @[svg]({"path": "./media/Computing.svg"}) |
| 34 | </td> |
| 35 | <td style="border:none;"> |
| 36 | <b>Focused on quantum computing and programming</b> |
| 37 | </td> |
| 38 | </tr> |
| 39 | <tr class="transparent" style="border:none;"> |
| 40 | <td style="border:none;"> |
| 41 | The Quantum katas focus on teaching quantum computing concepts and quantum programming using the Q# language. |
| 42 | </td> |
| 43 | </tr> |
| 44 | <tr class="transparent" style="border:none;"> |
| 45 | <td rowspan="2" style="border:none;"> |
| 46 | @[svg]({"path": "./media/Coding.svg"}) |
| 47 | </td> |
| 48 | <td style="border:none;"> |
| 49 | <b>Tutorials with theory and interactive hands-on exercises</b> |
| 50 | </td> |
| 51 | </tr> |
| 52 | <tr class="transparent" style="border:none;"> |
| 53 | <td style="border:none;"> |
| 54 | Each tutorial includes relevant theory and supporting interactive exercises designed to test knowledge. |
| 55 | </td> |
| 56 | </tr> |
| 57 | </tbody> |
| 58 | </table> |
| 59 | |
| 60 | @[exercise]({ |
| 61 | "id": "getting_started__flip_qubit", |
| 62 | "title": "Flip a Qubit", |
| 63 | "path": "./flip_qubit/", |
| 64 | "qsDependencies": [ |
| 65 | "../KatasLibrary.qs" |
| 66 | ] |
| 67 | }) |
| 68 | |