master-thesis/python/energy_flow_proper/05_gaussian_two_baths/pyproject.toml

26 lines
771 B
TOML
Raw Normal View History

2022-01-20 14:09:59 +01:00
[tool.poetry]
2022-02-05 16:33:56 +01:00
name = "05_gaussian_two_bathstest"
version = "0.1.1"
2022-01-20 14:09:59 +01:00
description = "Energy flow with a two HOs coupled to two baths and each other."
authors = ["Valentin Boettcher <hiro@protagon.space>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
2022-02-05 15:56:47 +01:00
#numpy = "^1.20.3"
#scipy = "^1.7.3"
#stocproc = { git = "https://github.com/vale981/stocproc" }
2022-02-25 20:45:53 +01:00
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="BathMemoryTruncation" }
2022-02-08 14:03:30 +01:00
hopsflow = { git = "https://github.com/vale981/hopsflow", branch="main" }
2022-01-20 14:09:59 +01:00
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
2022-02-05 11:21:44 +01:00
qutip = "^4.6.2"
2022-02-08 14:03:30 +01:00
sympy = "^1.9"
2022-01-20 14:09:59 +01:00
[tool.poetry.dev-dependencies]
black = "^21.12b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"