-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
40 lines (36 loc) · 1.18 KB
/
Project.toml
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
name = "AD4VUMPS"
uuid = "87d80e04-03a5-42db-b395-4c81662c4174"
authors = ["Wei Tang <[email protected]> and contributors"]
version = "1.0.0-DEV"
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OptimKit = "77e91f04-9b3b-57a6-a776-40b61faaebe0"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Aqua = "0.8"
ChainRules = "1"
ChainRulesCore = "1"
JLD2 = "0.4, 0.5"
KrylovKit = "0.6 - 0.7, 0.8"
OptimKit = "0.3"
Revise = "3"
TensorKit = "0.12, 0.13"
TensorKitManifolds = "0.6 - 0.7"
TensorOperations = "4, 5"
VectorInterface = "0.4, 0.5"
Zygote = "0.6"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]