Skip to content

Commit

Permalink
Update src/qibo/_openqasm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Mello <[email protected]>
  • Loading branch information
BrunoLiegiBastonLiegi and renatomello authored Feb 23, 2024
1 parent 288d0c8 commit f04b6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/_openqasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit f04b6bf

Please sign in to comment.