From 54387b92b3a4e2f8c1c62cdf977f258bac785d95 Mon Sep 17 00:00:00 2001 From: Ben Corbett Date: Thu, 17 Oct 2024 11:56:54 -0600 Subject: [PATCH] Manual format changes. --- src/lib/ITensorMPS/src/abstractmps.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ITensorMPS/src/abstractmps.jl b/src/lib/ITensorMPS/src/abstractmps.jl index 577415214d..629075f183 100644 --- a/src/lib/ITensorMPS/src/abstractmps.jl +++ b/src/lib/ITensorMPS/src/abstractmps.jl @@ -1082,7 +1082,7 @@ function deprecate_make_inds_match!( inds(ψ[$n]) = $(inds(M2[n])) Make sure the site indices of your MPO/MPS match. You may need to prime - one of the MPS, such as `dot(ϕ', ψ)`.""", + one of the MPS, such as `dot(ϕ', ψ)`.""" ) end make_inds_match = false