-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
49 lines (44 loc) · 1.58 KB
/
Copy pathProject.toml
File metadata and controls
49 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "ITensorNetworksNext"
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
version = "0.9.13"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[workspace]
projects = ["benchmark", "dev", "docs", "examples", "test"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
AlgorithmsInterface = "d1e3940c-cd12-4505-8585-b0a4b322527d"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
[weakdeps]
OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715"
[extensions]
ITensorNetworksNextOMEinsumContractionOrdersExt = "OMEinsumContractionOrders"
[compat]
Adapt = "4.3"
AlgorithmsInterface = "0.1"
Combinatorics = "1"
DataGraphs = "0.5"
Dictionaries = "0.4.5"
Graphs = "1.13.1"
ITensorBase = "0.13"
LinearAlgebra = "1.10"
MacroTools = "0.5.16"
MatrixAlgebraKit = "0.6"
NamedGraphs = "0.11, 0.12, 0.13"
OMEinsumContractionOrders = "1"
Random = "1.10"
SimpleTraits = "0.9.5"
SplitApplyCombine = "1.2.3"
TensorAlgebra = "0.16, 0.17"
julia = "1.10"