Skip to content

Commit

Permalink
Reverted back return_array to False
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Nov 8, 2023
1 parent 684ad89 commit de530d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibotn/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def assign_measurements(self, measurement_map, circuit_result):
raise_error(NotImplementedError, "Not implemented in QiboTN.")

def execute_circuit(
self, circuit, initial_state=None, nshots=None, return_array=True
self, circuit, initial_state=None, nshots=None, return_array=False
): # pragma: no cover
"""Executes a quantum circuit.
Expand Down

0 comments on commit de530d0

Please sign in to comment.