-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (49 loc) · 1.76 KB
/
Project.toml
File metadata and controls
53 lines (49 loc) · 1.76 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
46
47
48
49
50
51
52
53
name = "QMC"
uuid = "17c74801-e4c8-539b-b11f-4e1f264eb28b"
authors = ["Carsten Bauer <mail@carstenbauer.eu>"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BinningAnalysis = "b7192094-8e58-5052-a244-180a858778ee"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MonteCarloObservable = "8a675f2c-1eea-59ef-99a5-5eebc71d1519"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
BenchmarkTools = "0.4.2, 0.5"
BinningAnalysis = "0.3.0, 0.4"
BlockArrays = "0.10.1"
FFTW = "0.3, 1.0"
Git = "0.3"
HDF5 = "0.12, 0.13"
JLD = "0.9.1"
KrylovKit = "0.4"
LightXML = "0.8, 0.9"
MonteCarloObservable = "0.3"
Parameters = "0.11, 0.12"
ProgressMeter = "1.0"
RecursiveArrayTools = "1.0, 2.0"
Revise = "2.1.6"
TimerOutputs = "0.5"
julia = "1"
[extras]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BlockArrays", "KrylovKit", "Distributed"]