Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 16, 2025
1 parent 446dc8e commit a729ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/changebonds/randexpand.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a729ad2

Please sign in to comment.