Skip to content

Commit

Permalink
fixing the merges
Browse files Browse the repository at this point in the history
  • Loading branch information
kidiki committed Jan 11, 2023
1 parent 6693b46 commit 13f8f4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openqaoa/workflows/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,9 @@ def optimize(self, verbose=False):

# Add one step to the counter
counter += 1

# Solve the new problem classically
cl_energy, cl_ground_states = ground_state_hamiltonian(problem.hamiltonian)

# Retrieve full solutions including eliminated spins and their energies
full_solutions = rqaoa.final_solution(
Expand Down

0 comments on commit 13f8f4d

Please sign in to comment.