Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Aug 30, 2023
1 parent d558609 commit ba442c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qibotn/QiboCircuitConvertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def state_vector_operands(self):
for key in qubits_frontier:
out_list.append(qubits_frontier[key])

operand_exp_interleave = [x for y in zip(
operands, mode_labels) for x in y]
operand_exp_interleave = [x for y in zip(operands, mode_labels) for x in y]
operand_exp_interleave.append(out_list)
return operand_exp_interleave

Expand Down

0 comments on commit ba442c9

Please sign in to comment.