Unwanted dependency removed

This commit is contained in:
Nuwan Yapa 2024-04-25 11:16:28 -04:00
parent 323634057d
commit 4f166f1ada
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
using Arpack, SparseArrays, LRUCache
include("ho_basis.jl")
include("p_space.jl")
Λ = 0
m = 1.0

View File

@ -1,6 +1,5 @@
using Arpack, SparseArrays
include("ho_basis.jl")
include("p_space.jl")
E_max = 30
μω_gen = 0.2

View File

@ -1,6 +1,5 @@
using Arpack, SparseArrays
include("ho_basis.jl")
include("p_space.jl")
Λ = 0
m = 1.0