Skip to content

Commit

Permalink
push latest attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 18, 2024
1 parent 2ff1b6f commit ea62c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/extensions/qiskit/qiskit_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def build_if_else_circuit(
circ = circ_builder.circuit()
circ.add_circbox(
circbox=if_box,
args=qubits,
args=qubits + bits,
condition_bits=bits,
condition_value=if_else_op.condition[1],
)
Expand Down

0 comments on commit ea62c0b

Please sign in to comment.