Fix dependencies
This commit is contained in:
parent
e123ae0eaf
commit
9084820ddc
2
EC.jl
2
EC.jl
|
|
@ -1,4 +1,4 @@
|
|||
using SparseArrays, LinearAlgebra, Arpack
|
||||
using SparseArrays, LinearAlgebra, Arpack, Plots
|
||||
include("helper.jl")
|
||||
|
||||
"EC model for a Hamiltonian family H(c) = H0 + c * H1"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
using Plots
|
||||
include("../EC.jl")
|
||||
|
||||
training_ref = -0.72763
|
||||
|
|
|
|||
Loading…
Reference in New Issue