dwave.system.samplers.DWaveSampler.nodelist¶
- property DWaveSampler.nodelist¶
List of active qubits for the D-Wave solver.
Examples
Node list for one D-Wave 2000Q system (output snipped for brevity).
>>> from dwave.system import DWaveSampler >>> sampler = DWaveSampler() >>> sampler.nodelist [0, 1, 2, ...
See Ocean Glossary for explanations of technical terms in descriptions of Ocean tools.
- Type