-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (38 loc) · 1.2 KB
/
Copy pathProject.toml
File metadata and controls
43 lines (38 loc) · 1.2 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
name = "ITensorCPD"
uuid = "8ca0d870-8743-11ef-3aad-a3ebf6911431"
authors = ["Karl Pierce <kpierce@flatironinstitute.org>"]
version = "0.0.82"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
Adapt = "4"
GPUArraysCore = "0.2"
ITensors = "0.9"
ITensorNetworks = "<0.19"
LinearAlgebra = "1.10.0"
Metal = "1"
OhMyThreads = "0.8"
Random = "1.10"
SparseArrays = "1.10"
StatsBase = "0.34.6"
StridedViews = "0.5"
TensorOperations = "5"
TimerOutputs = "0.5"
julia = "1.10"
[weakdeps]
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
ITCPDMetalExt = ["Metal"]
[extras]
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"