From f04b6bf79d5f9217d7d446abf4e1438111a1a1a1 Mon Sep 17 00:00:00 2001 From: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:34:29 +0400 Subject: [PATCH] Update src/qibo/_openqasm.py Co-authored-by: Renato Mello --- src/qibo/_openqasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibo/_openqasm.py b/src/qibo/_openqasm.py index d1241e9317..09bae58b92 100644 --- a/src/qibo/_openqasm.py +++ b/src/qibo/_openqasm.py @@ -73,7 +73,7 @@ def to_circuit(self, qasm_string: str, accelerators=None, density_matrix=False): density_matrix (bool, optional): If `True`, the constructed circuit would evolve density matrices. Returns: - (:class:`qibo.models.Circuit`): The constructed qibo Circuit. + :class:`qibo.models.Circuit`: circuit constructed from QASM string. """ parsed = self.parser.parse(qasm_string) gates = []