Skip to content

Commit

Permalink
Update for ITensors.jl ITensorMPS submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Mar 26, 2024
1 parent be76312 commit 5344b3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/ITensorParallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,27 @@ using MPI
using ITensors
using ITensors.NDTensors

using ITensors: AbstractSum, Algorithm, @Algorithm_str
using ITensors: Algorithm, @Algorithm_str
using ITensors.ITensorMPS: AbstractSum

import Base: eltype, length, size
import ITensors:
import ITensors: product
import ITensors.ITensorMPS:
disk,
linkind,
lproj,
noiseterm,
nsite,
orthogonalize!,
position!,
product,
replaceind!,
replacebond!,
rproj,
set_terms,
terms
include(joinpath("partition", "partition.jl"))
include(joinpath("partition", "partition_sum_split.jl"))
include(joinpath("partition", "partition_chain_split.jl"))
include("partition/partition.jl")
include("partition/partition_sum_split.jl")
include("partition/partition_chain_split.jl")
include("force_gc.jl")
include("foldssum.jl")
include("distributedsum.jl")
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ITensorParallel = "0fccfcd2-f061-4985-9740-339d3f86bfce"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

0 comments on commit 5344b3c

Please sign in to comment.