Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVanthilt committed Jan 21, 2025
1 parent e586eed commit d9b99cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utility/finalize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

function finalize_two_by_two!(scheme::turning_scheme)
n = norm(@tensor scheme.T[2 5; 1 7] * scheme.T[1 6; 2 8] * scheme.T[3 8; 4 6] *
scheme.T[4 7; 3 5])
scheme.T[4 7; 3 5])
scheme.T /= (n^(1 / 4))

# turn the tensor by 90 degrees
Expand All @@ -55,4 +55,4 @@ function finalize_two_by_two!(scheme::BTRG)
n = norm(n′)
scheme.T /= (n^(1 / 4))
return n
end
end

0 comments on commit d9b99cf

Please sign in to comment.