Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcnickolas/quantum-programming-in-depth
- Owner: tcNickolas
- Created: 2023-06-11T21:36:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T06:13:31.000Z (22 days ago)
- Last Synced: 2024-12-01T07:21:16.165Z (22 days ago)
- Topics: qiskit, qsharp, quantum, quantum-computing, quantum-programming, tutorials
- Language: Q#
- Homepage: https://mng.bz/M1R7
- Size: 240 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- 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.![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