Quantum Teleportation

量子もつれを利用して、粒子の「状態」を離れた場所に瞬時に転送する技術。

「物質」そのものを転送するのではなく、「情報(量子状態)」を転送します。送信側で行う測定により元の状態は破壊されます(No-Cloning定理)。受信側では、送られてきた測定結果を基に操作を行い、元の状態を完全に再現します。これは盗聴不可能な絶対的セキュリティを持つ「量子通信」や、量子コンピュータを接続する「量子インターネット」の根幹技術です。

        graph LR
  Center["Quantum Teleportation"]:::main
  Pre_quantum_entanglement["quantum-entanglement"]:::pre --> Center
  click Pre_quantum_entanglement "/terms/quantum-entanglement"
  Pre_qubit["qubit"]:::pre --> Center
  click Pre_qubit "/terms/qubit"
  Rel_quantum_internet["quantum-internet"]:::related -.-> Center
  click Rel_quantum_internet "/terms/quantum-internet"
  Rel_quantum_cryptography["quantum-cryptography"]:::related -.-> Center
  click Rel_quantum_cryptography "/terms/quantum-cryptography"
  Rel_decoherence["decoherence"]:::related -.-> Center
  click Rel_decoherence "/terms/decoherence"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5歳でもわかるように説明

📠 A way to send the 'blueprints' of an atom to a new location so perfectly that the atom at the other end becomes the original.

🤓 Expert Deep Dive

## Protocol Steps
1. Entanglement: Alice and Bob share a Bell pair.
2. Alice's Measure: Alice performs BSM on the unknown state and her qubit.
3. Classical Info: Alice sends 2 bits of result to Bob.
4. Bob's Correction: Bob applies a Pauli gate to restore the state.

🔗 関連用語

前提知識:

📚 出典