update hops

This commit is contained in:
Valentin Boettcher 2022-02-23 18:12:11 +01:00
parent 04ae9f32a6
commit d2e688175f
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -292,8 +292,8 @@ typer = "^0.4.0"
[package.source]
type = "git"
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
reference = "main"
resolved_reference = "6c76b65fdcd672dae1eb3d45706fc651b45f8cde"
reference = "BathMemoryTruncation"
resolved_reference = "8980d85493f261745723ecbb15db77dafcdd0cd3"
[[package]]
name = "humanfriendly"
@ -914,7 +914,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.11"
content-hash = "1f4d89381c1a57b4f03dac867b933a0de465fd7e8e472b28fd63593ee7e24a66"
content-hash = "ba1521fe96275442a9a2a757978968604e7947d3e0fe7b715f4585a8b800ef1b"
[metadata.files]
appnope = [

View file

@ -10,7 +10,7 @@ repository = "https://github.com/vale981/two_qubit_model"
python = ">=3.9,<3.11"
numpy = "^1.20.0"
qutip = "^4.6.3"
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="main" }
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="BathMemoryTruncation" }
beartype = "^0.10.1"
[tool.poetry.dev-dependencies]