Skip to content

Commit

Permalink
Update 01_parallel_mpo_sum_2d_hubbard_conserve_momentum.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Oct 28, 2024
1 parent 896082c commit 11e9460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using LinearAlgebra: BLAS
using Random: Random
using Strided: Strided

electronk_path = joinpath(pkgdir(ITensors), "src", "lib", "ITensorMPS", "examples", "src")
electronk_path = joinpath(pkgdir(ITensorMPS), "examples", "src")
include(joinpath(electronk_path, "electronk.jl"))
include(joinpath(electronk_path, "hubbard.jl"))

Expand Down

0 comments on commit 11e9460

Please sign in to comment.