diff --git a/src/arrays/quarray.jl b/src/arrays/quarray.jl index 19d788a..3c57ca1 100644 --- a/src/arrays/quarray.jl +++ b/src/arrays/quarray.jl @@ -163,6 +163,7 @@ #################### # Helper Functions # #################### + typerepr(qa::AbstractQuArray) = "$(typeof(qa).name)" typerepr(::QuVector) = "QuVector" typerepr(::QuMatrix) = "QuMatrix" typerepr(::DualVector) = "DualVector"