-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 927 Bytes
/
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
name = "CuNESSie"
uuid = "0d043cba-454f-40cc-8503-cb153d0e1409"
desc = "CUDA-accelerated Nonlocal Electrostatics in Structured Solvents"
authors = ["Thomas Kemmer <[email protected]>"]
version = "0.4.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NESSie = "f00e83c4-bd01-11e9-272c-ff1b96fb444d"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
[compat]
Adapt = "4"
Aqua = "0.8.9"
CUDA = "5.6"
IterativeSolvers = "0.8, 0.9"
LinearAlgebra = "1.10"
NESSie = "1.4"
Preconditioners = "0.6"
Test = "1.10"
TestItemRunner = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Test", "TestItemRunner"]