Fiveable

โš›๏ธIntro to Quantum Mechanics I Unit 13 Review

QR code for Intro to Quantum Mechanics I practice questions

13.1 Qubits and quantum gates

โš›๏ธIntro to Quantum Mechanics I
Unit 13 Review

13.1 Qubits and quantum gates

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โš›๏ธIntro to Quantum Mechanics I
Unit & Topic Study Guides

Qubits are the building blocks of quantum computing, existing in superposition and holding more information than classical bits. They're visualized using the Bloch sphere and mathematically represented as linear combinations of basis states.

Quantum gates manipulate qubits, performing operations like creating superposition or entanglement. Single-qubit gates like Hadamard and Pauli gates, and multi-qubit gates like CNOT, form universal sets for implementing complex quantum algorithms.

Qubits and Superposition

Fundamental Concepts of Qubits

  • Qubit represents the basic unit of quantum information
  • Qubits exist in superposition of states, allowing for multiple values simultaneously
  • Superposition enables qubits to hold more information than classical bits
  • Quantum measurement collapses superposition, forcing qubit into definite state
  • Measurement outcome probabilistic, based on qubit's state before measurement

Visualizing Qubit States

  • Bloch sphere provides 3D representation of qubit state
  • Sphere's surface represents all possible pure states of a qubit
  • North and south poles correspond to classical bit states (|0โŸฉ and |1โŸฉ)
  • Points on sphere's equator represent equal superposition of |0โŸฉ and |1โŸฉ
  • Any point on sphere's surface represents unique qubit state

Mathematical Representation of Qubits

  • Qubit state expressed as linear combination of basis states: โˆฃฯˆโŸฉ=ฮฑโˆฃ0โŸฉ+ฮฒโˆฃ1โŸฉ|\psiโŸฉ = ฮฑ|0โŸฉ + ฮฒ|1โŸฉ
  • ฮฑ and ฮฒ complex numbers, representing probability amplitudes
  • Normalization condition: โˆฃฮฑโˆฃ2+โˆฃฮฒโˆฃ2=1|ฮฑ|^2 + |ฮฒ|^2 = 1
  • Measurement probabilities: P(โˆฃ0โŸฉ)=โˆฃฮฑโˆฃ2P(|0โŸฉ) = |ฮฑ|^2 and P(โˆฃ1โŸฉ)=โˆฃฮฒโˆฃ2P(|1โŸฉ) = |ฮฒ|^2
  • Phase difference between ฮฑ and ฮฒ determines qubit's position on Bloch sphere

Quantum Gates

Single-Qubit Gates

  • Quantum gates perform unitary operations on qubits
  • Hadamard gate creates superposition from basis states
  • Hadamard gate representation: H=12(111โˆ’1)H = \frac{1}{\sqrt{2}}\begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix}
  • Pauli gates (X, Y, Z) rotate qubit state around Bloch sphere axes
  • X gate (NOT gate) flips qubit state: X=(0110)X = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}
  • Z gate changes qubit's phase: Z=(100โˆ’1)Z = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}

Multi-Qubit Gates

  • CNOT (Controlled-NOT) gate operates on two qubits
  • CNOT flips target qubit if control qubit |1โŸฉ, does nothing if control qubit |0โŸฉ
  • CNOT gate crucial for creating entanglement between qubits
  • CNOT gate representation: CNOT=(1000010000010010)CNOT = \begin{pmatrix} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 1 & 0 \end{pmatrix}
  • Toffoli gate (CCNOT) extends CNOT to three qubits, flips target if both controls |1โŸฉ

Universal Gate Sets

  • Combination of gates forming universal set can implement any quantum operation
  • Common universal set includes Hadamard, CNOT, and T gate
  • T gate introduces phase shift: T=(100eiฯ€/4)T = \begin{pmatrix} 1 & 0 \\ 0 & e^{i\pi/4} \end{pmatrix}
  • Universal sets enable construction of complex quantum algorithms

Quantum Circuits and Entanglement

Quantum Circuit Fundamentals

  • Quantum circuits represent sequences of quantum operations
  • Circuits composed of quantum gates applied to qubits
  • Horizontal lines represent qubits, progressing from left to right
  • Vertical lines with controls represent multi-qubit gates (CNOT)
  • Measurement operations depicted by meter symbols at end of qubit lines
  • Circuit diagrams crucial for designing and analyzing quantum algorithms

Quantum Entanglement and Its Applications

  • Quantum entanglement describes correlated states between multiple qubits
  • Entangled qubits exhibit stronger-than-classical correlations
  • Creating entanglement involves applying gates to initially separable qubits
  • Bell states represent maximally entangled two-qubit states
  • Bell state example: โˆฃฮฆ+โŸฉ=12(โˆฃ00โŸฉ+โˆฃ11โŸฉ)|\Phi^+โŸฉ = \frac{1}{\sqrt{2}}(|00โŸฉ + |11โŸฉ)
  • Entanglement enables quantum teleportation and superdense coding
  • Quantum key distribution protocols utilize entanglement for secure communication

Measuring Entanglement and Quantum State Tomography

  • Entanglement quantified using measures like concurrence or entanglement entropy
  • Quantum state tomography reconstructs full quantum state from measurements
  • Tomography requires multiple measurements in different bases
  • Process involves preparing identical copies of quantum state and performing various measurements
  • Reconstructed density matrix provides complete description of quantum system's state
  • Challenges in tomography include exponential scaling with number of qubits