Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 536 Bytes

Introduction

This repository contains two exercises on Quantum Computing:

  • Phase Flip Error correction
  • Grover's Algorithm

Prerequisites

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