From 3388421e7f2216538264e95e6e0327b2aedca499 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 23 Oct 2024 19:42:18 -0400 Subject: [PATCH 1/3] Update to ITensors v0.7, ITensorMPS v0.3 --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 0be11b7..6fd1890 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorVisualizationBase" uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23" authors = ["Matthew Fishman and contributors"] -version = "0.1.11" +version = "0.1.12" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -21,12 +21,12 @@ AbstractTrees = "0.4" Compat = "3.40.0, 4" GeometryBasics = "0.4.1" Graphs = "1.4.1" -ITensorMPS = "0.1, 0.2" -ITensors = "0.2.12, 0.3, 0.4, 0.5, 0.6" +ITensorMPS = "0.1, 0.2, 0.3" +ITensors = "0.2.12, 0.3, 0.4, 0.5, 0.6, 0.7" MetaGraphs = "0.7.1" NetworkLayout = "0.4.3" -Statistics = "1" -julia = "1.6" +Statistics = "1.10" +julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 7bc583f2f7d67f7577bad67983f40996c83d61aa Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 23 Oct 2024 19:48:37 -0400 Subject: [PATCH 2/3] Update CI workflow --- .github/workflows/CI.yml | 2 +- Project.toml | 4 ++-- test/Project.toml | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ef0b131..19fe703 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 6fd1890..b19d903 100644 --- a/Project.toml +++ b/Project.toml @@ -21,8 +21,8 @@ AbstractTrees = "0.4" Compat = "3.40.0, 4" GeometryBasics = "0.4.1" Graphs = "1.4.1" -ITensorMPS = "0.1, 0.2, 0.3" -ITensors = "0.2.12, 0.3, 0.4, 0.5, 0.6, 0.7" +ITensorMPS = "0.3" +ITensors = "0.7" MetaGraphs = "0.7.1" NetworkLayout = "0.4.3" Statistics = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 3db06b3..b59c668 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,7 +7,3 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e" NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[compat] -ITensorMPS = "0.2.2" -ITensors = "0.6.8" From 096fc9e5a4aa56cd2ad41b97e3dfb7577ad08950 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 25 Oct 2024 15:14:12 -0400 Subject: [PATCH 3/3] Fix namespace issue --- src/itensor_graph.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/itensor_graph.jl b/src/itensor_graph.jl index 6a1df81..e23fd0d 100644 --- a/src/itensor_graph.jl +++ b/src/itensor_graph.jl @@ -1,3 +1,5 @@ +using ITensors.SiteTypes: op + # # Conversion between Graphs and ITensor networks #