Skip to content

Commit

Permalink
Added circuit property to quantum image object
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Antonioli committed Nov 25, 2023
1 parent ca306fd commit e05f0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qimp/ImageEncoding/QuantumImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class QuantumImage(object):
total_wires = None
n_aux_qubit = 0
encoding = None
circuit = None

def __init__(self, image: numpy.ndarray, zooming_factor: int = 1) -> None:
"""
Expand Down

0 comments on commit e05f0e9

Please sign in to comment.