dwave.system.samplers.DWaveSampler.edgelist

property DWaveSampler.edgelist

List of active couplers for the D-Wave solver.

Examples

Coupler list for one D-Wave 2000Q system (output snipped for brevity).

>>> from dwave.system import DWaveSampler
>>> sampler = DWaveSampler()
>>> sampler.edgelist
[(0, 4), (0, 5), (0, 6), (0, 7), ...

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

Type

list