-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
69 lines (63 loc) · 2.3 KB
/
Project.toml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name = "Quantica"
uuid = "ae5ea0c6-3f5e-46a2-bc28-a7c4c7a4773c"
authors = ["Pablo San-Jose"]
version = "1.1.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
FrankenTuples = "7e584817-dab4-53a9-9a51-4037a36b0ad0"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
[weakdeps]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
[extensions]
QuanticaMakieExt = "Makie"
QuanticaLinearMapsExt = "LinearMaps"
QuanticaArnoldiMethodExt = "ArnoldiMethod"
QuanticaKrylovKitExt = "KrylovKit"
QuanticaArpackExt = "Arpack"
[compat]
ArnoldiMethod = "0.2, 0.3, 0.4"
Arpack = "0.5"
Compat = "4"
Dictionaries = "0.3.26, 0.4"
ExprTools = "^0.1"
FrankenTuples = "0.1"
FunctionWrappers = "1.1.3, 1.2, 1.0"
GeometryBasics = "0.4"
IntervalTrees = "1"
KrylovKit = "0.6, 0.7"
LinearMaps = "3"
Makie = "0.21, 1.0"
NearestNeighbors = "0.4"
ProgressMeter = "1.2"
QuadGK = "2"
SpecialFunctions = "2"
StaticArrays = "0.12.3, 0.13, 1.0"
julia = "^1.9"
[extras]
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "LinearMaps", "ArnoldiMethod", "KrylovKit", "Arpack", "CairoMakie"]