-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (28 loc) · 995 Bytes
/
Project.toml
File metadata and controls
30 lines (28 loc) · 995 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
30
name = "FiniteMPS"
uuid = "6b572690-f317-4dad-a5fe-5fe73a0b7d42"
authors = ["qyli <liqiaoyi@itp.ac.cn>"]
version = "1.8.0"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SerializedElementArrays = "d3ce8812-9567-47e9-a7b5-65a6d70a3065"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
AbstractTrees = "0.4.5"
Graphs = "1.12"
LRUCache = "1.6.1"
MetaGraphs = "0.8"
Reexport = "1.2.2"
SerializedElementArrays = "0.1.0"
SparseArrays = "1.11.0"
TensorKit = "0.14.9"
TimerOutputs = "0.5"
julia = "1.11"