From 30e6fdedf22b06ae05c4ddf16bd5574525325b6b Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sun, 17 Nov 2024 15:40:50 -0500 Subject: [PATCH] New version: ProjMPSs v0.4.0 UUID: 3cac4759-b6c4-45be-a543-65afe6a1360a Repo: Tree: a0d928fa1d33be9789806e7f3625fa7089a435b9 --- P/ProjMPSs/Compat.toml | 10 ++++++++-- P/ProjMPSs/Deps.toml | 5 +++++ P/ProjMPSs/Versions.toml | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/P/ProjMPSs/Compat.toml b/P/ProjMPSs/Compat.toml index 3c5ec65..f9c5c15 100644 --- a/P/ProjMPSs/Compat.toml +++ b/P/ProjMPSs/Compat.toml @@ -3,8 +3,14 @@ Coverage = "1" CoverageTools = "1" EllipsisNotation = "1" FastMPOContractions = "0.2.5 - 0.2" -ITensors = "0.6" LocalCoverage = "0.8" OrderedCollections = "1.6.3 - 1" -Quantics = "0.3.8 - 0.3" julia = "1.6.0 - 1" + +["0 - 0.2"] +ITensors = "0.6" +Quantics = "0.3.8 - 0.3" + +["0.4 - 0"] +ITensorMPS = "0.3.2 - 0.3" +ITensors = "0.7" diff --git a/P/ProjMPSs/Deps.toml b/P/ProjMPSs/Deps.toml index 3dd5c3f..5427454 100644 --- a/P/ProjMPSs/Deps.toml +++ b/P/ProjMPSs/Deps.toml @@ -7,4 +7,9 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" + +["0 - 0.2"] Quantics = "87f76fb3-a40a-40c9-a63c-29fcfe7b7547" + +["0.4 - 0"] +ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" diff --git a/P/ProjMPSs/Versions.toml b/P/ProjMPSs/Versions.toml index 69facf1..29f61c7 100644 --- a/P/ProjMPSs/Versions.toml +++ b/P/ProjMPSs/Versions.toml @@ -1,2 +1,5 @@ ["0.2.0"] git-tree-sha1 = "2994177f487702555baa7b8faef06685e722365a" + +["0.4.0"] +git-tree-sha1 = "a0d928fa1d33be9789806e7f3625fa7089a435b9"