dwave.system.samplers.DWaveSampler.edgelist#

property DWaveSampler.edgelist[source]#

List of active couplers for the D-Wave solver.

Examples

First 5 entries of the coupler list for one Advantage system.

>>> from dwave.system import DWaveSampler
>>> sampler = DWaveSampler()
>>> sampler.edgelist[:5]    
[(30, 31), (30, 45), (30, 2940), (30, 2955), (30, 2970)]

See Ocean Glossary for explanations of technical terms in descriptions of Ocean tools.

Type:

list