All the code can be found in quantum_keypad/ folder.
Here I used Raspberry Pi Zero W.
Front side | Back side |
---|---|
Bell State | Result of two Hadamard gates |
---|---|
[video demonstration 1] | [video demonstration 2] |
---|---|
All the code can be found in mouse_controller/ folder.
Server
was launched on MacBook and client
was launched on Raspberry Pi 2 Model B.
Raspberry Pi was used as a controller with joystick and water sensor (it simulates the pressing of Space bar).
Action | Inside the box |
---|---|
Name | Description |
---|---|
Etcher | Burn Raspbian images to Raspberry Pi |
slither.io | Used this game to test my Joystick made with water sensor |
autopy | Used for controlling the mouse on my MacBook from Python script. Supports only Python 2 |
evdev | Python package helped me a lot to read inputs from keypad and turn it into Quantum Keypad. Here one can find awesome tutorial on how to use the evdev |
QISKit | Quantum simulator to evaluate quantum circuits |
ModelQ | Inspiration |