-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
45 lines (41 loc) · 1.78 KB
/
Copy pathProject.toml
File metadata and controls
45 lines (41 loc) · 1.78 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 = "AtomisticQoIs"
uuid = "895e25ce-6034-4689-a3ba-4ac45d83446c"
authors = ["Joanna Zou (jjzou@mit.edu) and contributors"]
version = "0.1.0"
[deps]
ACE1 = "e3f9bc04-086e-409a-ba78-e9769fe067bb"
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1"
Cairn = "f102e12b-bead-4d20-9368-b11e50e649cd"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InteratomicPotentials = "a9efe35a-c65d-452d-b8a8-82646cd5cb04"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
LAMMPS = "ee2e13b9-eee9-4449-aafa-cfa6a2dbe14d"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PotentialLearning = "82b0a93c-c2e3-44bc-a418-f0f89b0ae5c2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SpecialPolynomials = "a25cea48-d430-424a-8ee7-0d3ad3742e9e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[compat]
ForwardDiff = ">= 0.10"
julia = "1.9"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]