-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (37 loc) · 1.21 KB
/
Project.toml
File metadata and controls
41 lines (37 loc) · 1.21 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 = "BlochSimulators"
uuid = "2c9a3a5d-4a8d-4ca7-a6c9-04a38836deab"
authors = ["Oscar van der Heide <o.vanderheide@umcutrecht.nl> and contributors"]
version = "0.8.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Unitless = "c904d999-9673-4878-a3dd-e3ef1851788a"
[compat]
Adapt = "4"
CUDA = "5"
ComputationalResources = "0.3"
Distributed = "1"
DistributedArrays = "0.6"
Functors = "0.4, 0.5"
InteractiveUtils = "1"
LinearAlgebra = "1"
OffsetArrays = "1"
StaticArrays = "1"
StructArrays = "0.6, 0.7"
Unitful = "1"
Unitless = "2"
julia = "1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]