Skip to content

Commit f75bbdc

Browse files
authored
New package: ITensorCorrelators v0.1.0 (#12)
UUID: 6b6dea30-58b3-414c-b7c7-5c6ea5923b3e Repo: https://github.com/ITensor/ITensorCorrelators.jl Tree: 38dd4fa40ccc159ea7e6ac492e4c22e7aa1e2a34
1 parent df64e7e commit f75bbdc

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

I/ITensorCorrelators/Compat.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[0]
2+
Combinatorics = "1"
3+
ITensorMPS = "0.3"
4+
ITensors = "0.7 - 0.8"
5+
TupleTools = "1"
6+
julia = "1.10.0 - 1"

I/ITensorCorrelators/Deps.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[0]
2+
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
3+
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
4+
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
5+
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

I/ITensorCorrelators/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "ITensorCorrelators"
2+
uuid = "6b6dea30-58b3-414c-b7c7-5c6ea5923b3e"
3+
repo = "https://github.com/ITensor/ITensorCorrelators.jl"

I/ITensorCorrelators/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "38dd4fa40ccc159ea7e6ac492e4c22e7aa1e2a34"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ description = "Private registry for unreleased or unfinished ITensors packages"
1717
60cbd0c0-df58-4cb7-918c-6f5607b73fde = { name = "NamedDimsArrays", path = "N/NamedDimsArrays" }
1818
680c2d7c-f67a-4cc9-ae9c-da132b1447a5 = { name = "BackendSelection", path = "B/BackendSelection" }
1919
68bd88dc-f39d-4e12-b2ca-f046b68fcc6a = { name = "TensorAlgebra", path = "T/TensorAlgebra" }
20+
6b6dea30-58b3-414c-b7c7-5c6ea5923b3e = { name = "ITensorCorrelators", path = "I/ITensorCorrelators" }
2021
6c5e35bf-e59e-4898-b73c-732dcc4ba65f = { name = "DerivableInterfaces", path = "D/DerivableInterfaces" }
2122
74fd4be6-21e2-4f6f-823a-4360d37c7a77 = { name = "DiagonalArrays", path = "D/DiagonalArrays" }
2223
7e5a90cf-f82e-492e-a09b-e3e26432c138 = { name = "TypeParameterAccessors", path = "T/TypeParameterAccessors" }

0 commit comments

Comments
 (0)