-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 966 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
33
name = "Gaugefields"
uuid = "a461e10c-0d91-493e-bc41-027b226eee91"
authors = ["Akio Tomiya, Yuki Nagai <[email protected]>, Okuto Morikawa and contributors"]
version = "0.3.1"
[deps]
CLIME_jll = "3c6ae550-c37b-5556-a07e-d40b4910cf1c"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Wilsonloop = "f3c8d4fe-2f22-401d-8228-e6a01d7a1d02"
[compat]
Distributions = "0.25"
EzXML = "1"
JLD2 = "0.4"
NPZ = "0.4"
Requires = "1"
StableRNGs = "1"
julia = "1.6"
Wilsonloop = "0.1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]