QuantumKatas/CHSHGame
Alex Hansen 4e74bcdf70
update QDK version (#892)
2023-09-19 11:43:09 -07:00
..
.vscode Add DevSkim scanning and resolve initial alerts (#778) 2022-04-22 16:47:21 -07:00
CHSHGame.csproj update QDK version (#892) 2023-09-19 11:43:09 -07:00
CHSHGame.ipynb Fix links to Q# docs broken by migration to /azure/ (#607) 2021-03-23 17:25:39 -07:00
CHSHGame.sln Add CHSH Game kata (#85) 2019-04-09 00:14:33 -07:00
README.md Remove most links to mybinder.org and add notes about its reduced capacity (#887) 2023-06-08 09:06:01 -07:00
ReferenceImplementation.qs Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00
Tasks.qs [CHSHGame/GHZGame] Add workbooks (#427) 2020-09-11 16:32:10 -07:00
Tests.qs Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00
Workbook_CHSHGame.ipynb Remove parenthesis around the condition in the if block (#851) 2022-11-03 16:42:36 -07:00

README.md

Welcome!

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

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