Skip to content

Commit

Permalink
Correct lynting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Mar 26, 2024
1 parent 631f470 commit 2f5d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/solvers/QAOA.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run(self, mapped_problem: any, device_wrapper: any, config: Config, **kwargs
"This may lead to an error later in the run.")
else:
j = np.real(j)

# set up the problem
n_qubits = j.shape[0]

Expand Down

0 comments on commit 2f5d9a9

Please sign in to comment.