Skip to content

Commit

Permalink
New version: Tenet v0.8.0
Browse files Browse the repository at this point in the history
UUID: 85d41934-b9cd-44e1-8730-56d86f15f3ec
Repo: https://github.com/bsc-quantic/Tenet.jl
Tree: 54cf1cba81803c9ea445b633074c8b7e22037a62

Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8
  • Loading branch information
github-actions[bot] authored and mofeing committed Jan 28, 2025
1 parent f1e34ac commit 9baaafe
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
15 changes: 14 additions & 1 deletion T/Tenet/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,23 @@ Serialization = "1.9.0-1"
["0.7.6 - 0"]
DeltaArrays = "0.1.1 - 0.1"
EinExprs = "0.5 - 0.6"
LinearAlgebra = "1.9.0 - 1"
OMEinsum = "0.7 - 0.8"

["0.7.6 - 0.7"]
LinearAlgebra = "1.9.0 - 1"
Random = "1.9.0 - 1"
Serialization = "1.9.0 - 1"
SparseArrays = "1.9.0 - 1"
UUIDs = "1.9.0 - 1"
julia = "1.9.0 - 1"

["0.8 - 0"]
BijectiveDicts = "0.2.1 - 0.2"
Compat = "4.10.0 - 4"
Graphs = "1.7.0 - 1"
LinearAlgebra = "1.10.0 - 1"
Random = "1.10.0 - 1"
Serialization = "1.10.0 - 1"
SparseArrays = "1.10.0 - 1"
UUIDs = "1.10.0 - 1"
julia = "1.10.0 - 1"
5 changes: 5 additions & 0 deletions T/Tenet/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"

["0.7.2 - 0"]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

["0.8 - 0"]
BijectiveDicts = "d089a002-103b-496c-a4e3-58f90cf955b0"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
3 changes: 3 additions & 0 deletions T/Tenet/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ git-tree-sha1 = "a0d9cea0cfa0a47538d5364ca579415652679918"

["0.7.6"]
git-tree-sha1 = "8c87eae97fd613dfdb64d0b28d386929c4b564ed"

["0.8.0"]
git-tree-sha1 = "54cf1cba81803c9ea445b633074c8b7e22037a62"
14 changes: 13 additions & 1 deletion T/Tenet/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FiniteDifferences = "0.12"
["0.6.3 - 0.7.5"]
Makie = "0.18-0.21"

["0.6.6 - 0"]
["0.6.6 - 0.7"]
Reactant = "0.1"

["0.7 - 0"]
Expand All @@ -44,7 +44,19 @@ Yao = "0.8-0.9"

["0.7.6 - 0"]
GraphMakie = "0.4 - 0.5"

["0.7.6 - 0.7"]
Graphs = "1.7.0 - 1"
KrylovKit = "0.8.1 - 0.8"
Makie = "0.18 - 0.21"
Yao = "0.8 - 0.9"

["0.8 - 0"]
ITensorMPS = "0.2 - 0.3"
ITensorNetworks = "0.11"
ITensors = "0.6"
KrylovKit = "0.7 - 0.9"
Makie = "0.18 - 0.22"
PythonCall = "0.9"
Reactant = "0.2.18 - 0.2"
YaoBlocks = "0.13"
13 changes: 12 additions & 1 deletion T/Tenet/WeakDeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"

["0.5 - 0"]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"

["0.5 - 0.7"]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"

["0.5.4 - 0"]
Expand All @@ -28,7 +30,16 @@ Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
["0.6.4 - 0"]
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"

["0.7"]
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"

["0.7 - 0"]
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Quac = "b9105292-1415-45cf-bff1-d6ccf71e6143"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"

["0.8 - 0"]
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"

0 comments on commit 9baaafe

Please sign in to comment.