From 16aef2b3f28bc9849a8a4863c1b34f969b9f3dc1 Mon Sep 17 00:00:00 2001 From: vinitha-balachandran Date: Mon, 4 Mar 2024 16:12:50 +0800 Subject: [PATCH] Minor fix to docstring in quimb.py --- src/qibotn/backends/quimb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/backends/quimb.py b/src/qibotn/backends/quimb.py index e697a58..1c86120 100644 --- a/src/qibotn/backends/quimb.py +++ b/src/qibotn/backends/quimb.py @@ -59,7 +59,7 @@ class QuimbBackend(NumpyBackend): If ``None`` the default ``|00...0>`` state is used. Returns: - list: Final state in the dense vector form after simulation of the circuit. + QuantumState or numpy.ndarray: If `return_array` is False, returns a QuantumState object representing the quantum state. If `return_array` is True, returns a numpy array representing the quantum state. """ import qibotn.eval_qu as eval