From 00e1cbeeebb2e9af83765ff0abec909c3a0d7f8f Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sat, 26 Oct 2024 18:13:31 -0400 Subject: [PATCH] Bump ITensors and ITensorMPS versions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7cbfac0..18c13ef 100644 --- a/Project.toml +++ b/Project.toml @@ -19,8 +19,8 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" [compat] Compat = "3, 4" HDF5 = "0.15, 0.16, 0.17" -ITensorMPS = "0.2.2" -ITensors = "0.6.8, 0.7" +ITensorMPS = "0.3" +ITensors = "0.7" Infinities = "0.1" IterTools = "1" KrylovKit = "0.5, 0.6, 0.7, 0.8"