Skip to content

Commit

Permalink
prune deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Jul 11, 2021
1 parent 55caeb6 commit f732ec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand All @@ -29,7 +28,6 @@ LightGraphs = "1, 1.3"
Parameters = "0.12"
Plots = "1, 1.13, 1.14"
ProgressMeter = "1, 1.5, 1.6, 1.7"
Reexport = "1, 1.0"
SimpleWeightedGraphs = "1, 1.1"
SpecialFunctions = "1"
ToeplitzMatrices = "0.7"
Expand Down
5 changes: 0 additions & 5 deletions src/VortexDistributions.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module VortexDistributions

using Reexport
using Interpolations
using JLD2
using Parameters
Expand Down Expand Up @@ -67,10 +66,6 @@ include("grow_plus_clusters.jl")
# utils
include("utils.jl")

# function __init__()
# @load joinpath(@__DIR__,"exactcore.jld2") ψi
# @load joinpath(@__DIR__,"ansatzcore.jld2") ψa
# end
@load joinpath(@__DIR__,"cores.jld2") ψi ψa

end

0 comments on commit f732ec2

Please sign in to comment.