forked from pagnani/PlmDCA.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
26 lines (22 loc) · 827 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
name = "PlmDCA"
uuid = "06784e46-84fc-5582-b8de-0e984192b79e"
author = ["Andrea Pagnani <[email protected]>"]
version = "0.4.1"
[deps]
DCAUtils = "e41cd558-3099-4f6e-a65d-5336857e40aa"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
julia = "≥ 1.5.0"
LoopVectorization = "0.11.2"
[extras]
PottsGauge = "3bb3bcb6-c561-57d3-939c-408d524c1e5b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "Test", "PottsGauge"]