master-thesis/python/energy_flow_proper/05_gaussian_two_baths/pyproject.toml
2022-07-04 16:36:29 +02:00

25 lines
868 B
TOML

[tool.poetry]
name = "05_gaussian_two_bathstest"
version = "0.1.1"
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"
#numpy = "^1.20.3"
#scipy = "^1.7.3"
#stocproc = { git = "https://github.com/vale981/stocproc", rev="20dee534d76db6f9b9656250dd594db36c5542aa"}
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", rev="36905de2e4f1b2e9c416c62e7bea20d18907b2aa" }
hopsflow = { git = "https://github.com/vale981/hopsflow", rev="aa8edc539d4899fe2e2c83d72a4ae6f17ccc8a78" }
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
qutip = "^4.6.2"
sympy = "^1.9"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"