File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- # Quantum Computing Basics
1+ # Quantum Computing Basics With Qiskit
22
3- Code examples from the Real Python tutorial on [ Quantum Computing Basics] ( https://realpython.com/quantum-computing-basics/ ) .
3+ Code examples for the Real Python tutorial on [ Quantum Computing Basics With Qiskit ] ( https://realpython.com/quantum-computing-basics/ ) .
44
55## Requirements
66
7- - Python 3.11 +
7+ - Python 3.10 +
88- Dependencies from ` pyproject.toml `
99
1010## Running the Examples
1111
12- The main example creates a simple quantum circuit with a Hadamard gate and measurement.
12+ You can use uv to run the main example, which creates a simple quantum circuit with a Hadamard gate and measurement:
13+
14+ ``` sh
15+ $ uv run quantum_circuit.py
16+ ```
Original file line number Diff line number Diff line change 11[project ]
22name = " quantum-computing-basics"
33version = " 0.1.0"
4- requires-python = " >=3.11 "
4+ requires-python = " >=3.10 "
55dependencies = [
6- " qiskit==2.1.1" ,
7- " matplotlib" ,
8- " pylatexenc" ,
6+ " qiskit[visualization]==2.2.3"
97]
You can’t perform that action at this time.
0 commit comments