-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
45 lines (43 loc) · 1.39 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
name = "QuantumACES"
uuid = "57b1db7a-c9fc-4178-b66e-6b8364be52bb"
authors = ["Evan Hockings"]
version = "0.1.1"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
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"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
[compat]
Accessors = "0.1"
Combinatorics = "1.0"
CondaPkg = "0.2"
DataFrames = "1.6"
Distributions = "0.25"
FileIO = "1.16"
FiniteDifferences = "0.12"
GLM = "1.9"
JLD2 = "=0.4.50"
LinearAlgebra = "1.10"
LsqFit = "0.15"
PrettyTables = "2.3"
PythonCall = "=0.9.21"
QuadGK = "2.9"
Random = "1.10"
SparseArrays = "1.10"
StatsBase = "0.34"
StructEquality = "2.1"
julia = "1.10"