From 9ea895bcfdffc4b6bf6c5d25ea8126184055ab83 Mon Sep 17 00:00:00 2001 From: Vinitha-balachandran <127284874+Vinitha-balachandran@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:00:23 +0800 Subject: [PATCH] Update src/qibotn/eval_qu.py updated the changes Co-authored-by: Alessandro Candido --- src/qibotn/eval_qu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/eval_qu.py b/src/qibotn/eval_qu.py index 024db88..74fca1c 100644 --- a/src/qibotn/eval_qu.py +++ b/src/qibotn/eval_qu.py @@ -36,7 +36,7 @@ def from_qibo( def init_state_tn(nqubits, init_state_sv): - """Create a matrixproductstate directly from a dense vector.""" + """Create a matrix product state directly from a dense vector.""" dims = tuple(2 * np.ones(nqubits, dtype=int))