From a729ad27b7fbd5601548a64e2f996f5a76a31e10 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Thu, 16 Jan 2025 08:05:52 -0500 Subject: [PATCH] Fix typo --- src/algorithms/changebonds/randexpand.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/changebonds/randexpand.jl b/src/algorithms/changebonds/randexpand.jl index 5139dc2f..c2c5f7cd 100644 --- a/src/algorithms/changebonds/randexpand.jl +++ b/src/algorithms/changebonds/randexpand.jl @@ -10,7 +10,7 @@ two-site MPS tensor, which is made orthogonal to the existing state. $(TYPEDFIELDS) """ @kwdef struct RandExpand <: Algorithm - "aalgorithm used for truncating the expanded space" + "algorithm used for [truncation](@extref TensorKit.tsvd] the expanded space" trscheme::TruncationScheme = truncdim(1) end