Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.01 KB

File metadata and controls

36 lines (27 loc) · 2.01 KB

⛄ Winter School - Quantum Computing

Please check the workshop website for updates.

👀 Overview

📝 Contents

  • Day 1: Introduction

    • Overview of the field: what it is, what it is not, who invests and how to study.
    • Bits x Qubits: differences and physical implementations. Linear algebra review: row and column vectors, matrices, tensor product. Relationship with physical concepts. Eigenvalues equation. Introduction of Dirac notation.
    • Computing with logic gates: classical and quantum comparison. Common gates: Pauli matrices, CNOT, Hadamard, Ctrl-R, SWAP.
  • Day 2: Quantum Teleport (via qiskit)

    • introduce Qiskit syntax: definition of qubits, circuits and measurements.
    • algorithm idea
    • code demonstration
  • Day 3: Grover's algorithm (via qiskit)

    • algorithm idea: Classic version - unstructured search, typical complexity. Quantum version - oracle concept, math development, quantum circuit.
    • code demonstration
  • Day 4: Shor's algorithm (via qiskit)

    • introduce preliminary concepts: prime factorization, application in cryptography.
    • algorithm idea
    • code demonstration