ubsuny / CP1-24-HW1

Homework template for CP1 in 2024
1 stars 17 forks source link

This repository contains the codes implementing Bell's inequality on a quantum computer and documentation explaining the Physics behind the code.

Contents:

  1. BellsInequalityTheory.md - Documentation on Physics of Bell's inequality
  2. bells-inequality - folder containing quantumcode.py, the computational implementation of CHSH inequality
  3. unit-testing - folder for unit tests for the code
  4. Requirements - folder containing qiskit documentation
  5. jupyter-notebooks - folder containing jupyter notebooks to test the code locally, on a classical computer, and on IBM Quantum computer
  6. Running-Instructions - folder containing instructions on how to set up and run the code