Skip to content

Commit

Permalink
Update 02_mpi_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 36cb26b commit 896082c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 896082c

Please sign in to comment.