mirror of
https://github.com/vale981/HOPSFlow-Paper
synced 2025-03-04 09:11:40 -05:00
30 lines
848 B
TOML
30 lines
848 B
TOML
[tool.poetry]
|
|
name = "otto_paper"
|
|
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"
|
|
#jupyter = "*"
|
|
qutip = "^4.6.2"
|
|
lmfit = "=1.0.2"
|
|
ipython = "^8.3.0"
|
|
traitlets = "==5.2.0"
|
|
Cython = "^0.29.30"
|
|
tabulate = "^0.8.9"
|
|
statsmodels = "^0.13.5"
|
|
bayesian-optimization = "^1.4.2"
|
|
colorama = "^0.4.6"
|
|
|
|
[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"
|