initial commit

This commit is contained in:
Hans Aschauer 2026-07-13 15:53:43 +02:00
parent 6f908454fa
commit 4c028e74e2
15 changed files with 3110 additions and 0 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[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" }