2022-11-30 18:24:23 -05:00
|
|
|
[tool.poetry]
|
2022-12-13 23:39:41 -05:00
|
|
|
name = "otto_paper"
|
2022-11-30 18:24:23 -05:00
|
|
|
version = "1.0.0"
|
|
|
|
description = "Testing out the one bath case with time dependent coupling and two baths."
|
|
|
|
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="main" }
|
|
|
|
matplotlib = "^3.5.0"
|
2022-12-13 23:39:41 -05:00
|
|
|
#jupyter = "*"
|
2022-11-30 18:24:23 -05:00
|
|
|
qutip = "^4.6.2"
|
|
|
|
lmfit = "=1.0.2"
|
|
|
|
ipython = "^8.3.0"
|
|
|
|
traitlets = "==5.2.0"
|
|
|
|
Cython = "^0.29.30"
|
|
|
|
tabulate = "^0.8.9"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "^21.12b0"
|
|
|
|
click = "==8.0.4"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0", "cython"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|