-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (29 loc) · 1023 Bytes
/
Project.toml
File metadata and controls
34 lines (29 loc) · 1023 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
31
32
33
34
name = "QuanEstimation"
uuid = "088c8dff-a786-4a66-974c-03d3f6773f87"
authors = ["QuanEstimation Group (Jing Liu et al.)"]
version = "0.2.2"
[deps]
NVMagnetometer = "28fc4bcf-da03-4841-bbdb-88baaf311b30"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
QuanEstimationBase = "9769ca81-ed10-4016-bab9-e66dc61d4d60"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
[extensions]
[compat]
NVMagnetometer = "0.1"
QuadGK = "2.11.2"
QuanEstimationBase = "0.1"
Reexport = "1"
Suppressor = "0.2.8"
Trapz = "2.0.3"
julia = "1"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
[targets]
test = ["Test", "Random", "LinearAlgebra", "SparseArrays", "Trapz", "Suppressor"]