dwave.system.samplers.DWaveSampler.nodelist#

property DWaveSampler.nodelist[source]#

List of active qubits for the D-Wave solver.

Examples

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

>>> from dwave.system import DWaveSampler
>>> with DWaveSampler() as sampler:     
...     sampler.nodelist[:5]
[30, 31, 32, 33, 34]

See the Concepts section for explanations of technical terms in descriptions of Ocean tools.

Type:

list