-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
54 lines (47 loc) · 1.5 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name = "ACEmd"
uuid = "69e0c927-b120-467d-b2b3-5b6842148cf4"
authors = ["Teemu Järvinen <teemu.j.jarvinen@gmail.com> and contributors"]
version = "0.1.17"
[deps]
ACE1 = "e3f9bc04-086e-409a-ba78-e9769fe067bb"
ACE1x = "5cc4c08c-8782-4a30-af6d-550b302e9707"
ACEbase = "14bae519-eb20-449c-a949-9c58ed33163e"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NeighbourLists = "2fcf5ba9-9ed4-57cf-b73f-ff513e316b9c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[weakdeps]
ACEfit = "ad31a8ef-59f5-4a01-b543-a85c2f73e95c"
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
[extensions]
ACE_Molly_ext = "Molly"
ACEmd_ACEfit_ext = "ACEfit"
[compat]
ACE1 = "0.12.1"
ACE1x = "0.1.8"
ACEbase = "0.4.3"
ACEfit = "0.1.4, 0.2.0"
AtomsBase = "0.3, 0.4"
AtomsCalculators = "0.2"
ChunkSplitters = "2"
Folds = "0.2"
Molly = "0.21"
NeighbourLists = "0.5"
Reexport = "1"
StaticArrays = "1"
Unitful = "1"
UnitfulAtomic = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]