Skip to content

AqariosGpu Logo AqariosGpu Logo (dark mode)

AqariosGpu Backend

The AqariosGpu backend allows access to Aqarios’ advanced CUDA-based QAOA simulator for the FlexQAOA algorithm. It makes use of different techniques to allow the simulation of large constrained optimization problem sizes.

FlexQAOA light-mode diagram showing simulation technique FlexQAOA dark-mode diagram showing simulation technique

For more information, please refer to the blog article.

Running on Luna Servers

This simulated backend runs on Luna servers.

Initialization

Initialize the AqariosGpu backend with:

from luna_quantum.backends import AqariosGpu

backend = AqariosGpu()

API-Reference

AqariosGpu

Bases: IBackend

Configuration class for the Aqarios GPU backend.

provider property

provider: str

Retrieve the name of the provider.

Returns:

Type Description
str

The name of the provider.