This repository contains the codes implementing Bell's inequality on a quantum computer and documentation explaining the Physics behind the code.
Contents:
- BellsInequalityTheory.md - Documentation on Physics of Bell's inequality
- bells-inequality - folder containing quantumcode.py, the computational implementation of CHSH inequality
- unit-testing - folder for unit tests for the code
- Requirements - folder containing qiskit documentation
- jupyter-notebooks - folder containing jupyter notebooks to test the code locally, on a classical computer, and on IBM Quantum computer
- Running-Instructions - folder containing instructions on how to set up and run the code