From 896082ca10768f769519733bf7908e5127c0c630 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Sun, 27 Oct 2024 20:27:29 -0400 Subject: [PATCH] Update 02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl --- examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl b/examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl index 8a6ae9f..eb8dcdd 100644 --- a/examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl +++ b/examples/02_mpi_mpo_sum_2d_hubbard_conserve_momentum.jl @@ -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"))