Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Dec 17, 2024
1 parent eb8a8f4 commit 80279e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Qibo features a model implementing double-bracke quantum algorithms (DBQAs) whic
More specifically, given an input Hamiltonian $H_0$, there are several techniques in quantum computing to compute its eigenstates.

A standard way is to run variational quantum circuits. For example, Qibo already features the `VQE` model [2] which provides the implementation of the variational quantum eigensolver framework.
DBQAs allow to go beyond VQE in that they take a different approach to compiling the quantum circuit approximating the eigenstate.
DBQAs allow to go beyond VQE in that they take a different approach to compiling the quantum circuit approximating the eigenstate [3].

## What is the unitary of DBQA?

Expand Down Expand Up @@ -59,6 +59,6 @@ pip install .

[1] https://arxiv.org/abs/2206.11772

[2] https://github.com/qiboteam/vqe-sun
[2] https://qibo.science/qibo/stable/code-examples/advancedexamples.html#how-to-write-a-vqe

[3] https://arxiv.org/abs/2408.07431

0 comments on commit 80279e0

Please sign in to comment.