Quantum Entanglement

아무리 멀리 떨어져 있어도 서로 연결되어 있는 입자들의 양자 상태.

이는 고전 물리학으로는 설명할 수 없는 '비국소적(non-local)' 현상입니다. 아인슈타인은 이를 '유령 같은 원격 작용'이라 부르며 의심했으나, 죨 벨의 부등식 실험 등을 통해 실재함이 증명되었습니다. 양자 얽힘은 양자 컴퓨터가 슈퍼컴퓨터를 능가하는 연산 속도를 내게 하는 핵심 자원이며, 해킹 불가능한 양자 인터넷의 기반이 됩니다.

        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살도 이해할 수 있게 설명

서로 연결된 마법의 주사위 두 개가 있습니다. 하나를 던져 1이 나오면, 우주 끝에 있는 다른 주사위도 즉시 1이 나옵니다.

🤓 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.

🔗 관련 용어

선행 지식:

📚 출처