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: about 1 month ago
JSON representation
Code samples for the book "Quantum Programming In Depth: Solving Problems with Q# and Qiskit" by Mariia Mykhailova
- Host: GitHub
- URL: https://github.com/tcnickolas/quantum-programming-in-depth
- Owner: tcNickolas
- Created: 2023-06-11T21:36:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T01:18:36.000Z (3 months ago)
- Last Synced: 2025-02-02T05:27:09.186Z (3 months ago)
- Topics: qiskit, qsharp, quantum, quantum-computing, quantum-programming, tutorials
- Language: Q#
- Homepage: https://mng.bz/M1R7
- Size: 310 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
### [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](./9_evaluate_performance/)