QuantumKatas/Teleportation
Robin Kuzmin 0414b2af4d
Switch to QDK ver 0.27.244707. (#860)
2022-12-11 22:12:40 -08:00
..
.vscode Add DevSkim scanning and resolve initial alerts (#778) 2022-04-22 16:47:21 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00
Tasks.qs [Teleportation] Add entanglement swapping task (#665) 2021-10-07 00:43:56 -07:00
Teleportation.csproj Switch to QDK ver 0.27.244707. (#860) 2022-12-11 22:12:40 -08:00
Teleportation.ipynb [Teleportation] Add closing bracket in a hint (#669) 2021-10-11 09:30:53 -07:00
Teleportation.sln Create Teleportation kata (#12) 2018-09-10 08:56:39 -07:00
Tests.qs Remove parenthesis around the condition in the if block (p2) (#853) 2022-11-22 23:51:15 -08:00

README.md

Welcome!

The teleportation kata covers quantum teleportation - a protocol which allows to communicate a quantum state using only classical communication and previously shared quantum entanglement.

You can run the Teleportation kata as a Jupyter Notebook!

The principle of deferred measurement, applied to teleportation protocol, is described in Nielsen & Chuang, section 4.4 (pp. 185-187).