QuantumKatas/GHZGame
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
GHZGame.csproj update QDK version (#892) 2023-09-19 11:43:09 -07:00
GHZGame.ipynb [GHZGame] Return the link to Michael Walter's lecture notes (#889) 2023-07-31 13:26:27 -07:00
GHZGame.sln Add GHZ Game kata (#86) 2019-04-16 22:58:35 -07:00
README.md [GHZGame] Return the link to Michael Walter's lecture notes (#889) 2023-07-31 13:26:27 -07:00
ReferenceImplementation.qs Remove parenthesis around the condition in the if block (#851) 2022-11-03 16:42:36 -07:00
Tasks.qs [CHSHGame/GHZGame] Add workbooks (#427) 2020-09-11 16:32:10 -07:00
Tests.qs Remove parenthesis around the condition in the if block (#851) 2022-11-03 16:42:36 -07:00
Workbook_GHZGame.ipynb Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00

README.md

Welcome!

This kata covers the Greenberger-Horne-Zeilinger game (often abbreviated as GHZ game), a well-known example 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