Unwanted dependency removed
This commit is contained in:
parent
323634057d
commit
4f166f1ada
|
|
@ -1,6 +1,5 @@
|
|||
using Arpack, SparseArrays, LRUCache
|
||||
include("ho_basis.jl")
|
||||
include("p_space.jl")
|
||||
|
||||
Λ = 0
|
||||
m = 1.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
using Arpack, SparseArrays
|
||||
include("ho_basis.jl")
|
||||
include("p_space.jl")
|
||||
|
||||
E_max = 30
|
||||
μω_gen = 0.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
using Arpack, SparseArrays
|
||||
include("ho_basis.jl")
|
||||
include("p_space.jl")
|
||||
|
||||
Λ = 0
|
||||
m = 1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue