From 2f5d9a9594e78129e033f76e5df771b8b611c9c0 Mon Sep 17 00:00:00 2001 From: Marvin Erdmann <106394656+Marvmann@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:39:42 +0100 Subject: [PATCH] Correct lynting error --- src/modules/solvers/QAOA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/solvers/QAOA.py b/src/modules/solvers/QAOA.py index f6a21cb3..d30ae5bf 100644 --- a/src/modules/solvers/QAOA.py +++ b/src/modules/solvers/QAOA.py @@ -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]