Skip to content

Commit e2979a1

Browse files
committed
Format changes.
1 parent a332ac9 commit e2979a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/lib/ITensorMPS/src/abstractmps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ function deprecate_make_inds_match!(
10821082
inds(ψ[$n]) = $(inds(M2[n]))
10831083
10841084
Make sure the site indices of your MPO/MPS match. You may need to prime
1085-
one of the MPS, such as `dot(ϕ', ψ)`."""
1085+
one of the MPS, such as `dot(ϕ', ψ)`.""",
10861086
)
10871087
end
10881088
make_inds_match = false

src/lib/ITensorMPS/test/base/test_mpo.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ end
287287
orthogonalize!(psi, 1; maxdim=link_dim)
288288
orthogonalize!(K, 1; maxdim=link_dim)
289289
orthogonalize!(phi, 1; normalize=true, maxdim=link_dim)
290-
psi_out = contract(deepcopy(K), deepcopy(psi); method, maxdim=10 * link_dim, cutoff=0.0)
290+
psi_out = contract(
291+
deepcopy(K), deepcopy(psi); method, maxdim=10 * link_dim, cutoff=0.0
292+
)
291293
@test inner(phi', psi_out) inner(phi', K, psi)
292294
end
293295
end

0 commit comments

Comments
 (0)