mirror of
https://github.com/kristoferssolo/grovers-visualizer.git
synced 2025-10-21 20:10:35 +00:00
refactor: make subfiles
This commit is contained in:
parent
f86fab1ae1
commit
ce20929469
@ -16,6 +16,10 @@ mpl = ["pyqt6>=6.9.0"]
|
|||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = ["mypy>=1.15.0", "ruff>=0.11.4"]
|
dev = ["mypy>=1.15.0", "ruff>=0.11.4"]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
mypy_path = "src"
|
mypy_path = "src"
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
@ -34,7 +38,7 @@ warn_unused_configs = true
|
|||||||
show-fixes = true
|
show-fixes = true
|
||||||
line-length = 120
|
line-length = 120
|
||||||
indent-width = 4
|
indent-width = 4
|
||||||
target-version = "py312"
|
target-version = "py313"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = [
|
extend-select = [
|
||||||
|
|||||||
0
src/grovers_visualizer/__init__.py
Normal file
0
src/grovers_visualizer/__init__.py
Normal file
0
src/grovers_visualizer/circuit.py
Normal file
0
src/grovers_visualizer/circuit.py
Normal file
0
src/grovers_visualizer/plot.py
Normal file
0
src/grovers_visualizer/plot.py
Normal file
0
src/grovers_visualizer/state.py
Normal file
0
src/grovers_visualizer/state.py
Normal file
2
uv.lock
2
uv.lock
@ -70,7 +70,7 @@ wheels = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "grovers-visualizer"
|
name = "grovers-visualizer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = { virtual = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "numpy" },
|
{ name = "numpy" },
|
||||||
{ name = "qiskit", extra = ["visualization"] },
|
{ name = "qiskit", extra = ["visualization"] },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user