Decoherence

The enemy of quantum logic.

Decoherence is the process by which a quantum system loses its quantum properties, such as superposition and entanglement, due to interactions with its environment, leading to a transition towards a classical state.

        graph LR
  Center["Decoherence"]:::main
  Center --> Child_quantum_error_correction["quantum-error-correction"]:::child
  click Child_quantum_error_correction "/terms/quantum-error-correction"
  Rel_post_quantum_cryptography_pqc["post-quantum-cryptography-pqc"]:::related -.-> Center
  click Rel_post_quantum_cryptography_pqc "/terms/post-quantum-cryptography-pqc"
  Rel_quantum_gate["quantum-gate"]:::related -.-> Center
  click Rel_quantum_gate "/terms/quantum-gate"
  Rel_adiabatic_quantum_computation["adiabatic-quantum-computation"]:::related -.-> Center
  click Rel_adiabatic_quantum_computation "/terms/adiabatic-quantum-computation"
  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;

      

🧠 지식 테스트

1 / 3

🧒 5살도 이해할 수 있게 설명

동전이 앞면과 뒷면이 동시에 있는 상태(중첩)라고 상상해보세요. 테이블을 톡 건드리면 동전이 떨어지면서 앞면이나 뒷면 중 하나가 되는데, '둘 다'인 마법은 사라지는 거죠.

🤓 Expert Deep Dive

결맞음 상실(Decoherence)은 양자계가 주변 환경과 얽히면서 양자 결맞음(quantum coherence)을 잃어버리는 비가역적인 과정입니다. 수학적으로, 시스템의 상태가 밀도 행렬 ρ_S로 표현되고, 시스템-환경 결합 상태가 ρ_SE라면, 환경 자유도(ρ_E)를 추적(trace out)하면 시스템은 혼합 상태(mixed state)가 됩니다: ρ'_S = Tr_E(ρ_SE). 이 추적 연산은 일반적으로 선호되는 기저(종종 계산 기저)에서 대각 행렬을 생성하며, 이는 결맞음을 나타내는 비대각 성분의 손실을 의미합니다. 결맞음 상실의 속도(종종 T2 시간 상수로 특징지어짐)는 시스템-환경 결합의 특성에 따라 달라집니다. 예를 들어, 자기장 변동은 스핀 큐비트(T2*)에서 결맞음 상실을 유발할 수 있으며, 전하 노이즈는 초전도 큐비트에 영향을 줄 수 있습니다. 양자 오류 보정(QEC) 코드는 논리 큐비트(logical qubit)를 여러 물리 큐비트(physical qubit)로 인코딩하여 결맞음 상실에 대응하도록 설계되었으며, 논리 상태를 직접 측정하지 않고도 오류를 감지하고 수정할 수 있게 합니다. 임계값 정리(threshold theorem)는 결맞음 상실로 인한 물리적 오류율이 특정 임계값 이하이면, QEC를 통해 임의로 긴 양자 계산이 가능하다고 제안합니다. 아키텍처 설계 시에는 큐비트 연결성과 게이트 충실도(gate fidelity)를 극도의 환경 격리 필요성과 균형 있게 고려해야 합니다.

🔗 관련 용어

더 알아보기:

📚 출처