QuantumKatas/Teleportation
Andres Paz 1c2e26528a Updating QDK version to 0.5.1903.2703 (#90) 2019-03-28 15:56:51 -07:00
..
.vscode Create Teleportation kata (#12) 2018-09-10 08:56:39 -07:00
README.md Improve several readme files (#48) 2018-11-27 16:32:52 -08:00
ReferenceImplementation.qs Migrate the katas to QDK 0.3 and .NET Core 2.1 (#43) 2018-10-30 08:48:56 -07:00
Tasks.qs Migrate the katas to QDK 0.3 and .NET Core 2.1 (#43) 2018-10-30 08:48:56 -07:00
Teleportation.csproj Updating QDK version to 0.5.1903.2703 (#90) 2019-03-28 15:56:51 -07:00
Teleportation.sln Create Teleportation kata (#12) 2018-09-10 08:56:39 -07:00
TestSuiteRunner.cs Create Teleportation kata (#12) 2018-09-10 08:56:39 -07:00
Tests.qs Take advantage of new 0.3 language features (#49) 2018-11-27 16:32:23 -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.

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