forked from QuantumKitHub/TensorOperations.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 676 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 676 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
name = "TensorOperations"
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
authors = ["Jutho Haegeman"]
version = "3.2.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[compat]
Strided = "1"
TupleTools = "1.1"
LRUCache = "1"
Requires = "0.5,1"
CUDA = "1,2,3"
julia = "1.4"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]