Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 11, 2024
1 parent 8d4f1be commit 9825cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ITensorParallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using ITensors: Algorithm, @Algorithm_str
using ITensorMPS: AbstractSum

import Base: eltype, length, size
import ITensors: product
import ITensors: product, replaceind!
import ITensorMPS:
disk,
linkind,
Expand All @@ -22,7 +22,6 @@ import ITensorMPS:
nsite,
orthogonalize!,
position!,
replaceind!,
replacebond!,
rproj,
set_terms,
Expand Down

0 comments on commit 9825cdd

Please sign in to comment.