
DWave Backend
The DWave
backend gives access to classical heuristics solvers that are provided by dimod-hybrid and dimod-samplers.
Running on Luna Servers
This backend runs on Luna servers.
Initialization
Initialize the DWave
backend with:
from luna_quantum.solve.parameters.backends import DWave
backend = DWave()
API-Reference
DWave
Bases: IBackend
Configuration class for the DWave backend.
provider
property
Retrieve the name of the provider.
Returns:
Type |
Description |
str
|
The name of the provider.
|