-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 943 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 943 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
26
27
28
29
name = "ITensorMPOConstruction"
uuid = "f1f99f3b-4b00-4d2f-a9c2-ce76efdc8f31"
authors = ["Ben Corbett and contributors"]
version = "0.2.1"
[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
Dictionaries = "0.4.6"
FunctionWrappers = "1.1.3"
ITensorMPS = "0.1, 0.2, 0.3"
ITensors = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
LinearAlgebra = "1.9, 1.10"
Printf = "1"
Random = "1"
SparseArrays = "1.9, 1.10"
ThreadsX = "0.1.12"
TimerOutputs = "0.5"
julia = "1.10"