-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.16 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
name = "FastSpecSoG"
uuid = "ebb58456-9453-4d17-87e2-7100c1ea036c"
authors = ["Xuanzhao Gao <[email protected]>, Jiuyang Liang and Qi Zhou"]
version = "0.1.0"
[deps]
ChebParticleMesh = "1983ef0c-217d-4026-99b0-9163e7750d85"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
ExTinyMD = "fec76197-d59f-46dd-a0ed-76a83c21f7aa"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastChebInterp = "cf66c380-9a80-432c-aff8-4f9c79c0bdde"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
ChebParticleMesh = "0.1.0"
DoubleFloats = "1.4.2"
ExTinyMD = "0.2.6"
FFTW = "1.8.0"
FastChebInterp = "1.2.0"
LinearAlgebra = "1.10.0"
LoopVectorization = "0.12.171"
Polynomials = "4.0.11"
SpecialFunctions = "2.4.0"
julia = "1.10"
[extras]
EwaldSummations = "329efeb5-5dc7-45f3-8303-d0bcfeef1c8a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "TaylorSeries", "Random", "EwaldSummations"]