Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)