-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
66 lines (60 loc) · 2.31 KB
/
Copy pathProject.toml
File metadata and controls
66 lines (60 loc) · 2.31 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
63
64
65
66
name = "TensorTrainNumerics"
uuid = "304e70ee-b558-420e-aed5-de4d05b6ca2b"
version = "1.1.5"
authors = ["Martin Mikkelsen"]
[deps]
InterpolativeQTT = "87f1ea11-1d4d-47cb-b1d1-07788fc25290"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Maxvol = "4cc553b9-be87-484b-81d9-b5ae2a4e3958"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
[extensions]
TensorTrainNumericsChainRulesCoreExt = "ChainRulesCore"
TensorTrainNumericsInterpolativeQTTExt = ["InterpolativeQTT", "TensorCrossInterpolation"]
TensorTrainNumericsManoptExt = ["ManifoldsBase", "Manopt"]
TensorTrainNumericsVectorInterfaceExt = "VectorInterface"
[compat]
Aqua = "0.8.13"
ChainRulesCore = "1"
InterpolativeQTT = "0.1"
IterativeSolvers = "0.9.4"
JET = "0.9, 0.11, 0.12"
KrylovKit = "0.9, 0.10"
LinearAlgebra = "1.6.7"
LinearMaps = "3.11.3"
Logging = "1"
ManifoldsBase = "2"
Manopt = "0.5, 0.6"
Maxvol = "1.0.0"
ProgressMeter = "1.10.4"
Random = "1.10"
TensorCrossInterpolation = "0.9"
TensorOperations = "5.1.3"
Test = "1.10"
VectorInterface = "0.5, 0.6"
Zygote = "0.6, 0.7"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
InterpolativeQTT = "87f1ea11-1d4d-47cb-b1d1-07788fc25290"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "Aqua", "JET", "InterpolativeQTT", "Logging", "ManifoldsBase", "Manopt", "TensorCrossInterpolation", "ChainRulesCore", "Zygote"]