7519eb3f74
* Update the katas to use QDK 0.6.1905.301. * Add mechanism to verify that the reference solutions actually solve all tasks of a Notebook correctly. Co-Authored-By: Bettina Heim <34236215+bettinaheim@users.noreply.github.com> Co-Authored-By: Andres Paz <anpaz@microsoft.com> |
||
---|---|---|
.. | ||
.vscode | ||
README.md | ||
ReferenceImplementation.qs | ||
Tasks.qs | ||
Teleportation.csproj | ||
Teleportation.sln | ||
TestSuiteRunner.cs | ||
Tests.qs |
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.
- Teleportation is described as an example in the Q# documentation.
- Another description can be found in the Wikipedia article.
- An interactive demonstration can be found on the Wolfram Demonstrations Project.
The principle of deferred measurement, applied to teleportation protocol, is described in Nielsen & Chuang, section 4.4 (pp. 185-187).