This repository contains Jupyter notebooks demonstrating various quantum algorithms.
- CHSH Inequality: Demonstrates the violation of the CHSH inequality using a quantum computer.
- Quantum Approximate Optimization Algorithm: Implements the Quantum Approximate Optimization Algorithm (QAOA).
- Python
- Jupyter Notebook
- Qiskit
-
Clone the repository:
git clone https://github.com/danchev/learning-quantum-algorithms.git cd learning-quantum-algorithms -
Install the required Python packages:
pip install -r requirements.txt
-
Start Jupyter Notebook:
jupyter notebook
-
Open the desired notebook from the Jupyter interface.
This project is licensed under the MIT License.