15 lines
285 B
TOML
15 lines
285 B
TOML
|
|
[project]
|
||
|
|
name = "2026-05-07-quantum-info"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
"matplotlib>=3.10.9",
|
||
|
|
"qtensor",
|
||
|
|
"sympy>=1.14.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[tool.uv.sources]
|
||
|
|
qtensor = { path = "../qtensor" }
|