initial commit
This commit is contained in:
parent
6f908454fa
commit
4c028e74e2
15 changed files with 3110 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue