Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 428 Bytes

File metadata and controls

16 lines (10 loc) · 428 Bytes

Quantum Computing Basics With Qiskit

Code examples for the Real Python tutorial on Quantum Computing Basics With Qiskit.

Requirements

  • Python 3.10+
  • Dependencies from pyproject.toml

Running the Examples

You can use uv to run the main example, which creates a simple quantum circuit with a Hadamard gate and measurement:

$ uv run quantum_circuit.py