Missing dependency
This commit is contained in:
parent
69a869d3b7
commit
5b68bef6a6
|
|
@ -1,6 +1,7 @@
|
||||||
using LinearAlgebra, SparseArrays, Arpack
|
using LinearAlgebra, SparseArrays, Arpack
|
||||||
include("helper.jl")
|
include("helper.jl")
|
||||||
include("p_space.jl")
|
include("p_space.jl")
|
||||||
|
include("ho_basis.jl")
|
||||||
|
|
||||||
println("No of threads = ", Threads.nthreads())
|
println("No of threads = ", Threads.nthreads())
|
||||||
atol = 10^-5
|
atol = 10^-5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue