/Demo-VQO-of-CHSH-Violation

A demonstration of using variational quantum optimization (VQO) to find a quantum protocol that maximally violates the CHSH inequality.

Primary LanguageJupyter NotebookMIT LicenseMIT

Variational Quantum Optimization of Quantum Nonlocality

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