Skip to content

Commit

Permalink
Merge branch 'simplify_main' of github.com:qiboteam/boostvqe into sim…
Browse files Browse the repository at this point in the history
…plify_main
  • Loading branch information
Edoardo-Pedicillo committed Oct 22, 2024
2 parents c581583 + 79cf18b commit 102b2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boostvqe/boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def dbqa_vqe(
)
)
ham = getattr(Model, hamiltonian)(nqubits) # TODO : use only Model and not str
# ham = hamiltonian(nqubits)
target_energy = np.real(np.min(np.asarray(ham.eigenvalues())))

# construct circuit from parsed ansatz name
Expand Down

0 comments on commit 102b2ab

Please sign in to comment.