Skip to content

Aqarios

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

Running on Luna Servers

This simulated backend runs on Luna servers.

Initialization

Python
from luna_quantum.solve.parameters.backends.aqarios import Aqarios

backend = Aqarios()

Usage

Python
from luna_quantum.backends import Aqarios

backend = Aqarios()