-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (37 loc) · 1.24 KB
/
Project.toml
File metadata and controls
41 lines (37 loc) · 1.24 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
40
41
name = "ExactDiagonalization"
uuid = "52dcaa32-6da7-11e9-20ef-755843cf72eb"
version = "0.3.4"
authors = ["waltergu <waltergu1989@gmail.com>"]
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuantumLattices = "78ae1a1f-1d5d-5174-b61c-66e31b2346dc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
ExactDiagonalizationMakieExt = ["Makie"]
ExactDiagonalizationPlotsExt = ["RecipesBase"]
[compat]
DataStructures = "0.18 - 0.19"
HalfIntegers = "1.6 - 1"
KrylovKit = "0.10"
LinearAlgebra = "1.10 - 1"
Logging = "1.10 - 1"
LuxurySparse = "0.8"
Makie = "0.24"
Printf = "1.9 - 1"
QuantumLattices = "0.14.7"
Random = "1.10 - 1"
RecipesBase = "1.2 - 1"
SparseArrays = "1.10 - 1"
TimerOutputs = "0.5"
julia = "1.10 - 1.12"