dwave.system.samplers.DWaveSampler.properties

DWaveSampler.properties

dict – 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.

Examples

This example creates a DWaveSampler and prints the properties retrieved from a D-Wave solver selected by the user’s default D-Wave Cloud Client configuration file.

>>> from dwave.system.samplers import DWaveSampler
>>> sampler = DWaveSampler()
>>> sampler.properties    
{u'anneal_offset_ranges': [[-0.2197463755538704, 0.03821687759418928],
  [-0.2242514597680286, 0.01718456460967399],
  [-0.20860153999435985, 0.05511969218508182],
# Snipped above response for brevity