From e75ccc254ead6b49a2178effbe02738ff4839b06 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 12 Nov 2025 00:26:08 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ITensors at version 0.9, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5cfbf69..adf0d61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "T4ATCIAlgorithms" uuid = "afea4b4e-08e0-4d7c-9da1-dbc7777ac29f" -authors = ["Hiroshi Shinaoka and contributors"] version = "0.5.0" +authors = ["Hiroshi Shinaoka and contributors"] [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -14,6 +14,7 @@ TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604" [compat] EllipsisNotation = "1" +ITensors = "0.9" OrderedCollections = "1" T4AQuantics = "0.4" TensorCrossInterpolation = "0.9.7"