master-thesis/python/energy_flow_proper/07_one_bath_systematics/pyproject.toml

23 lines
713 B
TOML
Raw Normal View History

2022-03-21 16:16:44 +01:00
[tool.poetry]
name = "07_one_bath_systematics"
version = "1.0.0"
description = "Some basic systematic studies of the heatflow with one bath for the masters thesis write-up."
authors = ["Valentin Boettcher <hiro@protagon.space>"]
license = "GPLv3"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
2022-03-23 13:28:16 +01:00
hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="main" }
2022-03-21 16:16:44 +01:00
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="BathMemoryTruncation" }
matplotlib = "^3.5.0"
jupyter = "^1.0.0"
qutip = "^4.6.2"
lmfit = "^1.0.3"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"