Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertnieto/quantum-logic-gates-exercises
Quantum Logic Gates exercises - Bell states, quantum addition, and teleportation algorithm implementation in Python using QISKit Quantum Lab.
https://github.com/albertnieto/quantum-logic-gates-exercises
quantum quantum-algorithms quantum-computing
Last synced: 1 day ago
JSON representation
Quantum Logic Gates exercises - Bell states, quantum addition, and teleportation algorithm implementation in Python using QISKit Quantum Lab.
- Host: GitHub
- URL: https://github.com/albertnieto/quantum-logic-gates-exercises
- Owner: albertnieto
- License: apache-2.0
- Created: 2023-12-12T18:37:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:48:41.000Z (4 months ago)
- Last Synced: 2024-11-06T19:26:34.650Z (about 2 months ago)
- Topics: quantum, quantum-algorithms, quantum-computing
- Language: Jupyter Notebook
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum Logic Gates Exercises
## Objectives
Acquire skills in using basic quantum gates, understanding quantum state evolution, Bell states, and implementing a quantum incrementer.## Guidelines
### Exercise 1
Implement four quantum circuits to evolve the system to each of the four Bell states. Describe the evolution step by step in Dirac notation and matrix form. Implement circuits using QISKIt Quantum Lab and verify results.### Exercise 2
Implement four-qubit circuits that add values 1 to 8 to the quantum register. Verify functionality using QISKit Quantum Lab.### Exercise 3
Implement the quantum teleportation algorithm in Python to teleport the state of Alice's qubit to Bob's qubit. The state is determined by angles 𝜃 and 𝜙 on the Bloch sphere.