From 2d48c4137bc6b107b5265e12672b76be81d8e715 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 11 Jun 2024 17:16:20 +0200 Subject: [PATCH 1/2] Bump to v0.3.5 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 306d956..157fa9e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Quantics" uuid = "87f76fb3-a40a-40c9-a63c-29fcfe7b7547" authors = ["Hiroshi Shinaoka and contributors"] -version = "0.3.4" +version = "0.3.5" [deps] EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] EllipsisNotation = "1" -FastMPOContractions = "^0.2.1" +FastMPOContractions = "^0.2.2" ITensors = "^0.3.42" SparseIR = "^0.96, 0.97, 1" StaticArrays = "1" From c3ddafbdd476694c767915d3982db9722ce3f957 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 11 Jun 2024 17:20:24 +0200 Subject: [PATCH 2/2] Support ITensors.jl v0.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 157fa9e..4dcd3ed 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] EllipsisNotation = "1" FastMPOContractions = "^0.2.2" -ITensors = "^0.3.42" +ITensors = "^0.3.42, 0.4, 0.5, 0.6" SparseIR = "^0.96, 0.97, 1" StaticArrays = "1" julia = "1"