This repository contains two exercises on Quantum Computing:
- Phase Flip Error correction
- Grover's Algorithm
Before we start, you will need to install qiskit library in order to make the quantum circuits and simulation. An account on IBM Quantum Platform is recommended but not mandatory to run in real-time the code.
Clone repository:
git clone https://github.com/antelopoul/Quantum-Course-w-qiskit/
Install dependencies:
pip install qiskit