Skip to content

Commit 3c970f2

Browse files
committed
clean up
1 parent 0d9a2e4 commit 3c970f2

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.9.1"
44
manifest_format = "2.0"
5-
project_hash = "1ce71eebe8ade513380c3c870d78594e89e93b53"
5+
project_hash = "6e5b512972b0deca9696d75a3326af52a4bc49cf"
66

77
[[deps.AbstractTrees]]
88
git-tree-sha1 = "faa260e4cb5aba097a73fab382dd4b5819d8ec8c"

Project.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
1717
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1818
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1919
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
20-
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
2120
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2221
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
2322

2423
[compat]
25-
DataFrames = "1"
24+
CompositeGrids = "0.0, 0.1"
2625
Cuba = "2"
27-
Parameters = "0.12"
28-
TaylorSeries = "0.15"
26+
DataFrames = "1"
2927
ElectronGas = "0.2"
30-
Measurements = "2.9"
31-
CompositeGrids = "0.0, 0.1"
32-
Lehmann = "0.1, 0.2"
3328
FeynmanDiagram = "0.2"
29+
Lehmann = "0.1, 0.2"
3430
MCIntegration = "0.3"
31+
Measurements = "2.9"
32+
Parameters = "0.12"
3533
StaticArrays = "1"
34+
TaylorSeries = "0.15"
3635
julia = "1.6"

src/ElectronLiquid.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ include("./vertex3/vertex3.jl")
6060
using .Ver3
6161
export Ver3
6262

63-
using SnoopPrecompile
64-
@precompile_all_calls begin
65-
# In here put "toy workloads" that exercise the code you want to precompile
66-
# para = UEG.ParaMC(rs=5.0, beta=25.0)
67-
# Sigma.diagram(para, [(2, 0, 0),])
68-
# Ver4.diagram(para, [(2, 0, 0),])
69-
end
63+
# using SnoopPrecompile
64+
# @precompile_all_calls begin
65+
# # In here put "toy workloads" that exercise the code you want to precompile
66+
# # para = UEG.ParaMC(rs=5.0, beta=25.0)
67+
# # Sigma.diagram(para, [(2, 0, 0),])
68+
# # Ver4.diagram(para, [(2, 0, 0),])
69+
# end
7070

7171
end

0 commit comments

Comments
 (0)