2022-04-05 14:07:38 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "08_dynamic_one_bath"
|
|
|
|
version = "1.0.0"
|
2022-04-06 19:12:13 +02:00
|
|
|
description = "Testing out the one bath case with time dependent coupling."
|
2022-04-05 14:07:38 +02:00
|
|
|
authors = ["Valentin Boettcher <hiro@protagon.space>"]
|
|
|
|
license = "GPLv3"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = ">=3.9,<3.11"
|
|
|
|
hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="main" }
|
|
|
|
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="time_dep_coupling" }
|
|
|
|
matplotlib = "^3.5.0"
|
|
|
|
jupyter = "^1.0.0"
|
|
|
|
qutip = "^4.6.2"
|
|
|
|
lmfit = "^1.0.3"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "^21.12b0"
|
|
|
|
click = "==8.0.4"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|