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 >>> sampler = DWaveSampler() >>> sampler.nodelist[:5] [30, 31, 32, 33, 34]
See Ocean Glossary for explanations of technical terms in descriptions of Ocean tools.
- Type: