Update src/qibotn/eval_qu.py

made changes

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

View File

@@ -11,7 +11,7 @@ def from_qibo(
cutoff=1e-6,
cutoff_mode="abs",
):
"""Create a tensornetwork representation of the circuit."""
"""Create a tensor network representation of the circuit."""
nqubits = circuit.nqubits
gate_opt = {}