Skip to content

Commit

Permalink
Formatter [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jun 26, 2024
1 parent 0626588 commit 316dec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/algorithms/ctmrg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ function build_projectors(
isqS = sdiag_inv_sqrt(S)
Pl = Q_nw * V' * isqS
Pr = isqS * U' * Q_sw
#@tensor Pl[-1 -2 -3; -4] := Q_nw[-1 -2 -3; 1 2 3] * conj(V[4; 1 2 3]) * isqS[4; -4]
#@tensor Pr[-1; -2 -3 -4] := isqS[-1; 1] * conj(U[2 3 4; 1]) * Q_sw[2 3 4; -2 -3 -4]
return Pl, Pr
end

Expand Down
1 change: 0 additions & 1 deletion test/heisenberg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using TensorKit
using KrylovKit
using OptimKit


# Initialize parameters
H = square_lattice_heisenberg()
χbond = 2
Expand Down

0 comments on commit 316dec8

Please sign in to comment.