Skip to content

Aqarios

Aqarios Backend

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

Initialize the Aqarios backend with:

from luna_quantum.solve.parameters.backends import Aqarios

backend = Aqarios()

API-Reference

Aqarios

Bases: IBackend

Configuration class for the Aqarios backend.

provider property

provider: str

Retrieve the name of the provider.

Returns:

Type Description
str

The name of the provider.