Quantum Entanglement

距離に関係なく、粒子同士が運命を共にする量子力学的な結びつき。

一方の粒子を観測して状態が確定すると、もう一方の状態も瞬時に確定します。アインシュタインはこれを「不気味な遠隔作用」と呼びました。これは量子コンピュータの並列処理能力の源泉であり、量子暗号通信の安全性を保証する物理法則でもあります。環境ノイズによりこの状態が壊れること(デコヒーレンス)が、量子コンピュータ実用化の主な壁となっています。

        graph LR
  Center["Quantum Entanglement"]:::main
  Pre_qubit["qubit"]:::pre --> Center
  click Pre_qubit "/terms/qubit"
  Pre_linear_algebra["linear-algebra"]:::pre --> Center
  click Pre_linear_algebra "/terms/linear-algebra"
  Rel_quantum_teleportation["quantum-teleportation"]:::related -.-> Center
  click Rel_quantum_teleportation "/terms/quantum-teleportation"
  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歳でもわかるように説明

魔法の双子のようなものです。片方が笑えば、地球の裏側にいても、もう片方も同時に笑い出します。

🤓 Expert Deep Dive

## The Bell States
- $|\Phi^{\pm} angle = rac{1}{\sqrt{2}}(|00 angle \pm |11 angle)$
- $|\Psi^{\pm} angle = rac{1}{\sqrt{2}}(|01 angle \pm |10 angle)$
These states represent the maximum possible correlation between two qubits.

🔗 関連用語

前提知識:

📚 出典