Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 850 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 850 Bytes

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