This repository contains a jupyter notebook that demonstrates the use of Variational Quantum Optimization (VQO) to find a maximally nonlocal quantum protocol in the CHSH scenario.
Please review the Chitambar Lab Development Guide for details regarding:
The included notebook requires pennylane
and matplotlib
. These python libraries can be installed from the command line using pip.
$ pip install pennylane
$ pip istall matplotlib