Skip to content

Commit

Permalink
Bugfix init_state for QuantumArray
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Dec 19, 2024
1 parent b1d7d59 commit f098287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrisp/core/quantum_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def init_state(self, tuple_list):

from qrisp import init_state

init_state(qubit_list, target_array)
init_state(self, target_array)

def init_from(self, other):
"""
Expand Down

0 comments on commit f098287

Please sign in to comment.