-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (37 loc) · 1.15 KB
/
Project.toml
File metadata and controls
39 lines (37 loc) · 1.15 KB
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
name = "QuantumACES"
uuid = "57b1db7a-c9fc-4178-b66e-6b8364be52bb"
authors = ["Evan Hockings"]
version = "0.2.4"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
[compat]
Accessors = "0.1"
Arpack = "0.5"
CondaPkg = "0.2"
FiniteDifferences = "0.12"
JLD2 = "0.5"
LinearAlgebra = "1.10"
LsqFit = "0.15"
PrettyTables = "2"
PythonCall = "0.9"
QuadGK = "2"
Random = "1.10"
SCS = "2"
SparseArrays = "1.10"
StatsBase = "0.34"
StructEquality = "2"
julia = "1.10"