Skip to content

Commit

Permalink
Update c_wire to be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Antonioli committed Feb 29, 2024
1 parent f137a0a commit c69ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qimp/ImageEncoding/QuantumImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class QuantumImage(object):
initial_qubits: int = 0
x_wires: typing.List[int] = []
y_wires: typing.List[int] = []
c_wire: int = 0
c_wire: typing.List[int] = []
pos_wires: typing.List[int] = []
total_wires: typing.List[int] = []
n_aux_qubit: int = 0
Expand Down

0 comments on commit c69ed81

Please sign in to comment.