use the online calculation supporting version of the code

This commit is contained in:
Valentin Boettcher 2022-08-29 16:29:41 +02:00
parent 520adcb1a7
commit de7ff3f7f7
2 changed files with 298 additions and 236 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ python = ">=3.9,<3.11"
# hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="use_new_stocproc_for_10" } # hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="use_new_stocproc_for_10" }
# stocproc = { git = "git@github.com:vale981/stocproc.git", branch="fix_relative" } # stocproc = { git = "git@github.com:vale981/stocproc.git", branch="fix_relative" }
# hopsflow = { git = "git@github.com:vale981/hopsflow.git", branch="fix_for_10" } # hopsflow = { git = "git@github.com:vale981/hopsflow.git", branch="fix_for_10" }
hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="main" } hiro_models = { git = "git@github.com:vale981/two_qubit_model.git", branch="online_calculation" }
matplotlib = "^3.5.0" matplotlib = "^3.5.0"
jupyter = "^1.0.0" jupyter = "^1.0.0"
qutip = "^4.6.2" qutip = "^4.6.2"