Skip to content

Commit

Permalink
rm old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris committed Oct 11, 2024
1 parent 80d8e8f commit f36f97a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qiskit/transpiler/passes/basis/decompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def _should_decompose(self, node: DAGOpNode) -> bool:

def _node_to_dag(node: DAGOpNode) -> DAGCircuit:
dag = DAGCircuit()
# dag.add_qubits([Qubit() for _ in range(node.op.num_qubits)])
# dag.add_clbits([Clbit() for _ in range(node.op.num_clbits)])
dag.add_qubits(node.qargs)
dag.add_clbits(node.cargs)

Expand Down

0 comments on commit f36f97a

Please sign in to comment.