2022-01-17 16:38:57 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "02_finite_temp"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Finite temperature energy flow with a single qubit coupled to a bath."
|
|
|
|
authors = ["Valentin Boettcher <hiro@protagon.space>"]
|
|
|
|
license = "GPLv3"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = ">=3.9,<3.11"
|
|
|
|
numpy = "^1.20.3"
|
|
|
|
scipy = "^1.7.3"
|
|
|
|
stocproc = { git = "https://github.com/vale981/stocproc" }
|
|
|
|
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="main" }
|
2022-03-15 11:35:24 +01:00
|
|
|
hopsflow = { git = "https://github.com/vale981/hopsflow", branch="project_02_fix_backport" }
|
2022-01-17 16:38:57 +01:00
|
|
|
matplotlib = "^3.5.0"
|
|
|
|
jupyter = "^1.0.0"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "^21.12b0"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|