diff --git a/Registry.toml b/Registry.toml index 42997d4..c0a5789 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7,6 +7,7 @@ description = "Registry for Tensor4All packages, such as TensorCrossInterpolatio 14428447-6903-48c7-83df-f2cb08af9918 = { name = "T4ATensorCI", path = "T/T4ATensorCI" } 17ce1de9-5131-45e3-8a48-9723b6e2dc23 = { name = "PartitionedMPSs", path = "P/PartitionedMPSs" } 3075f829-f72e-4896-a859-7fe0a9cabb9b = { name = "SimpleTensorNetworks", path = "S/SimpleTensorNetworks" } +36ff05ac-192f-4444-92c7-2a2992a7023b = { name = "T4AAdaptivePatchedTCI", path = "T/T4AAdaptivePatchedTCI" } 3cac4759-b6c4-45be-a543-65afe6a1360a = { name = "ProjMPSs", path = "P/ProjMPSs" } 519627e4-0024-4e53-9a9b-91785ee38aac = { name = "T4FTemplate", path = "T/T4FTemplate" } 52e3f0f8-52ab-4798-a033-7b9fb81451b4 = { name = "T4ARegistrator", path = "T/T4ARegistrator" } @@ -19,6 +20,7 @@ description = "Registry for Tensor4All packages, such as TensorCrossInterpolatio 953bfbbc-cb66-4acc-a854-9589b1f489b2 = { name = "T4AMPOContractions", path = "T/T4AMPOContractions" } 99202d80-6772-4c79-995b-f2660cf2bd6d = { name = "T4AQuantics", path = "T/T4AQuantics" } 9f0aa9f4-9415-4e6a-8795-331ebf40aa04 = { name = "TCIITensorConversion", path = "T/TCIITensorConversion" } +afea4b4e-08e0-4d7c-9da1-dbc7777ac29f = { name = "T4ATCIAlgorithms", path = "T/T4ATCIAlgorithms" } b11687fd-3a1c-4c41-97d0-998ab401d50e = { name = "QuanticsTCI", path = "Q/QuanticsTCI" } b261b2ec-6378-4871-b32e-9173bb050604 = { name = "TensorCrossInterpolation", path = "T/TensorCrossInterpolation" } baf62351-2e82-41dd-9129-4f5768a618e1 = { name = "TCIAlgorithms", path = "T/TCIAlgorithms" } diff --git a/T/T4AAdaptivePatchedTCI/Compat.toml b/T/T4AAdaptivePatchedTCI/Compat.toml new file mode 100644 index 0000000..b890642 --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/Compat.toml @@ -0,0 +1,5 @@ +[0] +EllipsisNotation = "1" +OrderedCollections = "1" +T4ATensorCI = "0.12" +julia = "1.10.0 - 1" diff --git a/T/T4AAdaptivePatchedTCI/Deps.toml b/T/T4AAdaptivePatchedTCI/Deps.toml new file mode 100644 index 0000000..2a9792a --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/Deps.toml @@ -0,0 +1,6 @@ +[0] +Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" +EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +T4ATensorCI = "14428447-6903-48c7-83df-f2cb08af9918" diff --git a/T/T4AAdaptivePatchedTCI/Package.toml b/T/T4AAdaptivePatchedTCI/Package.toml new file mode 100644 index 0000000..e612b8e --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/Package.toml @@ -0,0 +1,3 @@ +name = "T4AAdaptivePatchedTCI" +repo = "https://github.com/tensor4all/T4AAdaptivePatchedTCI.jl.git" +uuid = "36ff05ac-192f-4444-92c7-2a2992a7023b" diff --git a/T/T4AAdaptivePatchedTCI/Versions.toml b/T/T4AAdaptivePatchedTCI/Versions.toml new file mode 100644 index 0000000..48efa1e --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/Versions.toml @@ -0,0 +1,2 @@ +["0.5.1"] +git-tree-sha1 = "175d33f475361db0829583d5377b649f65c45dd0" diff --git a/T/T4AAdaptivePatchedTCI/WeakCompat.toml b/T/T4AAdaptivePatchedTCI/WeakCompat.toml new file mode 100644 index 0000000..11599ef --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/WeakCompat.toml @@ -0,0 +1,3 @@ +[0] +T4AITensorCompat = "0.8" +T4APartitionedTT = "0.8" diff --git a/T/T4AAdaptivePatchedTCI/WeakDeps.toml b/T/T4AAdaptivePatchedTCI/WeakDeps.toml new file mode 100644 index 0000000..e624606 --- /dev/null +++ b/T/T4AAdaptivePatchedTCI/WeakDeps.toml @@ -0,0 +1,4 @@ +[0] +ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" +T4AITensorCompat = "864b39ca-388c-4f43-a593-a1076cf4b253" +T4APartitionedTT = "7ada5264-53d5-494a-9572-4199565888e0" diff --git a/T/T4AQuanticsTCI/Compat.toml b/T/T4AQuanticsTCI/Compat.toml index 483a303..8852f76 100644 --- a/T/T4AQuanticsTCI/Compat.toml +++ b/T/T4AQuanticsTCI/Compat.toml @@ -6,6 +6,11 @@ QuanticsGrids = ["0.3", "0.6"] T4ATensorCI = "0.10" julia = "1.6.0 - 1" -["0.9.1 - 0"] +["0.9.1"] T4ATensorCI = "0.10 - 0.11" + +["0.9.1 - 0"] julia = "1.10.0 - 1" + +["0.9.2 - 0"] +T4ATensorCI = "0.12" diff --git a/T/T4AQuanticsTCI/Package.toml b/T/T4AQuanticsTCI/Package.toml index ebff619..ee6c356 100644 --- a/T/T4AQuanticsTCI/Package.toml +++ b/T/T4AQuanticsTCI/Package.toml @@ -1,3 +1,3 @@ name = "T4AQuanticsTCI" -repo = "https://github.com/tensor4all/T4AQuanticsTCI.jl.git" uuid = "ef09ec98-57a2-49a0-bf0b-86b55a3d9051" +repo = "https://github.com/tensor4all/T4AQuanticsTCI.jl.git" diff --git a/T/T4AQuanticsTCI/Versions.toml b/T/T4AQuanticsTCI/Versions.toml index bd60b6a..9431a0d 100644 --- a/T/T4AQuanticsTCI/Versions.toml +++ b/T/T4AQuanticsTCI/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "ba28545feb69fbf368b961420e46f11475041052" ["0.9.1"] git-tree-sha1 = "f8819526752ddd55cfb973be49fac6a24149bf05" + +["0.9.2"] +git-tree-sha1 = "36f1f71c90ce0c9b35e6be42410fb7bf5e4b2ad1" diff --git a/T/T4ATCIAlgorithms/Compat.toml b/T/T4ATCIAlgorithms/Compat.toml new file mode 100644 index 0000000..641abf4 --- /dev/null +++ b/T/T4ATCIAlgorithms/Compat.toml @@ -0,0 +1,6 @@ +[0] +EllipsisNotation = "1" +OrderedCollections = "1" +T4AQuantics = "0.6" +T4ATensorCI = "0.12" +julia = "1.10.0 - 1" diff --git a/T/T4ATCIAlgorithms/Deps.toml b/T/T4ATCIAlgorithms/Deps.toml new file mode 100644 index 0000000..6096740 --- /dev/null +++ b/T/T4ATCIAlgorithms/Deps.toml @@ -0,0 +1,9 @@ +[0] +Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" +EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" +ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +T4AQuantics = "99202d80-6772-4c79-995b-f2660cf2bd6d" +T4ATensorCI = "14428447-6903-48c7-83df-f2cb08af9918" +TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604" diff --git a/T/T4ATCIAlgorithms/Package.toml b/T/T4ATCIAlgorithms/Package.toml new file mode 100644 index 0000000..46d3226 --- /dev/null +++ b/T/T4ATCIAlgorithms/Package.toml @@ -0,0 +1,3 @@ +name = "T4ATCIAlgorithms" +uuid = "afea4b4e-08e0-4d7c-9da1-dbc7777ac29f" +repo = "https://github.com/tensor4all/T4ATCIAlgorithms.jl.git" diff --git a/T/T4ATCIAlgorithms/Versions.toml b/T/T4ATCIAlgorithms/Versions.toml new file mode 100644 index 0000000..84471a7 --- /dev/null +++ b/T/T4ATCIAlgorithms/Versions.toml @@ -0,0 +1,2 @@ +["0.5.1"] +git-tree-sha1 = "d293632fe7c9ab674894b74ea38237a28482eee6"