mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
update and freeze hops version
This commit is contained in:
parent
ba90aa7a96
commit
6dbf69a6a4
3 changed files with 10 additions and 10 deletions
12
flake.nix
12
flake.nix
|
@ -11,12 +11,12 @@
|
||||||
name = "two_qubit_model";
|
name = "two_qubit_model";
|
||||||
shellPackages = pkgs: with pkgs; [ black pyright ];
|
shellPackages = pkgs: with pkgs; [ black pyright ];
|
||||||
python = pkgs: pkgs.python39;
|
python = pkgs: pkgs.python39;
|
||||||
shellOverride = (oldAttrs: {
|
# shellOverride = (oldAttrs: {
|
||||||
shellHook = ''
|
# shellHook = ''
|
||||||
export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
|
# export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
|
||||||
export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH
|
# export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH
|
||||||
'';
|
# '';
|
||||||
});
|
# });
|
||||||
poetryArgs = {
|
poetryArgs = {
|
||||||
projectDir = ./.;
|
projectDir = ./.;
|
||||||
};
|
};
|
||||||
|
|
6
poetry.lock
generated
6
poetry.lock
generated
|
@ -292,8 +292,8 @@ typer = "^0.4.0"
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
|
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
|
||||||
reference = "BathMemoryTruncation"
|
reference = "main"
|
||||||
resolved_reference = "736ec0a02bf5147e0299d3d030ec46d1c7e37055"
|
resolved_reference = "6c76b65fdcd672dae1eb3d45706fc651b45f8cde"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "humanfriendly"
|
name = "humanfriendly"
|
||||||
|
@ -914,7 +914,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.9,<3.11"
|
python-versions = ">=3.9,<3.11"
|
||||||
content-hash = "ba1521fe96275442a9a2a757978968604e7947d3e0fe7b715f4585a8b800ef1b"
|
content-hash = "1f4d89381c1a57b4f03dac867b933a0de465fd7e8e472b28fd63593ee7e24a66"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
appnope = [
|
appnope = [
|
||||||
|
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/vale981/two_qubit_model"
|
||||||
python = ">=3.9,<3.11"
|
python = ">=3.9,<3.11"
|
||||||
numpy = "^1.20.0"
|
numpy = "^1.20.0"
|
||||||
qutip = "^4.6.3"
|
qutip = "^4.6.3"
|
||||||
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="BathMemoryTruncation" }
|
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git", branch="main" }
|
||||||
beartype = "^0.10.1"
|
beartype = "^0.10.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue