Fix dependencies

This commit is contained in:
Nuwan Yapa 2025-01-10 10:20:56 -05:00
parent e123ae0eaf
commit 9084820ddc
2 changed files with 1 additions and 2 deletions

2
EC.jl
View File

@ -1,4 +1,4 @@
using SparseArrays, LinearAlgebra, Arpack using SparseArrays, LinearAlgebra, Arpack, Plots
include("helper.jl") include("helper.jl")
"EC model for a Hamiltonian family H(c) = H0 + c * H1" "EC model for a Hamiltonian family H(c) = H0 + c * H1"

View File

@ -1,4 +1,3 @@
using Plots
include("../EC.jl") include("../EC.jl")
training_ref = -0.72763 training_ref = -0.72763