dwave.system.samplers.DWaveSampler.properties¶
- property DWaveSampler.properties¶
D-Wave solver properties as returned by a SAPI query.
Solver properties are dependent on the selected D-Wave solver and subject to change; for example, new released features may add properties. D-Wave System Documentation describes the parameters and properties supported on the D-Wave system.
Examples
>>> from dwave.system import DWaveSampler >>> sampler = DWaveSampler() >>> sampler.properties {'anneal_offset_ranges': [[-0.2197463755538704, 0.03821687759418928], [-0.2242514597680286, 0.01718456460967399], [-0.20860153999435985, 0.05511969218508182], # Snipped above response for brevity
See Ocean Glossary for explanations of technical terms in descriptions of Ocean tools.
- Type