From 3518855680fd46b4e1a92140d1c7eabfc5767d29 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 16 May 2024 15:55:47 -0400 Subject: [PATCH] Fix deprecation syntax --- src/lib/ITensorMPS/src/deprecated.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ITensorMPS/src/deprecated.jl b/src/lib/ITensorMPS/src/deprecated.jl index ceedcc9d9c..b01aa5dfdf 100644 --- a/src/lib/ITensorMPS/src/deprecated.jl +++ b/src/lib/ITensorMPS/src/deprecated.jl @@ -19,7 +19,7 @@ # mps/mpo.jl @deprecate MPO(A::MPS; kwargs...) outer(A', A; kwargs...) -@deprecate randomMPO(args...; kwargs...) = random_mpo(args...; kwargs...) +@deprecate randomMPO(args...; kwargs...) random_mpo(args...; kwargs...) # mps/mps.jl @deprecate randomMPS(args...; kwargs...) = random_mps(args...; kwargs...)