Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcnickolas/q-sharp-pocket-guide-samples
Samples for Q# Pocket Guide (https://www.oreilly.com/library/view/q-pocket-guide/9781098108854/) by Mariia Mykhailova
https://github.com/tcnickolas/q-sharp-pocket-guide-samples
qsharp quantum-computing quantum-programming-language
Last synced: about 1 month ago
JSON representation
Samples for Q# Pocket Guide (https://www.oreilly.com/library/view/q-pocket-guide/9781098108854/) by Mariia Mykhailova
- Host: GitHub
- URL: https://github.com/tcnickolas/q-sharp-pocket-guide-samples
- Owner: tcNickolas
- Created: 2021-05-01T21:40:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T03:10:30.000Z (11 months ago)
- Last Synced: 2024-10-26T08:06:15.715Z (3 months ago)
- Topics: qsharp, quantum-computing, quantum-programming-language
- Homepage: https://www.oreilly.com/library/view/q-pocket-guide/9781098108854/
- Size: 75.2 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Q# Pocket Guide Samples
Code samples for the book ["Q# Pocket Guide"](https://www.oreilly.com/library/view/q-pocket-guide/9781098108854/) by Mariia Mykhailova.*The code in the main branch of this repository matches the book text, which uses QDK 0.24 (March 2022).
You can find the code updated to Modern QDK (February 2024) in the branch [qdk1.0](https://github.com/tcNickolas/q-sharp-pocket-guide-samples/tree/qdk1.0).*## Part I. Q# Programming Language
### [Chapter 1. Program Structure](./samples/chapter%201)
### Chapter 2. Data Types
### [Chapter 3. Expressions](./samples/chapter%203)
### [Chapter 4. Statements](./samples/chapter%204)
### [Chapter 5. Operations and Functions](./samples/chapter%205)
## Part II. Using the Microsoft Quantum Development Kit
### [Chapter 6. Running Q# Programs](./samples/chapter%206)
### [Chapter 7. Microsoft Quantum Development Kit Libraries](./samples/chapter%207)
### [Chapter 8. Testing and Debugging](./samples/chapter%208)