Skip to content

Aqarios GPU

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

Running on Luna Servers

This simulated backend runs on Luna servers.

Initialization

Python
from luna_quantum.solve.parameters.backends.aqarios_gpu import AqariosGpu

backend = AqariosGpu()

Usage

Python
from luna_quantum.backends import AqariosGpu

backend = AqariosGpu()