Update src/qibotn/eval_qu.py

updated the changes

Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
This commit is contained in:
Vinitha-balachandran
2024-02-08 18:00:23 +08:00
committed by GitHub
parent 6f7df9d924
commit 9ea895bcfd

View File

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