-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
45 lines (39 loc) · 1.21 KB
/
Project.toml
File metadata and controls
45 lines (39 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
42
43
44
45
name = "QEDfields"
uuid = "ac3a6c97-e859-4b9f-96bb-63d2a216042c"
version = "0.3.1"
authors = [
"Uwe Hernandez Acosta <u.hernandez@hzdr.de>",
"Simeon Ehrig",
"Klaus Steiniger",
"Tom Jungnickel",
"Anton Reinhard",
]
[deps]
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QEDbase = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93"
QEDcore = "35dc0263-cb5f-4c33-a114-1d7f54ab753e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[weakdeps]
FCCQuadrature = "7e58c0cd-f370-453c-9274-eb333b7aace6"
[extensions]
FCCQuadratureExt = "FCCQuadrature"
[compat]
FastGaussQuadrature = "1.0.2"
IntervalSets = "0.7"
LinearAlgebra = "1.10.0"
QEDbase = "0.5"
QEDcore = "0.4"
QuadGK = "2"
SpecialFunctions = "2.6.1"
julia = "1.10"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
FCCQuadrature = "7e58c0cd-f370-453c-9274-eb333b7aace6"
[targets]
test = ["Pkg", "Random", "SafeTestsets", "Test", "FCCQuadrature"]