From cc79e0f4ca012da0090a8f044fffbaa7a83f4bd8 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 16 May 2024 16:20:06 -0400 Subject: [PATCH 1/3] random_mps and random_mpo --- src/ITensorMPS.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ITensorMPS.jl b/src/ITensorMPS.jl index eace1be..6932f32 100644 --- a/src/ITensorMPS.jl +++ b/src/ITensorMPS.jl @@ -129,9 +129,10 @@ export dmrg productMPS, projector, promote_itensor_eltype, - randomITensor, randomMPO, randomMPS, + random_mpo, + random_mps, replace_siteinds, replace_siteinds!, replacebond, From ab4e64d3cfa2a307e2b20df2da3ed9154a598470 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 16 May 2024 16:22:35 -0400 Subject: [PATCH 2/3] Bump versions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5ac2c22..ae48ba2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorMPS" uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.2.1" +version = "0.2.2" [deps] ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342" @@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] ITensorTDVP = "0.4.1" -ITensors = "0.3, 0.4, 0.5, 0.6" +ITensors = "0.6.7" Reexport = "1" julia = "1.6" From 8d880cb1f8e8b92890ea6168ca09548c4017b6f5 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 16 May 2024 16:24:04 -0400 Subject: [PATCH 3/3] Update tests --- test/utils/TestITensorMPSExportedNames.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/utils/TestITensorMPSExportedNames.jl b/test/utils/TestITensorMPSExportedNames.jl index 158a847..52deb77 100644 --- a/test/utils/TestITensorMPSExportedNames.jl +++ b/test/utils/TestITensorMPSExportedNames.jl @@ -120,9 +120,10 @@ const ITENSORMPS_EXPORTED_NAMES = [ :productMPS, :projector, :promote_itensor_eltype, - :randomITensor, :randomMPO, :randomMPS, + :random_mpo, + :random_mps, :replace_siteinds, :replace_siteinds!, :replacebond,