Skip to content

Optimization could be a bottleneck in VQE #3098

Open
@MatteoBarbieriE4

Description

@MatteoBarbieriE4

In variational algorithms, such as VQE and QAOA, there is the necessity to use optimizers, such as COBYLA.

However in some work we found that the optimization of the parameters is a bit of a bottleneck: running the quantum circuit on GPU is very fast, however the minimization of the cost function takes a lot of time. Profiling the usage of the CPU and the GPU it seems that the optimization takes place on the CPU and this is maybe the reason why we observe vary long times of the whole variational algorithm.

Any thoughts on this?
Are there optimizers that run on GPU?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions