Skip to content

Commit

Permalink
Modified docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
catornow committed Sep 29, 2021
1 parent 9cb9b6c commit de3622b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ def run(self, dag: DAGCircuit):
input dag.
Args:
dag (DAGCircuit): DAG to map.
dag (DAGCircuit): DAG to rewrite.
Returns:
DAGCircuit: The rearranged dag.
DAGCircuit: The modified dag.
Raises:
TranspilerError: If the circuit cannot be mapped.
TranspilerError: If the circuit cannot be rewritten.
"""

if len(dag.qregs) > 1:
Expand Down

0 comments on commit de3622b

Please sign in to comment.