-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 841 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 841 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
name = "QuDiffEq"
uuid = "c02438fe-7edc-11e9-0a49-b5c5aafabe04"
authors = ["Divyanshu Gupta, Roger Luo and contributors"]
version = "0.2.0"
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
[compat]
DiffEqBase = "6.7"
FFTW = "1.1"
ForwardDiff = "0.10"
Yao = "0.9"
julia = "1"
[extras]
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "OrdinaryDiffEq", "Random", "SparseArrays", "LuxurySparse"]