dwave.system.samplers.DWaveSampler.edgelist#

property DWaveSampler.edgelist[source]#

List of active couplers for the solver.

Active couplers are those that are included in the working graph.

Examples

First coupler for a selected Advantage2 system.

>>> from dwave.system import DWaveSampler
>>> with DWaveSampler(topology_type='zephyr') as sampler:
...     sampler.edgelist[0]
(0, 1)
Type:

list