Teleporting a Qubit =================== .. note:: Native mode is the low-level Twisted interface. For new projects, the NetQASM SDK is recommended. See :doc:`New SDK Overview <../new-sdk/Overview>` and the :doc:`new SDK version of this example <../new-sdk/Teleport>`. Let's now consider a very simple protocol, in which Alice first generates an EPR pair with Bob, and then teleports a qubit to Bob. To program it in SimulaQron's native mode, we will use the template described in :doc:`Template