Skip to content

Commit

Permalink
Restore blank line inadvertently removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jul 14, 2023
1 parent e4ab6a2 commit 6875e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit/circuit/quantumcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,6 +1744,7 @@ def qasm(
operation = _qasm2_define_custom_operation(
operation, existing_gate_names, gates_to_define
)

# Insert qasm representation of the original instruction
bits_qasm = ",".join(
bit_labels[j] for j in itertools.chain(instruction.qubits, instruction.clbits)
Expand Down

0 comments on commit 6875e17

Please sign in to comment.