Quantum Entanglement

Conexión instantánea entre partículas cuánticas separadas por grandes distancias.

Si mides una partícula entrelazada, el estado de su compañera colapsa instantáneamente en un estado correlacionado. Esto desafía la intuición clásica de la localidad. Es vital para la computación cuántica, donde permite que los cúbits realicen cálculos complejos mucho más rápido que los bits clásicos. También se usa en criptografía cuántica (QKD) para detectar espías.

        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;

      

🧒 Explícalo como si tuviera 5 años

Imagina dos dados mágicos. Si tiras uno y sale un 6, el otro también sacará un 6 al instante, aunque esté en otra galaxia.

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

🔗 Términos relacionados

Requisitos previos:

📚 Fuentes