Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
majafranz committed Nov 6, 2024
1 parent b47f822 commit 296fb8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fromhopetoheuristics/utils/qaoa_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def initialise_QAOA_parameters(
n_remaining = p - n_prev
prev_betas = initial_params[:n_prev]
prev_gammas = initial_params[n_prev:]
print(prev_betas, prev_gammas, p)

if "zeros" in initialisation or "first" in initialisation and p > 1:
remaining_betas = np.zeros(n_remaining)
Expand Down

0 comments on commit 296fb8f

Please sign in to comment.