QuantumKatas/CHSHGame
XField 9f4f919781
Update QDK to version 0.11.2003.3107 (#315)
2020-04-01 12:28:40 -07:00
..
.vscode Add CHSH Game kata (#85) 2019-04-09 00:14:33 -07:00
CHSHGame.csproj Update QDK to version 0.11.2003.3107 (#315) 2020-04-01 12:28:40 -07:00
CHSHGame.ipynb Update QDK to version 0.11.2003.3107 (#315) 2020-04-01 12:28:40 -07:00
CHSHGame.sln Add CHSH Game kata (#85) 2019-04-09 00:14:33 -07:00
README.md Update broken links to microsoft/Quantum samples (#233) 2019-11-18 10:46:06 -08:00
ReferenceImplementation.qs Another batch of fixes for QDK 0.6 (#112) 2019-05-09 13:08:45 -07:00
Tasks.qs Another batch of fixes for QDK 0.6 (#112) 2019-05-09 13:08:45 -07:00
TestSuiteRunner.cs Add CHSH Game kata (#85) 2019-04-09 00:14:33 -07:00
Tests.qs Another batch of fixes for QDK 0.6 (#112) 2019-05-09 13:08:45 -07:00

README.md

Welcome!

This kata covers the CHSH game, one of the most famous examples of a nonlocal (entanglement) game.

You can run the CHSH Game kata as a Jupyter Notebook!

In a nonlocal game, several cooperating players play a game against a referee answering the referee's questions. The players are free to share information (and even qubits!) before the game starts, but are forbidden from communicating with each other afterwards. Nonlocal games show that quantum entanglement can be used to increase the players' chance of winning beyond what would be possible with a purely classical strategy.

Theory

Q# Materials