An open API service indexing awesome lists of open source software.

https://github.com/strilanc/quantum-pseudo-telepathy

Code demonstrating the quantum process used to consistently win a game that can only be won 8 times out of 9 classically.
https://github.com/strilanc/quantum-pseudo-telepathy

Last synced: 8 months ago
JSON representation

Code demonstrating the quantum process used to consistently win a game that can only be won 8 times out of 9 classically.

Awesome Lists containing this project

README

          

Quantum-Pseudo-Telepathy
========================

Code demonstrating the quantum process used to consistently win a game that can only be won 8 times out of 9 classically.

The code just simulates the quantum circuits that Alice and Bob use to win the game. The general approach is explained in [this blog post](http://twistedoakstudios.com/blog/Post6536_implementing-quantum-pseudo-telepathy).

Reference diagrams:

Win/Lose/Fail-to-follow-rules outcomes of the coordination game being played:

![Win/Lose/Fail outcomes](http://i.imgur.com/ffxX6wx.png)

Circuits used for each row and column:

![Board Layout](http://i.imgur.com/Tdjxon6.png)

Gates used by circuits:

![1-wire gates](http://i.imgur.com/qOYUp3y.png)

![2-wire gates](http://i.imgur.com/rfOfthU.png)

![Entangler](http://i.imgur.com/AoMx3wQ.png)

![Overall Game Circuit](http://i.imgur.com/G4DhUOx.png)