Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Jun 11, 2024
1 parent 47b618c commit eabf87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solvers/insert/insert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ function default_inserter(
phi::ITensor,
region::NamedEdge,
ortho;
normalize=false,
cutoff=nothing,
maxdim=nothing,
mindim=nothing,
cutoff=nothing,
normalize=false,
internal_kwargs,
)
v = only(setdiff(support(region), [ortho]))
Expand Down

0 comments on commit eabf87b

Please sign in to comment.