Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcnickolas/quantum-programming-in-depth

Code samples for the book "Quantum Programming In Depth: Solving Problems with Q# and Qiskit" by Mariia Mykhailova
https://github.com/tcnickolas/quantum-programming-in-depth

qiskit qsharp quantum quantum-computing quantum-programming tutorials

Last synced: 16 days ago
JSON representation

Code samples for the book "Quantum Programming In Depth: Solving Problems with Q# and Qiskit" by Mariia Mykhailova

Awesome Lists containing this project

README

        

# Quantum Programming In Depth Samples
Code samples for the book ["Quantum Programming In Depth: Solving Problems with Q# and Qiskit"](https://mng.bz/M1R7) by Mariia Mykhailova.

![DOTD_NewMEAP_Mykhailova](https://github.com/tcNickolas/quantum-programming-in-depth/assets/10113024/c927bf55-fd0a-4958-abc4-80ecd95428c1)

### [Chapter 2. Prepare Quantum States](./2_state_preparation/)

### [Chapter 3. Implement Quantum Operations](./3_unitary_implementation/)

### [Chapter 4. Analyze Quantum States](./4_analyze_states/)

### [Chapter 5. Analyze Quantum Operations](./5_analyze_operations/)

### [Chapter 6. Evaluate Classical Functions on a Quantum Computer](./6_reversible_computing/)

### [Chapter 7. Grover's Search Algorithm](./7_grovers_search/)

### [Chapter 8. Solve N Queens Puzzle Using Grover's Algorithm](./8_n_queens/)

### Chapter 9. Evaluate Performance of Quantum Algorithms