From 26a0fbd01f7f8647206d42942d8471587aae9490 Mon Sep 17 00:00:00 2001 From: Thibaut Lacroix <57836508+tfmlaX@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:26:13 +0100 Subject: [PATCH] Update mpsBasics.jl --- src/mpsBasics.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpsBasics.jl b/src/mpsBasics.jl index fe63253..fa3cf97 100644 --- a/src/mpsBasics.jl +++ b/src/mpsBasics.jl @@ -464,7 +464,7 @@ Return the element of the MPS `A` for the set of physical states `el...` # Examples -```jldoctest +```julia-repl julia> A = chainmps(6, [2,4], 1); julia> elementmps(A, 1, 2, 1, 1, 1, 1)