Skip to content

Quantum Computing

Quantum Computing

Quantum Computing & Information

1. Overview of Quantum Computing, a Fundamental Innovation in the Computing Paradigm

    flowchart LR
    A["Binary bit computation"] -- "Shift to qubits based on superposition and entanglement" --> B["Quantum computing"]
  

Definition: A technology that exponentially increases computational speed by using qubits, which exploit the quantum-mechanical phenomena of superposition and entanglement, instead of classical bits (0 or 1).

Characteristics: (Quantum advantage) Leverages superposition and entanglement to deliver computational power that overwhelms classical supercomputers on specific problems. (Algorithmic advantage) Achieves exponential speedups in Shor’s algorithm (factoring) and Grover’s algorithm (search). (Security impact) Threatens current RSA/ECC cryptosystems, accelerating the shift to Post-Quantum Cryptography (PQC).


2. Core Principles and Architecture of Quantum Computing

A. Key Physical Properties of Quantum Systems

    flowchart LR
    subgraph SUP["Superposition"]
        A["0 and 1 exist simultaneously —<br/>2^n states processed in parallel"]
    end

    subgraph ENT["Entanglement"]
        B["Strong correlation between qubits —<br/>synchronized information at a distance"]
    end

    SUP --- ENT

    style SUP fill:#E3F2FD,stroke:#1976D2
    style ENT fill:#F3E5F5,stroke:#7B1FA2
  
Core PrincipleDescriptionBusiness Value
Superpositionn qubits represent 2^n states simultaneouslyExponential parallel computation performance
EntanglementThe state of one qubit instantly affects anotherSimulating relationships between complex data
Quantum interferenceAdjusts probability distributions to maximize the chance of the correct answerKey to solving optimization problems

B. Quantum Computing Implementation Approaches and Technology Stack

    flowchart TD
    subgraph R1[" "]
        direction LR
        HW["Hardware approaches<br/>Superconducting circuits (IBM, Google)<br/>Ion trap (IonQ, Honeywell)<br/>Photonic (Xanadu)"]
        AL["Core algorithms<br/>Shor (factoring)<br/>Grover (data search)<br/>VQE (quantum chemistry simulation)"]
    end
    subgraph R2[" "]
        direction LR
        SW["Software/frameworks<br/>Qiskit (IBM)<br/>Cirq (Google)<br/>Braket (AWS)"]
        ER["Error correction<br/>Quantum Error Correction<br/>NISQ → fault tolerance —<br/>improving qubit accuracy"]
    end

    style HW fill:#E3F2FD,stroke:#1976D2,color:#000
    style AL fill:#F3E5F5,stroke:#7B1FA2,color:#000
    style SW fill:#E8F5E9,stroke:#388E3C,color:#000
    style ER fill:#FFF3E0,stroke:#F57C00,color:#000
    style R1 fill:none,stroke:none
    style R2 fill:none,stroke:none
  
CategoryKey ContentNotes
NISQNoisy Intermediate-Scale QuantumPresent-day, medium-scale quantum devices with errors
Error correctionQuantum Error Correction (QEC)Essential technology for practical quantum computers
Cooling systemsCryogenic equipmentPhysical constraint and requirement of superconducting approaches

3. Ripple Effects and Industry Outlook for Quantum Computing

CategoryKey Impact / Application AreaResponse Strategy
Security and cryptographyThreatens public-key cryptosystems (RSA, etc.)Adopt and prepare Post-Quantum Cryptography (PQC)
New materials/drugsMolecular-level simulationHigher-efficiency batteries, shorter drug-candidate discovery timelines
Finance/logisticsSolving complex optimization problemsPortfolio optimization, logistics route optimization
AI/MLQuantum machine learning (QML)Innovations in large-scale data training and inference speed