-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
32 lines (28 loc) · 998 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
name = "StrongFieldApproximation"
uuid = "8040a08e-eda0-452b-8711-9fe2c017c9f1"
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.1.0"
[deps]
ElectricFields = "2f84ce32-9bb1-11e8-0d9f-3dce90a4beca"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[compat]
ElectricFields = "0.1, 0.2"
FastGaussQuadrature = "0.4.7, 0.5, 1"
HCubature = "1.5"
SpecialFunctions = "1.3,2"
StaticArrays = "1.1"
Unitful = "1.7"
UnitfulAtomic = "1.0"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]