-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (60 loc) · 2.09 KB
/
Project.toml
File metadata and controls
62 lines (60 loc) · 2.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensorPkgSkeleton = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
ITensorVisualizationBase = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[sources.ITensorNetworks]
path = ".."
[compat]
Adapt = "4.3"
Aqua = "0.8.11"
Compat = "4.16"
DataGraphs = "0.4.1"
Dictionaries = "0.4.4"
Glob = "1.3.1"
Graphs = "1.12"
GraphsFlows = "0.1.1"
ITensorNetworks = "0.22"
ITensorPkgSkeleton = "0.3.42"
ITensorVisualizationBase = "0.1"
ITensors = "0.7, 0.8, 0.9"
KrylovKit = "0.8, 0.9, 0.10"
LinearAlgebra = "1.10"
Metis = "1.5"
NDTensors = "0.3, 0.4"
NamedGraphs = "0.11.1"
OMEinsumContractionOrders = "0.9.5, 1"
Pkg = "1.10"
Random = "1.10"
SafeTestsets = "0.1"
SimpleTraits = "0.9.4"
SplitApplyCombine = "1.2.3"
StableRNGs = "1.0.2"
Suppressor = "0.2.8"
TensorOperations = "5.1.4"
Test = "1.10"
UnicodePlots = "3.7.2"