Minor fix to docstring in quimb.py

This commit is contained in:
vinitha-balachandran
2024-03-04 16:12:50 +08:00
parent 631231f933
commit 16aef2b3f2

View File

@@ -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