-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 772 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 772 Bytes
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
name = "RGRDMT"
uuid = "e72673de-515e-43cd-97ad-2e67cb62347d"
authors = ["Yusheng Zhao <yushengzhao2020@outlook.com> and contributors"]
version = "1.0.0-DEV"
[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MPSKit = "bb1c41ca-d63c-52ed-829e-0820dda26502"
MPSKitModels = "ca635005-6f8c-4cd1-b51d-8491250ef2ab"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
[compat]
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]